bladechob Posted July 28, 2007 Share Posted July 28, 2007 I've just installed a file manager application for public uploads and downloads on my site (PHP ATM version 1.3) but going to the URL just brings up a blank page. All the required CHMODing has been done but still nowt! I've tried it on another server and it works OK - wierdly enough the server I'm currently using doesn't have any hierarchical properties i.e. instead of displaying index.htm, index.html and index.php in order it goes straight for the PHP file. Is this something to do with server permissions? Link to comment https://forums.phpfreaks.com/topic/62172-invisible-site/ Share on other sites More sharing options...
Caesar Posted July 28, 2007 Share Posted July 28, 2007 A blank page normally signifies a PHP error. Check to see if "display_errors" has been enabled in the php.ini file on the server. It doesn't matter if the script works on another server...if for example, it relies on register_globals to be 'on' (Bad coding practice), and the new server does not have them turned on...it will error out. Just one example...many other possibilities exist. Link to comment https://forums.phpfreaks.com/topic/62172-invisible-site/#findComment-309489 Share on other sites More sharing options...
AndyB Posted July 28, 2007 Share Posted July 28, 2007 Have you tried the support forum? http://sonyjxx.membres.jexiste.org/phpbb/ Link to comment https://forums.phpfreaks.com/topic/62172-invisible-site/#findComment-309542 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.