Displaying issue after upgrade

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
lmu
New Member
New Member
Posts: 2
Joined: Fri Apr 12, 2013 12:10 pm

Displaying issue after upgrade

Post by lmu »

Hi,

I would like to upgrade the CMS installation from 1.10.3 to 1.11.5.

After the upgrade, the pages are not displayed correctly, like in a mobile phone format.

1.10.3 website : http://www.avocatsconseils.ch
1.11.5 website : http://www.avocatconseil.ch

Any help are welcome.

Thanks in advance,
Laurent
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Displaying issue after upgrade

Post by velden »

Probably you've the wrong root_url configured in the config.php file?
lmu
New Member
New Member
Posts: 2
Joined: Fri Apr 12, 2013 12:10 pm

Re: Displaying issue after upgrade

Post by lmu »

Yes, you are right, changing the domain name in config.php solve the problem. Thanks a lot

I know that my new question is out of scope. At the end, I would like to redirect the "http://www.domain2.com to the "http://www.domain1.com to keep only one site.

Think, I will have to manage this by the .htaccess or the apache2 site config file to avoid to have this kind of problem. Any idea of config to manage the redirection ?

Regards,
Laurent
Last edited by Dr.CSS on Tue Apr 16, 2013 9:01 pm, edited 1 time in total.
Reason: Please use double quotes on fake links so they aren't clickable...
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: Displaying issue after upgrade

Post by staartmees »

Did you read the warning notice regarding template and css
Warning Notice:

If you have a fresh install of CMSMS 1.10.x or greater, not an upgrade, some of these themes will give a smarty error related to {stylesheet}, this plugin has been removed from CMSMS distributions. use {cms_stylesheet} instead.

a) Open the template of the theme;
b) Search for {stylesheet};
c) Replace {stylesheet} with {cms_stylesheet};
d) Save template;
e) Open style sheets and change image calls:
old url(uploads/folder/image.jpg)
new url([[root_url]]/uploads/folder/image.jpg
Locked

Return to “[locked] Installation, Setup and Upgrade”