yesterday i updated an installation of phpGoogleStoreLocator to the 2.0 version
Now i have even more problems that I did before I started. When i go to the admin section, nothing comes up. It's just a blank page. What did i do wrong.
here's the URL http://www.touchofelements.com/studios/admin/Admin.php
Thanks,
It's likely that there is a
It's likely that there is a php error somewhere but your server is set to NOT display errors. That is why you get a blank page. It would be best to re-enable errors so that you can get some useful information from things that break. In the php.ini file, just make sure you have this line:
display_error = 1
This will send the error to the page and will allow for more coherent diagnosing. Its hard to do that with a blank page :D
Where?
Can you tell me where that file is located?
Thanks
//
Jonathan
Its not always in the same
Its not always in the same place. Most of the time it is in /etc/php.ini. Another common location is /var/lib/php/php.ini, /usr/local/php/etc/php.ini, it just depends on your distro and where it puts it. There is no standard place for this file to be located.
And also check
It seems that your server is throwing towel - do not understand what to do with the php script.
While you are looking at php.ini, look up for the followings, too.
short_open_tag = 1
allow_url_fopen = 1
If any of them is 0, then there can be some problem.
Solution Fund ?
Did you ever find a solution to the blank pages in the Admin area?