[PHP] help with require/includes pathing frustration

2009-01-28 Thread Daevid Vincent
At the very top of my login.php page I have this: ?php 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/mydart/login.php I get this error: Warning:

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

2009-01-28 Thread Edmund Hertle
2009/1/29 Daevid Vincent dae...@daevid.com At the very top of my login.php page I have this: ?php 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:

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 to

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

2009-01-28 Thread Daniel Brown
On Wed, Jan 28, 2009 at 22:15, Daevid Vincent dae...@daevid.com wrote: At the very top of my login.php page I have this: ?php 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

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 dae...@daevid.com 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