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? Quote Link to comment 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. Quote Link to comment 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/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.