Cannot Open Store After 4.10 Upgrade

Hi there...

Just upgraded to latest (Last night) and I cannot get the store to go out of maint mode. In admin panel, It says that its opened...but the page goes to the store closed page.

I deleted cache.

There are no error messages in source, or log

I closed the store and reopened it in the admin panel...nothing

I CAN preview the page with the key and it works then, but wont work otherwise

Any help????? :)

Thanks all....

Hello

Did you try development mode ?

In config.local.php set

ini_set('display_errors', 1);

and in file config.php please find "DEVEL" and replace

//define('DEVELOPMENT', true);

on

define('DEVELOPMENT', true);

or maybe you shop has enable secure mode and there is no certificate?

Best regards

Robert

I have this in a local_conf

// If you need to work on a live store, you can make the settings below apply to a certain IP only, so that the customers won't be affected. Specify your IP address instead of 127.0.0.1.
if ($_SERVER['REMOTE_ADDR'] == 'XX.XXX.133.246') {
// Turn on the Debug mode for the admin panel and the storefront
define('DEBUG_MODE', true);
// Use the Development mode to display errors
define('DEVELOPMENT', true);
// Display SMARTY and PHP errors on the screen.
error_reporting(E_ALL);
ini_set('display_errors', 'on');
ini_set('display_startup_errors', true);
// Disable PHP block caching
$config['tweaks']['disable_block_cache'] = true;
}
?>

I just turned off the secure admin and secure store for https and now all I get is a link that says continue. Thats it.

UGHHHHHH

Now its just an endless refresh :(

Here is the source:

http-equiv="Refresh" content="0;URL=http://embroitique.com/" />

Hello

Please delete cache manually on the server - var/cache directory and also check your .htaccess file.

Best regards

Robert

Thank you. I removed cache again and even removed the htaccess to see... nothing. Same problem. Just get a CONTINUE link.

You can see the behavior here: embroitique.com

I just dont get it. Im sure its something minor...but its now going on 4 hours to figure this out so im getting frustrated.

Thank you. I removed cache again and even removed the htaccess to see... nothing. Same problem. Just get a CONTINUE link.

You can see the behavior here: embroitique.com

I just dont get it. Im sure its something minor...but its now going on 4 hours to figure this out so im getting frustrated.


Have you tried disabling all plugins, see if it works and if it works, then enable them one by one?
Are you using a 3rd party theme? If so, try a default theme.

Last but not least, get a running dev copy of your site in a subdomain or something and next time you want to update, try it there first. :)

I cant even get to the admin panel anymore to disable anything.

I guess I will have to do the dev copy and then migrate the data over. This is incredibly ridiculous. I dont have anything custom. CSCart has become very high maintenance lately.

Hello

1. Go to phpadmin

2. Find table cscart_settings_objects

3. Search

4. In field name write "%secure%" and search

5. You should find two records

6. "secure_storefront" in field value write "full"

7. "secure_admin" in field value write "Y"

Best regards

Robert

Thank you. I did that as well and it wont go back to what it was. Still just the continue Link and the continued refresh.

I just dont get it. Cache removed several times.

FIGURED IT OUT.

OK...so APPARENTLY in the new version in MV, the Open storefront has moved and the previous plugins on opening and closing the store no longer work...apparently there is more than just a couple settings in the cscart_settings_object table that open the store.

SERIOUSLY. WHY CAN THEY HAVE NOT SAID THAT ON THE UPGRADE!!!

Ok... so thank you all. Much appreciated.

It is under ADMINISTRATION -> STOREFRONTS.