Latest development.
OK, I managed to get a duplicate working site & database up and running, http://www.mysite/backup/ ( which was a first for me ! )
I then uploaded the later version of the AdvancedContent (0.9.3) module via FTP.
At this point, ( for the record ) I got a blank screen in the browser. No front end at all.
I then uploaded the 1.10.3 files via FTP ( I can't do it any other way unfortunately )
In the browser I got the message "Site down for maintenance.", which I believe is normal.
I then went to http://www.mysite/backup/install/upgrade.php
Unfortunately, I got a blank screen at this point, which was NOT what I was expecting.
Again, for the record, if I go to http://www.mysite/backup/install/ I get the full install procedure ( which is not what I need )
Does this shed any light on things ?
I feel I have made some progress.
Any help greatly appreciatd
Help needed with FULL UPGRADE from CMSMS 1.9.4.3 > 10.1
Re: Help needed with FULL UPGRADE from CMSMS 1.9.4.3 > 10.1
Blank pages means PHP errors.
We need to know which errors are those:
- http://docs.cmsmadesimple.org/troublesh ... error-logs
- http://stackoverflow.com/questions/8450 ... ges-in-php
We need to know which errors are those:
- http://docs.cmsmadesimple.org/troublesh ... error-logs
- http://stackoverflow.com/questions/8450 ... ges-in-php
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Re: Help needed with FULL UPGRADE from CMSMS 1.9.4.3 > 10.1
Ok thanks.
These are the last entries in the error logs. I hope they shed some light on the situation.
I guess the first two are from when uploaded the new files for Advanced Content...
Then the following lines from when I'd uploaded the core files.
then
These are the last entries in the error logs. I hope they shed some light on the situation.
I guess the first two are from when uploaded the new files for Advanced Content...
Then the following lines from when I'd uploaded the core files.
Code: Select all
[09-Jun-2014 22:48:23 Europe/London] PHP Fatal error: Call to a member function GetPreference() on a non-object in /home/mySite/public_html/backup/modules/AdvancedContent/contenttype.Content2.php on line 218
[09-Jun-2014 22:48:27 Europe/London] PHP Fatal error: Call to a member function GetPreference() on a non-object in /home/mySite/public_html/backup/modules/AdvancedContent/contenttype.Content2.php on line 218
Code: Select all
[09-Jun-2014 21:49:16 UTC] PHP Fatal error: Call to a member function set_variable() on a non-object in /home/mySite/public_html/backup/include.php on line 78
[09-Jun-2014 21:49:16 UTC] PHP Fatal error: Call to undefined method stdClass::GetDb() in /home/mySite/public_html/backup/lib/shutdown.php on line 28
[09-Jun-2014 21:49:18 UTC] PHP Fatal error: Call to a member function set_variable() on a non-object in /home/mySite/public_html/backup/include.php on line 78
[09-Jun-2014 21:49:18 UTC] PHP Fatal error: Call to undefined method stdClass::GetDb() in /home/mySite/public_html/backup/lib/shutdown.php on line 28
[09-Jun-2014 21:49:28 UTC] PHP Fatal error: Call to a member function set_variable() on a non-object in /home/mySite/public_html/backup/include.php on line 78
[09-Jun-2014 21:49:28 UTC] PHP Fatal error: Call to undefined method stdClass::GetDb() in /home/mySite/public_html/backup/lib/shutdown.php on line 28
[09-Jun-2014 21:49:37 UTC] PHP Fatal error: Call to a member function set_variable() on a non-object in /home/mySite/public_html/backup/include.php on line 78
[09-Jun-2014 21:49:37 UTC] PHP Fatal error: Call to undefined method stdClass::GetDb() in /home/mySite/public_html/backup/lib/shutdown.php on line 28
Re: Help needed with FULL UPGRADE from CMSMS 1.9.4.3 > 10.1
It seems that the ftp upload didn't get completely transferred... (that's frequent problem with ftp).
The way to verify this is by doing a checksum on the files through the installer step 1: http://docs.cmsmadesimple.org/installat ... -integrity.
You may find a few errors. Although there will also be obvious false errors, like some lang files missing. Keep an eye on core files where the checksum fails (missing or corrupted files), as these should be there.
If you have access to a CPanel File Manager or similar try uploading the CMSMS archive file to the backup directory, and expand it form that file manager: it's safer.
That may limit the errors to only AdvancedContent module, and if so, upgrade CMSMS with the AdvancedContent directory renamed so that it won't get loaded, and only then upgrade AdvancedContent (remember to rename it back)...
HTH
PS: If this fails I highly recommend hiring a professional to do the upgrade for you.
The way to verify this is by doing a checksum on the files through the installer step 1: http://docs.cmsmadesimple.org/installat ... -integrity.
You may find a few errors. Although there will also be obvious false errors, like some lang files missing. Keep an eye on core files where the checksum fails (missing or corrupted files), as these should be there.
If you have access to a CPanel File Manager or similar try uploading the CMSMS archive file to the backup directory, and expand it form that file manager: it's safer.
That may limit the errors to only AdvancedContent module, and if so, upgrade CMSMS with the AdvancedContent directory renamed so that it won't get loaded, and only then upgrade AdvancedContent (remember to rename it back)...
HTH
PS: If this fails I highly recommend hiring a professional to do the upgrade for you.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Re: Help needed with FULL UPGRADE from CMSMS 1.9.4.3 > 10.1
Thanks for your continued support.
OK I uploaded everything with cPanel file manager this time.
Expanded directly from there.
Checksum was OK this time.
Renamed the AdvancedContent module.
http://www.mysite/backup/install/upgrade.php
Still had a white screen.
Still the same.
No new errors in the log.
ummm...
Maybe it's time to call in the professionals.
Would you be interested ?
OK I uploaded everything with cPanel file manager this time.
Expanded directly from there.
Checksum was OK this time.
Renamed the AdvancedContent module.
http://www.mysite/backup/install/upgrade.php
Still had a white screen.
Still the same.
No new errors in the log.
ummm...
Maybe it's time to call in the professionals.
Would you be interested ?
Last edited by Jo Morg on Tue Jun 10, 2014 4:49 pm, edited 1 time in total.
Reason: Please avoid auto-link of pseudo links by using "Do not automatically parse URLs" checkbox option. Thanks.
Reason: Please avoid auto-link of pseudo links by using "Do not automatically parse URLs" checkbox option. Thanks.
Re: Help needed with FULL UPGRADE from CMSMS 1.9.4.3 > 10.1
Have you tried to install a fresh 1.10.3 yet?