Pics not showing after changing sites base url

Hi, i recently changed my sites base url in the script - which worked great, it now displays the correct url when accessing the page.

However, since then, any photos uploaded to the site are not appearing on members profiles. They are in the database as I can see them in the admin panel (modules - photos) but they are not showing on members profiles.

Do i need to specify where the system needs to go to find uploaded pics, and would this have changed when i changed the sites url?

Thank

Quote · 1 May 2010

you need to clear the cache directory and possibly the cache_public directory. *NOTE* on the cache directory there is an .htaccess file, do not remove that file, remove all others from that directory. also, clear your browsers cache, this should straighten you out.

Hi, i recently changed my sites base url in the script - which worked great, it now displays the correct url when accessing the page.

However, since then, any photos uploaded to the site are not appearing on members profiles. They are in the database as I can see them in the admin panel (modules - photos) but they are not showing on members profiles.

Do i need to specify where the system needs to go to find uploaded pics, and would this have changed when i changed the sites url?

Thank

Regards,

DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 1 May 2010

Thanks mate. I have done that from cpanel.


No instant effect though, would it take a while to take effect?


website is www.drsandnurses.co.uk

Cheers

Ru

Quote · 4 May 2010

Thanks mate. I have done that from cpanel.


No instant effect though, would it take a while to take effect?


website is www.drsandnurses.co.uk

Cheers

Ru

I think you need change site url in your inc/header.inc.php

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 4 May 2010

and delet cache in your broswer

brunno
Quote · 4 May 2010

Thanks everyone.


I think I've changed the sites url correctly in inc/header.inc.php - it now displays the correct url when visiting the page.

However, all the new members profiles pics are STILL not showing. Here is the relevant section from my inc/header.inc.php:

$site['ver']               = '7.0';
$site['build']             = '0';
$site['url']               = "http://drsandnurses.co.uk/";
$admin_dir                 = "administration";
$iAdminPage                = 0;
$site['url_admin']         = "{$site['url']}$admin_dir/";

$site['mediaImages']       = "{$site['url']}media/images/";
$site['gallery']           = "{$site['url']}media/images/gallery/";
$site['flags']             = "{$site['url']}media/images/flags/";
$site['banners']           = "{$site['url']}media/images/banners/";
$site['imagesPromo']       = "{$site['url']}media/images/promo/";
$site['tmp']               = "{$site['url']}tmp/";
$site['plugins']           = "{$site['url']}plugins/";
$site['base']              = "{$site['url']}templates/base/";

$site['bugReportMail']     = "russell@nhs-dating.co.uk";

$dir['root']               = "/home/russj/public_html/";
$dir['inc']                = "{$dir['root']}inc/";
$dir['profileImage']       = "{$dir['root']}media/images/profile/";

Any ideas?!

Thank

Quote · 5 May 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.