Re: After upgrading to 1.5.1 No Customers found in Admin
Quote:
Originally Posted by
Robbyn7
Twitchtoo, where would I find the stock zc_install code?
Either on a backup/local copy that was made as part of installing ZC, or by downloading a fresh copy of ZC from this site...
There's a lot of SQL there, but perhaps can find something by sifting through and verifying that each action was performed, or perform it again yourself.
Re: After upgrading to 1.5.1 No Customers found in Admin
Once again, I can't express how important it is to accept help when help is offered. Thank you Robbyn7.
There are many errors with your site, the first has been corrected:
line 1099 of customers.php was calling a non existent function from one of your previous v1.38 modules.
Your customers list has now been restored in admin.
I'm now working on fixes for the rest of the errors :)
Stay tuned.
Re: After upgrading to 1.5.1 No Customers found in Admin
Here's the list of things gone wrong with your upgrade:
- template files were in the wrong locations
- admin index page failed because it was trying to call a newsletter/subscription table that was not available/defined
- customers page called a non existent function from a past module
- define_main_page was missing and the template improperly avoided displaying it
- 4 categories had duplicate products mixed with categories
Moving forward...
I managed to correct all of the admin and cart errors I was able to produce during testing and now your /logs folder is void of errors!
There may be other bits and pieces you find that don't work based on what I could see in the code some of the module names do not have 1.51 supported versions.
For now it all looks to be up and running and stable.
Be sure to backup your site locally including your SQL database with the changes/updates I have made so you have a copy.
Do test the site yourself as a guest/customer and admin and let me know if you find any other problems.
:)
Re: After upgrading to 1.5.1 No Customers found in Admin
I would like to thank the smart and wonderful Zenners especially Twitchtoo. You went above and beyond to help a novice with major website issues. Thank you so much for your time, patience, and kindness. You accomplished in a short period of time what would have taken me months to figure out! Your generosity is much appreciated.
I will heed your advice listed above as I surely don't want the same to happen during the next upgrade.
Robyn
Re: After upgrading to 1.5.1 No Customers found in Admin
Thank you.
and
You're Welcome.
:)
Re: After upgrading to 1.5.1 No Customers found in Admin
Quote:
Originally Posted by
Robbyn7
I would like to thank the smart and wonderful Zenners especially Twitchtoo. You went above and beyond to help a novice with major website issues. Thank you so much for your time, patience, and kindness. You accomplished in a short period of time what would have taken me months to figure out! Your generosity is much appreciated.
I will heed your advice listed above as I surely don't want the same to happen during the next upgrade.
Robyn
Also, as infrequent as it may be, following the guidelines for upgrading would significantly help in preventing such an issue of the files. If things are back to the way they should be and any new modifications are properly added/designed, the next upgrade should be a relative breeze.