Jump to content

'Invisible' site


bladechob

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.