betelguese Posted April 2, 2007 Share Posted April 2, 2007 i am currently using php 5.0.4 and planning to migrate to 5.2.1 but when i tried to migrate, there seems to be a problem with all the pages that used include() and require() functions. I researched for a such long time and found out that allow_url_include must be set to ON in php.ini. i already did it but still no success... can you help me with my problem? Link to comment https://forums.phpfreaks.com/topic/45243-include-and-require-problem-with-php-521/ Share on other sites More sharing options...
MadTechie Posted April 2, 2007 Share Posted April 2, 2007 so whats the problem? Link to comment https://forums.phpfreaks.com/topic/45243-include-and-require-problem-with-php-521/#findComment-219676 Share on other sites More sharing options...
neel_basu Posted April 2, 2007 Share Posted April 2, 2007 Restart your PC and then test. If not worked then the php.ini file you are editing is not the actual php.ini file. Use phpinf(); To find out the correct php.ini file and then Turn it on. Link to comment https://forums.phpfreaks.com/topic/45243-include-and-require-problem-with-php-521/#findComment-219721 Share on other sites More sharing options...
obsidian Posted April 2, 2007 Share Posted April 2, 2007 One other thing to check out is your include_paths. Make sure that they haven't changed in the migration. Link to comment https://forums.phpfreaks.com/topic/45243-include-and-require-problem-with-php-521/#findComment-219757 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.