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?
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?
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');
?>
define('BASE_URL', 'http://therapyplayground.com');
define('DIR_REL', '');
define('PASSWORD_SALT', 'khrV13pajbm...0x9RlXySwG');
?>
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!
I only tried to go to 5.3.2 because it was recommended, but oh well.
Thanks for the help anyway!
dude! don't post your password salt^
just remove that, to be sure.
just remove that, to be sure.
hehe, he stuck in some dots so its fine ;)
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!)
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!)
Oops! I'll change my password. Thanks!
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.