Forum Moderators: open
It's been like this all night so far, does this sound like somthing that would just go away after a while?
Cheers.
Not too good with the technical talk but if you mean which Operating System I'm using that would be windows, not sure about the server and MySQL is 4.0.16
Got a feeling this is going to be an idiotic mistake on my behalf. Cheers for the help.
Or are you running from a remote webhost? urls start with [yoursite.com...] etc...
In Windows you will get a blank page returned (no 404 error or any other error is displayed) if your are missing "php" from the opening tag. example:
page starts with: <?
instead of: <?php
If you create a php file with these contents:
<?php
phpinfo();
?>
Save it as phpinfo.php or something like that and load. It will give you all the server, include, directory etc.. info
I uploaded that php info file and here's some info from it:
PHP Version 4.4.1
Well most of the other stuff would be fairly useless to you I'd assume.
If you're webhost provides you with a control panel it might be easier to use it to re-install phpmyadmin, especially if you think you may have messed up some of the dependent files. Re-installing phpmyadmin should be painless if you can do it from the control panel and you won't lose any data. Also, your web host will re-install if you ask and it will only take a minute.
You might want to check with your host to see if they have been having trouble or are doing server maintenance as well.