Site is returning blank pages

Permalink
I recently upgraded to C5.5.2.1 and everything has been running smoothly up until yesterday.

As at yesterday morning, our sitehttp://www.vwa.org.au is returning blank pages instead of content.

To see this, have a look at:
http://www.vwa.org.au/index.php...
or
http://www.vwa.org.au/index.php/dashboard...

I have put up a temporary index.htm file and this is being displayed ok, so it appears that the webserver is ok.

I can ftp into the site and see all my installation and theme files are present ok.

Does anyone have any ideas what could be going wrong?

Cheers,
Stephen

 
tallacman replied on at Permalink Reply
tallacman
Stephen, I can have a look if you PM me your ftp info.

steve
vwa replied on at Permalink Reply
Hi Steve,

That would be great. Will do.

Cheers,
Stephen
waroly replied on at Permalink Reply
I am having the same problem. With one of the pages, I just recreated the page, but I have another that is still just white. I would like to solve this problem so that it doesn't keep occurring. Trust me, I am scanning any info on this that I can find.

The really strange thing (and this may be the key) is that when I look for the previous versions, they are there. Concrete5 won't let me use them. Greedy bastard!
waroly replied on at Permalink Reply
I am having the same problem. With one of the pages, I just recreated the page, but I have another that is still just white. I would like to solve this problem so that it doesn't keep occurring. Trust me, I am scanning any info on this that I can find.

The really strange thing (and this may be the key) is that when I look for the previous versions, they are there. Concrete5 won't let me use them. Greedy bastard!
oritah replied on at Permalink Reply
I have this happen to us today!


Wondering if it is a compatibility problem with my host? perhaps the PHP version??

I dont know - welcome all ideas and thoughts please :)

http://www.tvas.com.au
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Open you site.php under config folder and comment the line for concrete5 updater. Then try to rerun the upgrade process again. Sometime it solves the problem for me.
oritah replied on at Permalink Reply
Thanks RonyDdeveloper I did the following, in the config folder
Full script -
<?php 
Changed the following:
From  'concrete5.6.2.1_updater');?>
To    'concrete5_updater');?>

But it did not help - is this want I was meant to change?
mhawke replied on at Permalink Reply
mhawke
NEVER post your database details on a public forum.
oritah replied on at Permalink Reply
Oh dear - I did not know!

Thank you
mhawke replied on at Permalink Reply
mhawke
ronyDdeveloper meant that you should comment out the last line by adding # just before the last define statement like this

<?php  # define('DIRNAME_APP_UPDATED', 'concrete5.6.2.1_updater');?>


And then go to Dashboard->System and Settings-> Update concrete5 and try the update again.
oritah replied on at Permalink Reply
Dear mhawke,
thanks very much for translating RonyDdeveloper's instructions into script for dummies :) As you might have guessed I am a complete novice at this and the site is now functioning.
Appreciate the help from all.
Oritah <3