[solved]Upgrade from 1.2.3 to 1.5.0
[solved]Upgrade from 1.2.3 to 1.5.0
Today I have upgraded a website from version 1.2.3 to 1.5.0 (and later to 1.5.1 when I found out it was released).
After the upgrade to 1.5.0 I accessed the modules from extentions->modules, and I only see 1 module, the captcha module. Now I know there should be more modules, because I created this website to contain a frontend with user registration and all. Can anyone tell me what happened to my modules?
The website is http://www.fantasyarena.net
After the upgrade to 1.5.0 I accessed the modules from extentions->modules, and I only see 1 module, the captcha module. Now I know there should be more modules, because I created this website to contain a frontend with user registration and all. Can anyone tell me what happened to my modules?
The website is http://www.fantasyarena.net
Last edited by RichardC on Fri Dec 05, 2008 3:18 pm, edited 1 time in total.
Re: Upgrade from 1.2.3 to 1.5.0
Check the \modules folder if the expected modules are showing there...
Ronny
Ronny
Re: Upgrade from 1.2.3 to 1.5.0
As far as I can see the expected modules are all there... I can also access the installed modules in the administration panel, and the front end seems to work properly. When I look at the module repository I see modules I have installed as Cannot be downloaded.
It's just the fact that they don't show up in the module-section.
It's just the fact that they don't show up in the module-section.
Re: Upgrade from 1.2.3 to 1.5.0
Also... I just noticed this now... the back-end looks an awfull lot like the 1.2.3 version, and not the 1.5.0 version... could that be related, perhaps?
I did a clean install of 1.5.0 the other day, and the back-end looked a lot better!
I did a clean install of 1.5.0 the other day, and the back-end looked a lot better!
Re: Upgrade from 1.2.3 to 1.5.0
My guess is one of the installed modules is not compatible with the current CMS Made Simple and generating some kind of PHP error. Check your server error log for details.
You can also try turning on debug config.php to see if it gives more information.
Another thing you can try is renaming all (non-core) module folders one by one to see if one of the modules is messing things up.
Posting a list of installed modules and versions (copy and paste from Site Admin » System Information) makes it easier for us/others to maybe determine what's going wrong.
Regards,
D
You can also try turning on debug config.php to see if it gives more information.
Another thing you can try is renaming all (non-core) module folders one by one to see if one of the modules is messing things up.
Posting a list of installed modules and versions (copy and paste from Site Admin » System Information) makes it easier for us/others to maybe determine what's going wrong.
Regards,
D
Re: Upgrade from 1.2.3 to 1.5.0
Sounds like you didn't overwrite the files on the server with the 1.5.0 files.RichardC wrote: Also... I just noticed this now... the back-end looks an awfull lot like the 1.2.3 version, and not the 1.5.0 version... could that be related, perhaps?
I did a clean install of 1.5.0 the other day, and the back-end looked a lot better!
Regards,
D
Re: Upgrade from 1.2.3 to 1.5.0
I thought as much, so I restored the backup, and restored the database.... apparantly I see the same thing happening in version 1.2.3...
I will edit the DNS now so I will get the site on the old webspace back, and let's see what's happening there...
Thank you for your comments thus far!
I will edit the DNS now so I will get the site on the old webspace back, and let's see what's happening there...
Thank you for your comments thus far!
Re: Upgrade from 1.2.3 to 1.5.0
Come to think of it, 1.5.0(/1.5.1) has the nCleanGrey admin theme set by default.RichardC wrote: I did a clean install of 1.5.0 the other day, and the back-end looked a lot better!
You have to change to it if you come from an older version (My Preferences » User Preferences).
From the 1.5.x admin you can check the current CMS version (Site Admin » System Information) and check file integrity (Site Admin » System Verification, download a checksum file here)
Regards,
D
Re: Upgrade from 1.2.3 to 1.5.0
Okay... original website, same lonely module, and an error:
Been busy on a module of my own, and this is probably the one making trouble.
Code: Select all
Parse error: syntax error, unexpected T_STRING in /home/fantasy/domains/fantasyarena.net/public_html/modules/Chess/lang/en_US.php on line 2
Re: [solved]Upgrade from 1.2.3 to 1.5.0
Indeed... I corrected the error in the original version, migrated it to my new server, and upgraded it to 1.5.1. All modules are visible... Only thing is I can't seem to get the new administrator theme working, even though I use the settings exactly as a freshly installed 1.5.1 version.