PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
hi
i coded a software that was working fine last week. but i noticed that none of it's php fines is working. the pages are not loading. see this url for example
i was confused and thought maybe the php softwares on the server are not running properly, so tested a php file:
working.php:
Not without seeing the code. Try looking in your web server logs, and your php logs, but its not a sure thing it will appear there. Then turn on error reporting in the script, and see if it produces errors in the output.
in almost all of the pages that are not loaded (but were loading already) (like http://textly.fr/login.php ) this code is used on the top:
include 'global.php';
and global.php is:
Obviously, I don't know your filestructure, but as far as I can tell, the config.php seems to be too far up the filesystem tree to be correct. But I may be wrong.