davemckay Posted March 29, 2008 Share Posted March 29, 2008 Hi all, I'm new to these forums and was wondering if anyone could help me. I use PHP on most of the pages on my personal website (davemckay.co.uk) but my hosting company has recently upgraded to PHP 5.2.3, and now none of the pages on my site will load. No specific error messages are displayed, I had a look through the various guides on the PHP.net site, but couldn't find anything that would help me. Any page on the site with the extension *.php will not load, regardless of whether it actually contains any php code or not - even if it's just a plain text file, the browser will simply wait a minute or two and then timeout. Any standard html pages, images and other items on the site unrelated to PHP load fine. If anyone could offer some advice I'd really appreciate it. Best Regards, David. Link to comment https://forums.phpfreaks.com/topic/98493-site-not-working-after-upgrade-to-php-523/ Share on other sites More sharing options...
Demonic Posted March 29, 2008 Share Posted March 29, 2008 make a basic file on ur server <?php echo "phpworks"; ?> If nothing echos, then its your hostings problem, contact them and tell them they didn't install php correctly. Link to comment https://forums.phpfreaks.com/topic/98493-site-not-working-after-upgrade-to-php-523/#findComment-504056 Share on other sites More sharing options...
davemckay Posted April 3, 2008 Author Share Posted April 3, 2008 Thanks for the quick response, you were right, it was a problem on the hosting company's side. Everything's working fine again now. David http://www.davemckay.co.uk Link to comment https://forums.phpfreaks.com/topic/98493-site-not-working-after-upgrade-to-php-523/#findComment-508621 Share on other sites More sharing options...
davemckay Posted April 3, 2008 Author Share Posted April 3, 2008 Thanks for the quick response, you were right, it was a problem on the hosting company's side. Everything's working fine again now. David http://www.davemckay.co.uk Link to comment https://forums.phpfreaks.com/topic/98493-site-not-working-after-upgrade-to-php-523/#findComment-508625 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.