|
|
||||||||
Images missingThis is a discussion on Images missing within the Upgrading Mambo forums for Mambo. |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Mambo Noob
Join Date: Sep 2009
Location: France
Posts: 4
|
Images missing
Hello,
Yesterday I have updated successfully my web site from 6.2 to 6.5 with patch. Every thing work fine but I found a problem with images. They don't appear anymore in items. Exemple on this page : Code:
assaut.org/content/view/67/150/ Code:
assaut.org/content/view/67/150//UserFiles/Image/omaha01.jpg For the first image of the page, I change it directly without wysiwyg editor, and I had just to add a / because, for exemple, the code appears as this : Code:
src="UserFiles/Image/omaha01.jpg" Code:
src="/UserFiles/Image/omaha01.jpg" I have no third party modules or others on this site, just Mambo official release. Thank you for your help. |
|
|
|
|
|
#2 |
|
Mambo Noob
Join Date: Sep 2009
Location: France
Posts: 4
|
Nobody can help me ?
|
|
|
|
|
|
#3 |
|
Mambo Master
Forum Admin
Join Date: Jul 2008
Posts: 1,411
|
Re: Images missing
Have you tried using the Search link above? You'll likely find a number of prior discussions on this subject.
__________________
Tom |
|
|
|
|
|
#4 |
|
Mambo Noob
Join Date: Sep 2009
Location: France
Posts: 4
|
Re: Images missing
Hello Tom,
Yes, I did and found similar problem but not available solution. I tried to understand from where com the bug. When I edit item with Mostlyce (I use the 3.0.5 version), Image appears in editor but not in frontend item. In Mostlyce, when I select image, the full path (right to the board) is without slash at the beginning and should have one. If I edit with no wysiwyg editor, I can add the missing slash in code and when I save item it works fine in frontend, but I have many pictures to recover ... My first way of search is a bad configuration of Mostlyce or, else, a bad reading of Mambo Config by Mostlyce |
|
|
|
|
|
#5 |
|
Mambo Guru
Forum Admin
Join Date: Jul 2006
Location: New Zealand
Posts: 10,004
|
Re: Images missing
It appears that everything is working ok now, so it looks like this was related to having SEF URL's on.
If you want to use SEF URL's again, try this: Find this code within the Code:
<head></head> tags <?php mosShowHead(); ?> Code:
<?php mosShowHead('','base'); ?>
To manually add a base href tag, just add this between the <head> tags: Code:
<base href="http://www.assaut.org" />
__________________
Mambo Tutorials on:http://lynnepope.net/topics/mambo-tutorials Mambo wiki: http://mambo-manual.org/ Follow me: http://twitter.com/elpie |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
| New To Site? | Need Help? |