Re: [PHP] help with require/includes pathing frustration [SOLVED]

2009-01-28 Thread Daniel Brown
On Wed, Jan 28, 2009 at 22:23, Daevid Vincent wrote: > > What a newb mistake!!! UGH. Sorry for wasting everyone's bandwidth. > Is there a way to have this email deleted from the archives -- I am > embarrassed by it! HAHAH! You wish. Just be glad the PostTrack isn't running right now. I'd cou

Re: [PHP] help with require/includes pathing frustration

2009-01-28 Thread Daniel Brown
On Wed, Jan 28, 2009 at 22:15, Daevid Vincent wrote: > At the very top of my login.php page I have this: > > require_once('./includes/gui/gui_setup.inc.php'); > ... > ?> > > (I've tried with and without the "./" prefix as if that might make a > difference) Not that it will make a difference

Re: [PHP] help with require/includes pathing frustration [SOLVED]

2009-01-28 Thread Daevid Vincent
OMFG! I'm an idiot. This is what happens when you work long hours and refactor code without eating/sleeping properly.. so... it's "gui_setup.inc.php" I'm trying to include, yet the file is named "gui_setup.php". What a newb mistake!!! UGH. Sorry for wasting everyone's bandwidth. Is there a way t

Re: [PHP] help with require/includes pathing frustration

2009-01-28 Thread Edmund Hertle
2009/1/29 Daevid Vincent > At the very top of my login.php page I have this: > > require_once('./includes/gui/gui_setup.inc.php'); > ... > ?> > > (I've tried with and without the "./" prefix as if that might make a > difference) > > When I try to load the URL: > https://example.com/vincentd/myda