Hi, i just upgraded form 1.8.2 to 1.8.3 and now i cant access any pages just see blank pages???? HELP
www.purelyonlineracing.com
Thanks in advance
Steven Keenan
What´s your current version ?
You can check your PHP version in your cPanel or through phpinfo(). To learn more about phpinfo() and what it is/what it does, see here. It pretty much shows the current PHP version of your site. You'll likely not need phpinfo() if your cPanel lists this information, but just in case or for future reference, this is how to check it:
Find the following file:
ow_includes/config.php
After this line:
<?php
Insert the following:
phpinfo();
Save the file then refresh your site. It should list the PHP version. I recommending screenshotting that info for future reference. To un-do this, just remove phpinfo(); from your config.php file and save again.
Steve