- Posts: 24
- Thank you received: 0
Error with Photo Gallery Plugin
-
vito.magno
Inactive member -
Topic Author
- Offline
- Member
-
Less
More
11 years 6 months ago #39367
by vito.magno
Error with Photo Gallery Plugin was created by vito.magno
Hello,
when i try to access the plugin to change the settings i get this message:
Content - Photo Gallery Plugin
content / photogallery
Hot Photo Gallery - Commercial plugin from HotJoomlaTemplates.com
Catchable fatal error: Object of class JDocumentHTML could not be converted to string in /var/www/vhosts/velwebsolution.it/httpdocs/picone/plugins/content/photogallery/elements/loader.php on line 40
Can you help me.
Thanks
Vito Magno
when i try to access the plugin to change the settings i get this message:
Content - Photo Gallery Plugin
content / photogallery
Hot Photo Gallery - Commercial plugin from HotJoomlaTemplates.com
Catchable fatal error: Object of class JDocumentHTML could not be converted to string in /var/www/vhosts/velwebsolution.it/httpdocs/picone/plugins/content/photogallery/elements/loader.php on line 40
Can you help me.
Thanks
Vito Magno
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #39376
by ivan.milic
Replied by ivan.milic on topic Error with Photo Gallery Plugin
Open that file, replace:
$header_media = $document->addStyleSheet(JURI::root(1) . '/plugins/content/photogallery/css/admin.css');
$header_media .= $document->addScript(JURI::root(1) . '/plugins/content/photogallery/js/jscolor.js');
with:
$document->addStyleSheet(JURI::root(1) . '/plugins/content/photogallery/css/admin.css');
$document->addScript(JURI::root(1) . '/plugins/content/photogallery/js/jscolor.js');
$header_media = $document->addStyleSheet(JURI::root(1) . '/plugins/content/photogallery/css/admin.css');
$header_media .= $document->addScript(JURI::root(1) . '/plugins/content/photogallery/js/jscolor.js');
with:
$document->addStyleSheet(JURI::root(1) . '/plugins/content/photogallery/css/admin.css');
$document->addScript(JURI::root(1) . '/plugins/content/photogallery/js/jscolor.js');
Please Log in to join the conversation.
Time to create page: 0.284 seconds