Login Form



Newsletter

Donate

 

Es kostet Zeit, Geld und Know-how, diese Plugins zu entwickeln und kostenlos zur Verfügung zu stellen. Wenn Sie meine Arbeit nützlich finden, ziehen Sie bitte in Betracht, mich mit einer kleinen Spende zu unterstützen.

It takes time, money and know-how to develop and offer this stuff for free. If you find my work useful, consider please to support it with a small donation.

www.goneo.de
Home Support Forum
Welcome, Guest
Please Login or Register.    Lost Password?

Joomla turned off Thickbox
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Joomla turned off Thickbox
#308
Joomla turned off Thickbox 3 Months, 2 Weeks ago  
This morning I woke up to a surprising email from my Joomla site. It turned off Thickbox. I didn't know it could do that!

I've had absolutely no problems with Thickbox since I first installed it a month ago. (v1.2)
This error was the reason: Call to undefined method JDocumentFeed::addCustomTag()
/home/qoolery/public_html/plugins/content/mosthickbox.php : 66

I turned it back on and it worked fine. I then installed the new version, so I hope it doesn't happen again.

Thanks for your good work.
kawinaorg
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#309
Re:Joomla turned off Thickbox 3 Months, 2 Weeks ago  
It happened again with the new version of Thickbox. I noticed that the last version fixed a conflict with Articles Anywhere. I installed Articles Anywhere four days before this started happening. Except for the latest version of Thickbox, I haven't installed anything since.

It may also be worth mentioning that I'm using Joomla v1.5.17, which was upgraded from v1.5.15 over a week ago.
kawinaorg
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/05/23 22:10 By kawinaorg.
The administrator has disabled public write access.
 
#310
Re:Joomla turned off Thickbox 3 Months, 2 Weeks ago  
This link explains the new Joomla behavior of "automatically disable plugins that trigger an error during initialisation": docs.joomla.org/Why_are_my_plugins_automatically_disabling
kawinaorg
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#314
Re:Joomla turned off Thickbox 3 Months, 2 Weeks ago  
kawinaorg wrote:
Call to undefined method JDocumentFeed::addCustomTag()
/home/qoolery/public_html/plugins/content/mosthickbox.php : 66

Your doctype seems to be a feed (xml), so Joomla tries to add the header tags to a xml file which off course is nonsense.
It may help if you replace line 66f of /plugins/content/mosthickbox.php with this:
Code:


$doctype = $document->getType();
if ($doctype == "html") $document->addCustomTag( $html );

admin
Moderator
Posts: 104
graph
User Offline Click here to see the profile of this user
Last Edit: 2010/05/25 13:49 By admin.
The administrator has disabled public write access.
 
#317
Re:Joomla turned off Thickbox 2 Months, 4 Weeks ago  
I've just installed the plugin. but doesn't work. but I didn't get any error.

I have other plugins installed as well[simple image gallery]. is there any chance to conflict?
Ace_ov_Spade
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1

© 2010 by lbm-services.de - All rights reserved.

Valid XHTML 1.0 Transitional