Hi TessaMero,
Thanks so much for your suggestion. I've had a look at the configuration.php file, but am unsure which setting I'm looking for as I couldn't find any path to images setting. I'll copy my config and put it in here.
One thing I've noticed, if I right click the broken image icon and choose Copy Image URL and paste it into the URL address bar, the image appears, so it seems the links are correct. Then, once the image is in my cache, it appears on the page properly (until I reload the page ofcourse hehe). Also, changing theme makes no difference - Bluestork and Hathor do the same.
Could my server be causing the problem somehow? Although my hosts are very good with their technical support, I dont think they'd help unless it was a problem with the server itself. But, it probably isnt because Im running various other programs (Invision Power Board, and Wordpress for example) on the same host account, albeit a different website as the website I'm installing Joomla on is an add-on domain.
As its an add on domain, not only can the website be accessed via it's own domain name or
http://www.gdf-swtor.com/gdf, but also via
http://www.ostomyland.org/GDF/gdf as it is located in a folder on my main website. Could this be part of the problem? Again though, it is correctly pointing to the image file in the page code, its just not appearing for some reason.
Here's my Config page as promised, with just a few details removed such as secret and password etc.
Thanks for your sugggestion Tessa, and thanks to anyone else who can suggest things to try too.
Best wishes,
Jason/Trekkiemonster.
Code: Select all
<?php
class JConfig {
public $offline = '0';
public $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';
public $display_offline_message = '1';
public $sitename = 'GDF';
public $editor = 'tinymce';
public $list_limit = '20';
public $access = '1';
public $debug = '0';
public $debug_lang = '0';
public $dbtype = 'mysql';
public $host = 'localhost';
public $user = '<deleted>';
public $password = '<deleted>';
public $db = '<deleted>_gdfj17';
public $dbprefix = '<deleted>_';
public $live_site = '';
public $secret = '<deleted>';
public $gzip = '0';
public $error_reporting = 'default';
public $helpurl = 'http://help.joomla.org/proxy/index.php?option=com_help&keyref=Help{major}{minor}:{keyref}';
public $ftp_host = '';
public $ftp_port = '';
public $ftp_user = '';
public $ftp_pass = '';
public $ftp_root = '';
public $ftp_enable = '';
public $offset = 'UTC';
public $offset_user = 'UTC';
public $mailer = 'mail';
public $mailfrom = '<deleted>';
public $fromname = 'GDF';
public $sendmail = '/usr/sbin/sendmail';
public $smtpauth = '0';
public $smtpuser = '';
public $smtppass = '';
public $smtphost = 'localhost';
public $smtpsecure = 'none';
public $smtpport = '25';
public $caching = '0';
public $cache_handler = 'file';
public $cachetime = '15';
public $MetaDesc = 'GDF | Saving the World from the Imperials and Sith since 2001';
public $MetaKeys = '';
public $MetaAuthor = '1';
public $sef = '1';
public $sef_rewrite = '0';
public $sef_suffix = '0';
public $unicodeslugs = '0';
public $feed_limit = '10';
public $log_path = '/home/ostom0/public_html/GDF/gdf/logs';
public $tmp_path = '/home/ostom0/public_html/GDF/gdf/tmp';
public $lifetime = '15';
public $session_handler = 'database';
}