The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 14 posts ] 
Author Message
PostPosted: Mon Oct 24, 2005 1:49 pm 
User avatar
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Oct 20, 2005 8:01 pm
Posts: 4
Hi, after installing Joomla (or Mambo, I've tried both) no images show at all. Not on the frontpage and not on the admin pages either. Check: http://lostlands.sys1.co.uk/mambo/

It has probably something to do with the server I use, but I don't know exactly what it is. I've checked the server's status (on cPanel) and it tells me that it has problems with Disk sda2 (/) 87 % (Yellow light) and Disk sda1 (/boot) 94 % (Red light).

Can anyone help me?

_________________
Always learning...


Top
 Profile  
 
PostPosted: Mon Oct 24, 2005 1:52 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Thu Aug 18, 2005 7:13 am
Posts: 16285
Can you post configuration.php in /mambo (leaving the database name and account information out of it).

_________________
Joomla forum global moderator.

Take care


Top
 Profile  
 
PostPosted: Tue Oct 25, 2005 6:14 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Oct 25, 2005 6:02 pm
Posts: 1
Hello!

I have the same problem! After a succesful install, there aren not any images in both sections. The path is / because it is a free website host. Is it a file permission problem, or what? This is my configure.php:
$mosConfig_dbprefix = 'jos_';
$mosConfig_lang = 'english';
$mosConfig_absolute_path = '/';
$mosConfig_live_site = 'http://kreept.atw.hu';
$mosConfig_sitename = 'Kreept\'s website';
$mosConfig_shownoauth = '0';
$mosConfig_useractivation = '1';
$mosConfig_uniquemail = '1';
$mosConfig_offline_message = 'This site is down for maintenance.
Please check back again soon.';
$mosConfig_error_message = 'This site is temporarily unavailable.
Please notify the System Administrator';
$mosConfig_debug = '0';
$mosConfig_lifetime = '900';
$mosConfig_MetaDesc = 'Joomla - the dynamic portal engine and content management system';
$mosConfig_MetaKeys = 'Joomla, joomla';
$mosConfig_MetaTitle = '1';
$mosConfig_MetaAuthor = '1';
$mosConfig_locale = 'en_GB';
$mosConfig_offset = '0';
$mosConfig_offset_user = '0';
$mosConfig_hideAuthor = '0';
$mosConfig_hideCreateDate = '0';
$mosConfig_hideModifyDate = '0';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hideEmail = '0';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_enable_stats = '0';
$mosConfig_sef = '0';
$mosConfig_vote = '0';
$mosConfig_gzip = '0';
$mosConfig_multipage_toc = '1';
$mosConfig_allowUserRegistration = '1';
$mosConfig_link_titles = '0';
$mosConfig_error_reporting = -1;
$mosConfig_list_limit = '30';
$mosConfig_caching = '0';
$mosConfig_cachepath = '//cache';
$mosConfig_cachetime = '900';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = 'kreept@gmail.com';
$mosConfig_fromname = 'Kreept\'s website';
$mosConfig_sendmail = '/usr/sbin/sendmail';
$mosConfig_smtpauth = '0';
$mosConfig_smtpuser = '';
$mosConfig_smtppass = '';
$mosConfig_smtphost = 'localhost';
$mosConfig_back_button = '1';
$mosConfig_item_navigation = '1';
$mosConfig_secret = 'GUE0w3rInA0MbfEG';
$mosConfig_pagetitles = '1';
$mosConfig_readmore = '1';
$mosConfig_hits = '1';
$mosConfig_icons = '1';
$mosConfig_favicon = 'favicon.ico';
$mosConfig_fileperms = '';
$mosConfig_dirperms = '';
$mosConfig_helpurl = 'http://help.joomla.org';
$mosConfig_mbf_content = '0';
$mosConfig_editor = 'tinymce';
setlocale (LC_TIME, $mosConfig_locale);

if you visit my website you can see it.

THX


Top
 Profile  
 
PostPosted: Tue Oct 25, 2005 7:04 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Thu Aug 18, 2005 7:13 am
Posts: 16285
The red and orange status messages in Cpanel are because the disks are nearly full. This has nothing to do with the state of your website.

@kreept
Mmm, it looks that you are having some kind of redirect. If you use http://users.atw.hu/kreept, you will end up at http://kreept.atw.hu. Maybe put the first value in live_site?

_________________
Joomla forum global moderator.

Take care


Top
 Profile  
 
PostPosted: Tue Oct 25, 2005 7:20 pm 
User avatar
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Oct 20, 2005 8:01 pm
Posts: 4
Here's a part of my configuration.php:

$mosConfig_offline = '0';
$mosConfig_host = 'localhost';

$mosConfig_dbprefix = 'mos_';
$mosConfig_lang = 'english';
$mosConfig_absolute_path = '/home/tendy/public_html/mambo';
$mosConfig_live_site = 'http://www.lostlands.sys1.co.uk/mambo';
$mosConfig_sitename = 'DS People!';
$mosConfig_shownoauth = '0';
$mosConfig_useractivation = '1';
$mosConfig_uniquemail = '1';
$mosConfig_offline_message = 'This site is down for maintenance.
Please check back again soon.';
$mosConfig_error_message = 'This site is temporarily unavailable.
Please notify the System Administrator';
$mosConfig_debug = '0';
$mosConfig_lifetime = '900';
$mosConfig_MetaDesc = 'Mambo - the dynamic portal engine and content management system';
$mosConfig_MetaKeys = 'mambo, Mambo';
$mosConfig_MetaTitle = '1';
$mosConfig_MetaAuthor = '1';
$mosConfig_locale = 'en_GB';
$mosConfig_offset = '0';
$mosConfig_hideAuthor = '0';
$mosConfig_hideCreateDate = '0';
$mosConfig_hideModifyDate = '0';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hideEmail = '0';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_enable_stats = '0';
$mosConfig_sef = '0';
$mosConfig_vote = '0';
$mosConfig_gzip = '0';
$mosConfig_multipage_toc = '1';
$mosConfig_allowUserRegistration = '1';
$mosConfig_link_titles = '0';
$mosConfig_error_reporting = -1;
$mosConfig_list_limit = '10';
$mosConfig_caching = '0';
$mosConfig_cachepath = '/home/tendy/public_html/mambo/cache';
$mosConfig_cachetime = '900';
$mosConfig_mailer = 'mail';

$mosConfig_fromname = 'DS People!';
$mosConfig_sendmail = '/usr/sbin/sendmail';
$mosConfig_smtpauth = '0';
$mosConfig_smtpuser = '';
$mosConfig_smtppass = '';
$mosConfig_smtphost = 'localhost';
$mosConfig_back_button = '1';
$mosConfig_item_navigation = '1';

$mosConfig_pagetitles = '1';
$mosConfig_readmore = '1';
$mosConfig_hits = '1';
$mosConfig_icons = '1';
$mosConfig_favicon = 'favicon.ico';
$mosConfig_fileperms = '';
$mosConfig_dirperms = '';
$mosConfig_helpurl = 'http://help.mamboserver.com';
$mosConfig_mbf_content = '0';
setlocale (LC_TIME, $mosConfig_locale);
?>

_________________
Always learning...


Top
 Profile  
 
PostPosted: Tue Oct 25, 2005 7:26 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Thu Aug 18, 2005 7:13 am
Posts: 16285
Eeehhh, when I go to http://www.lostlands.sys1.co.uk/mambo/, everything is as it should be. Even when I go to the administration page, I see the images that need to be there.

_________________
Joomla forum global moderator.

Take care


Top
 Profile  
 
PostPosted: Tue Oct 25, 2005 7:37 pm 
User avatar
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Oct 20, 2005 8:01 pm
Posts: 4
Eeeehhh, are you serious?  ???

You know what, I will go check this on another PC. It's probably my comp then...

EDIT: Wait, now I can't see my entire site at all. Definitely my PC then I guess...

_________________
Always learning...


Last edited by Tendy on Tue Oct 25, 2005 7:39 pm, edited 1 time in total.

Top
 Profile  
 
PostPosted: Tue Oct 25, 2005 8:53 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Thu Aug 18, 2005 7:13 am
Posts: 16285
I can still see it....

_________________
Joomla forum global moderator.

Take care


Top
 Profile  
 
PostPosted: Thu Oct 27, 2005 5:58 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Oct 27, 2005 4:44 pm
Posts: 3
Hey. I have the same problem, and I tried on 2 different computers...  The problem appears only for the images in the admin panel, and for banners administrated by the there. Background images for the templates works fine. Suggestions, anyone?
OK Johansen TheAlchemy.Net


Top
 Profile  
 
PostPosted: Fri Oct 28, 2005 4:43 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Oct 28, 2005 4:41 pm
Posts: 3
i am having the same problem after my install. if i go to the admin page, i have menu's and icon's that are missing. any help would be greatly appreciated.

thanks in advance


Top
 Profile  
 
PostPosted: Fri Oct 28, 2005 5:34 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Oct 28, 2005 3:14 pm
Posts: 8
I have just posted a similar issue relating to forwarding my domain name to my hosted joomla and the same issue arrives if my Live Site is not pointed to the real hosted site. In my case the site shows fine, but won't let people login unless they use the real hosted url address and not the parked domain which is forwarding traffic.


Top
 Profile  
 
PostPosted: Sat Oct 29, 2005 2:52 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Oct 27, 2005 4:44 pm
Posts: 3
Hi there! My guess is that something happened to the images when they were zipped into the installerpackage or something...
So I opened all images in Macromedia Fireworks, and re-saved them without any changes at all, and uploaded them in ASCII-mode with SmartFTP. I also prepared the folders on the server by changing the properties to 777 with the commandline in SmartFTP prior to uploading. In the admin panel (Global Properties / Server) I checked for "CHMOD new files to 0777", and the same for directories. I don`t know if the later two had any effect, but that`s what I did, and PROBLEM SOLVED... All images show perfectly, and it also solved some problems I thought was due to a CSS error. Probably not important, but the configuration file were also writable during the process. If you want to try this, remember to changed the rights back. (Configuration unwritable + +.) Hope it helps some of you guys to!

Yours Sincerely
Øyvind Johansen
TheAlchemy.Net


Top
 Profile  
 
PostPosted: Sat Oct 29, 2005 4:39 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Oct 27, 2005 4:44 pm
Posts: 3
CORRECTION!
Sorry! I meant 10101, NOT ASCII...
Also be aware that the file extension wary, so the .png can be saved directly, but .jpg files must be "saved for web" or similar.
The file-sizes may be significantly higher, but in the admin area it want matter much.
You might get fooled by Microsoft, and will not see the changes. In that case you can try to restart your computer. Yes I know! >:(

Øyvind Johansen
TheAlchemy.Net


Top
 Profile  
 
PostPosted: Sun Mar 13, 2011 5:40 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sun Mar 13, 2011 5:33 am
Posts: 1
Hello,
this Forum helped me a Lot in all kind of Issues.
Here is my Gratitude to you all !
This Issue with the Images is a Windows Thing. Install Ubuntu and a Lot of these little Problems disappear !
Worked for me after moving to a diffrent Server adjusting Virtualmart, Images, Filezilla with Ubuntu
and most of all !!! Use crimson Editor !!!!!
If you use Notepad from Windows you looking for a long day or month on your computer trying to figure it out, like i did
Thanks

Nicole


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 



Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group