I now just want to get the store backup and running again as it was and I can’t. I just do not know what to do.
Please if there is anyone that can directly help me, I would be real grateful. Whilst I can’t afford much I am willing to pay for someone to help (via paypal)..
Seems you are trapped…
The wisest thing is probably now to move back to 1.1.8 or to find your way into 1.2.0.1
I would suggest that you:
1 - make a backup of the complete DB, DIRECTLY FROM MYSQL, eg thru phpmyadmin. Check if you can safely restore this backup into another mysql db thru the same phpmyadmin. IF YOUR DB IS LARGE (ie >5M), be careful because reimport might prove delicate and you might need to use BigDump… which does not work if you have selected ‘extended inserts’ at backup time.
2 - make a backup of all htaccess and php.ini files you might have whether local or remote (don’t forget /app/etc/local.xml). Make a complete backup aff all files, place it IN ANOTHER DIRECTORY than the local directory you use usually
3 - Check for obvious problems:
-- htaccess or php.ini changed by the update process, overriding any tuning you might have installed
-- check that /js an all its subdirectories are chmod 755 (some host would need rather 705), and not 777 as usually created by the update; check that /js/index.php is chmod 644 (instead of the 666 of the update)
-- check that all subdirectories of your / are chmod 755 or 705 as well, except /var/ for which you can accept 777
4 - If none of this created a significant improvement, you might try a complete install:
-- except for you own-created content (check in /media, in /app/code/local, your themes and skins, and the elements you have placed in /app/etc/modules/), erase everything;
-- download and unzip locally the last version, upload the de-zipped version on the remote site
-- run the remote site and pray…
If that does not work for 1.2.0.1, and if you want to come back to 1.1.8…
YOU NEED FIRST TO RESTORE YOUR DB BACKUP, since the 1.2x process might have upgrader your db and so placed it in a state inconsistent with 1.1.8
Don’t forget to make you voice heard in the poll at http://www.magentocommerce.com/boards/viewthread/27574/
appreciate it. will see if i can work through some of the tings that you mentioned.
-- run the remote site and pray…
Thanks and I have been praying since yesterday!!
If that does not work for 1.2.0.1, and if you want to come back to 1.1.8…
YOU NEED FIRST TO RESTORE YOUR DB BACKUP, since the 1.2x process might have upgrader your db and so placed it in a state inconsistent with 1.1.8
I think this has actually happened… i went from 1.1.6 which was not running in a stable manner so went for 1.1.8 a few weeks ago.. that failed but managed to revert the store back to how it was without much incident. Tried again from 1.1.6 to 1.2.0.1 and that was that..