Problems after upgrade to 0.7.1

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Problems after upgrade to 0.7.1

Post 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]
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Problems after upgrade to 0.7.1

Post 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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Problems after upgrade to 0.7.1

Post by Ted »

Try putting that code back in and then removing plugins/function.html_blob.php

Looks like I forgot about something...
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Problems after upgrade to 0.7.1

Post 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.
Locked

Return to “[locked] Installation, Setup and Upgrade”