Search found 2 matches

by Chrys063
Wed May 11, 2005 10:42 am
Forum: PHP - Code
Topic: Include_once not working
Replies: 4
Views: 437

Switching to require_once had no effect. I have discovered though, that everything works perfectly once I switch all the includes to the full path to the file. I was previously using ini_set to set the include_path then just using the file name. Anyone know of any known bugs with ini_set?
by Chrys063
Tue May 10, 2005 4:35 pm
Forum: PHP - Code
Topic: Include_once not working
Replies: 4
Views: 437

Include_once not working

I'm going mad with an include_once problem here. I'm well aware that you should use include_once instead of include. I have a very large codebase that is very interconnected so I made a point of always using include_once. This afternoon, it started freaking out though. Its basically like every singl...