Re: Your database appears to need patching to a higher level.
I will give this all a good read and a test once I get some projects out of my hair ( opps...no hair ).
I want all the good programmers involved to know how much I do appreciate their work and how much I like Zen cart. I am just currently frustrated by an upgrade ! :smile:
Re: Your database appears to need patching to a higher level.
I have done all the updates as above (in earlier posts) but I am still getting the...
NOTICE: The website is currently Down For Maintenance to the public
Warning Your database appears to need patching to a higher level. See Admin->Tools->Server Information to review patch levels.
Messages and cannot turn them off.
I upgraded from 1.38 to 1.39h
Here is my PATCH Level message...
Zen Cart 1.3.9h
Patch: 1::
Database Patch Level: 1.3.9h
Which means I am patched, yes?
And yet I am getting the ...
Your database appears to need patching to a higher level. See Admin->Tools->Server Information to review patch levels.
On the home page still.
Re: Your database appears to need patching to a higher level.
Addendum - Interestingly, my BACK END Admin in my ZEN CART says everything is normal and everything is up to date.
Yet Homepage says: Down for maintenance - Update Database.
Is this simply a message I can switch off somewhere?
Re: Your database appears to need patching to a higher level.
admin panel/ configuration/ website maintenance/ Down for Maintenance: ON/OFF
Re: Your database appears to need patching to a higher level.
Quote:
Originally Posted by
haredo
admin panel/ configuration/ website maintenance/ Down for Maintenance: ON/OFF
Nope -- set as FALSE.
Backend reports all normal, all patched and on-line.
Cleared browser cache a couple of times as well.
Will happily give you an admin account to poke around.
Thanks!
1 Attachment(s)
Re: Your database appears to need patching to a higher level.
Re: Your database appears to need patching to a higher level.
I sent you a PM,
After doing the database-upgrade via zc_install, you need to go into your admin area and remove-and-reinstall all your payment and shipping modules. This is documented in the upgrade instructions in the /docs/ folder of the Zen Cart files. After you've done that, you can turn off the down-for-maintenance by going to Admin->Configuration->Website Maintenance and setting Down For Maintenance to False.
Re: Your database appears to need patching to a higher level.
Quote:
Originally Posted by
haredo
I sent you a PM,
After doing the database-upgrade via zc_install, you need to go into your admin area and remove-and-reinstall all your payment and shipping modules. This is documented in the upgrade instructions in the /docs/ folder of the Zen Cart files. After you've done that, you can turn off the down-for-maintenance by going to Admin->Configuration->Website Maintenance and setting Down For Maintenance to False.
Yes - did that too. :-)
I love a good Zen Cart challenge.
Re: Your database appears to need patching to a higher level.
Look like you have not upgraded the files properly..
When I go to tools/ template selection and switch back to classic contemporary green I get the same page... NOT GOOD
You need to retrace your paths on the upgrade process.. Sorry
Re: Your database appears to need patching to a higher level.
Quote:
Originally Posted by
colin99
I have done all the updates as above (in earlier posts) but I am still getting the...
NOTICE: The website is currently Down For Maintenance to the public
Warning Your database appears to need patching to a higher level. See Admin->Tools->Server Information to review patch levels.
Messages and cannot turn them off.
I upgraded from 1.38 to 1.39h
Here is my PATCH Level message...
Zen Cart 1.3.9h
Patch: 1::
Database Patch Level: 1.3.9h
Which means I am patched, yes?
And yet I am getting the ...
Your database appears to need patching to a higher level. See Admin->Tools->Server Information to review patch levels.
On the home page still.
Quote:
Originally Posted by
colin99
Addendum - Interestingly, my BACK END Admin in my ZEN CART says everything is normal and everything is up to date.
Yet Homepage says: Down for maintenance - Update Database.
Is this simply a message I can switch off somewhere?
Looks like your /admin/includes/configure.php is pointing to a different set of database credentials than your /includes/configure.php is.
They need to have the SAME settings for all the DB_xxxxxx parameters, else they're showing you completely different data.
And, remember, if the configure.php file is read-only, you won't be able to upload/edit it without making it writable first.