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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.