Page 1 of 1
Problems after upgrade to 0.7.1
Posted: Wed Oct 27, 2004 3:08 pm
by calguy1000
I just finished the upgrade to 0.7.1 from 0.7
and here's what I get
Code: Select all
Fatal error: Cannot redeclare class htmlblob in /var/www/html/lib/classes/class.htmlblob.inc.php on line 20
Any ideas?[/code]
Problems after upgrade to 0.7.1
Posted: Wed Oct 27, 2004 3:29 pm
by calguy1000
commenting out the:
Code: Select all
require_once(dirname(dirname(__FILE__)) . "/lib/classes/class.htmlblob.inc.php"
in lib/content.functions.php
solved the problem.
Problems after upgrade to 0.7.1
Posted: Wed Oct 27, 2004 6:03 pm
by Ted
Try putting that code back in and then removing plugins/function.html_blob.php
Looks like I forgot about something...
Problems after upgrade to 0.7.1
Posted: Wed Oct 27, 2004 9:42 pm
by Ted
This is confirmed by me upgrading the .org site. Remove plugins/function.html_blob.php and it will fix the problem...
I'm not sure if I can even fix this in anyway, because the web server doesn't usually have access to the plugins dir.