Upgraded to 5.3.2 and getting fatal error now

Permalink
I just upgraded from I think 5.3.1 to 5.3.2 and now getting this error:

Fatal error: Cannot use object of type __PHP_Incomplete_Class as array in /home/therap3/public_html/concrete/models/collection_version.php on line 148

Site is: http://therapyplayground.com

I don't know php.. please help?

dibbc
 
tallacman replied on at Permalink Reply
tallacman
Go to your root > config > site.php and change the last line. It should be something like:
...
define('DIR_REL', '');
define('PASSWORD_SALT', 'Yc8X5eJe5Zab8bXyQ27b9shIejJfK3VqNiwjN4gks8zOa81F8txzS0QokMz0KKj0');
?>
<?php  define('DIRNAME_APP_UPDATED', 'concrete5.4.0.5');?>


Take out the last line: <?php define('DIRNAME_APP_UPDATED', 'concrete5.4.0.5');?>

Your actual code will be different cuz I don't have an install that old.

Your site will return to its old, pre update version.
dibbc replied on at Permalink Reply
dibbc
The last line of that file on mine looks like this, doesn't have what you mentioned:

define('BASE_URL', 'http://therapyplayground.com');
define('DIR_REL', '');
define('PASSWORD_SALT', 'khrV13pajbm...0x9RlXySwG');
?>
dibbc replied on at Permalink Reply
dibbc
OK, so googled and searched around here some more, couldn't find an answer, so I took a chance and went uploaded and upgraded straight to 5.4.0.5 and it's working now.

I only tried to go to 5.3.2 because it was recommended, but oh well.

Thanks for the help anyway!
Fernandos replied on at Permalink Reply
Fernandos
dude! don't post your password salt^
just remove that, to be sure.
Mnkras replied on at Permalink Reply
Mnkras
hehe, he stuck in some dots so its fine ;)
dibbc replied on at Permalink Reply
dibbc
Were you talking to me or tallacman?

I took out a few dozen characters, so if you can guess the rest you're pretty good! :)

(but thanks for the warning just in case anyway!)
tallacman replied on at Permalink Reply
tallacman
Oops! I'll change my password. Thanks!