HELP - 2.1.2 Upgrade abort - No SHOP - No Admin - Nothing

Hi How Do I open my store? Link is missing from the bottom admin after newest upgrade



Thanks

AlmondJoy

[quote name=‘almondjjoy’]Now cant find the open store link…[/quote]

At the bottom on the right side…

[quote name=‘indy0077’]At the bottom on the right side…[/QUOTE]



i the link is usually there but after the upgrade its no longer there.

:-?

[quote name=‘katart’]We had to reset the permissions for admin.php and index.php back to 644. That got us up and running[/quote]





YOU ROCK! This worked like a charm! =)

You are a life saver thanks so mutch for that info.



i couldent add products to my cart. as soon as i went to a difrent page like checkout it was gone from cart :-S this fixd it :o) :mrgreen:








[quote name=‘S-Combs’ timestamp=‘1289394110’ post=‘94457’]

Anyone upgrading on a server running PHP in suPHP or FastCGI mode must use 755 / 644 permissions instead of 777 / 666



You should also check the following code in your config.local.php file to be sure it is set to the correct environment.


// Default permissions for newly created files and directories<br />
define('DEFAULT_FILE_PERMISSIONS', 0644);<br />
define('DEFAULT_DIR_PERMISSIONS', 0755);
```<br />
<br />
[EDIT]  I would like to add that if the above code is incorrect after your install, completely remove all files within /var/cache and everything under /var/compiled as these will most likely have incorrect permissions<br />
[/quote]