Author Topic: SH404 breaks gallery,icon,logo & other images  (Read 8378 times)

0 Members and 1 Guest are viewing this topic.

Offline MoveMaine

SH404 breaks gallery,icon,logo & other images
« on: 09. January 2009, 00:24:35 »
the sobisef plugin breaks the gallery, logo image, category images & icons.
None of them appear.

anyone know of a reason?

http://www.cbmattson.com


joomla 1.5.8 and the latest sobi2 release, gallery and sobisef
« Last Edit: 18. January 2009, 10:52:40 by Trinity »
Country: United States United States |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile

Offline IvProg

Re: SH404 breaks gallery,icon,logo & other images
« Reply #1 on: 09. January 2009, 08:37:39 »
I have the same problem on the Internet looking for anything not found!
Why do some images are not displayed!?
Help may be someone had such a situation?
« Last Edit: 06. March 2009, 16:46:14 by Trinity »
Country: Russian Federation Russian Federation |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile

Do you want continued ongoing development, new features and active support?
Please write a review or just vote for SOBI on JED.

Offline IvProg

Re: SH404 breaks gallery,icon,logo & other images
« Reply #2 on: 15. January 2009, 18:24:15 »
Is no one knows the solution to this problem?
« Last Edit: 06. March 2009, 16:46:37 by Trinity »
Country: Russian Federation Russian Federation |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile

Offline IvProg

Re: SH404 breaks gallery,icon,logo & other images
« Reply #3 on: 16. January 2009, 08:25:17 »
YourJoomlaInstallation/libraries/joomla/document/html/renderer/head.php

find:
Code:
 
// Generate base tag (need to happen first)
        $base = $document->getBase();
        if(!empty($base)) {
            $strHtml .= $tab.'<base href="'.$document->getBase().'" />'.$lnEnd;
        }


with:

Code:
// Generate base tag (need to happen first)
        $base = $document->getBase();
        if(!empty($base)) {
            $strHtml .= $tab.'<base href="'.JURI::root().'" />'.$lnEnd;
        }


From: http://www.joomlaholic.com/index.php?option=com_fireboard&Itemid=4&func=view&id=25870&catid=21&limit=6&limitstart=12
« Last Edit: 06. March 2009, 16:46:47 by Trinity »
Country: Russian Federation Russian Federation |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile

Offline MoveMaine

Re: SH404 breaks gallery,icon,logo & other images
« Reply #4 on: 17. January 2009, 23:47:06 »
Brilliant!

that did it. I appreciate your help!
« Last Edit: 06. March 2009, 16:47:03 by Trinity »
Country: United States United States |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile

Offline BBC2010

Re: SH404 breaks gallery,icon,logo & other images
« Reply #5 on: 22. January 2010, 22:59:49 »
Is your core SEF plugin activated?
Country: Austria Austria |  OS: Windows 7/Server 2008 R2 Windows 7/Server 2008 R2 |  Browser: Opera 9.80 Opera 9.80 | View Profile

Tags: