I'm using __autoload() and for some reason I get an error on this system only (other works fine). First time I've seen this:
"Failed opening required 'tlUser.php' "
I've stripped my code and narrowed it down to one line: session_start() ;
if the autoload() and session_start are the only two functions in a file, I get the above error. without sessionstart(), the code seems to work fine.
Does autoload have a problem with session_start() in PHP 5.1.6?
Googled at no avail. Can't find tlUser.php elsewhere on the server.
Any ideas?
Thanks,
Dan
Dan
"Failed opening required 'tlUser.php' "
I've stripped my code and narrowed it down to one line: session_start() ;
if the autoload() and session_start are the only two functions in a file, I get the above error. without sessionstart(), the code seems to work fine.
Does autoload have a problem with session_start() in PHP 5.1.6?
Googled at no avail. Can't find tlUser.php elsewhere on the server.
Any ideas?
Thanks,
Dan
Dan
Comment