So have you made the jump to 2.1.2?

[quote name=‘stevethompson’]I’ve just completely deleted and reinstalled 2.1.2, including the database, and I’m still getting the server error. I can’t even run Admin.



STeve.[/QUOTE]



hi Steve,



Who is your web host?

[quote name=‘sellon’]Who is your web host?[/QUOTE]



CrazyDomains.com.au

I’ve sent an email to support but no reply yet.

No shell access and no access to error log.



Steve.

[quote name=‘tbirnseth’]

$ cd ~

$ find . -type f -print | xargs chmod 644

$ find . -type d -print | xargs chmod 755[/QUOTE]



Does this mean that ALL files should have 644 permissions and ALL directories should have 755 permissions?

If so, I can do that with my ftp client.



Thanks, Steve.

[quote name=‘stevethompson’]Does this mean that ALL files should have 644 permissions and ALL directories should have 755 permissions?

If so, I can do that with my ftp client.



Thanks, Steve.[/QUOTE]



Reinstall the software but before you do the actual install, change this in /config.local.php:


// Default permissions for newly created files and directories
define('DEFAULT_FILE_PERMISSIONS', [COLOR="Red"]0644[/COLOR]);
define('DEFAULT_DIR_PERMISSIONS', [COLOR="Red"]0755[/COLOR]);

[quote]

Does this mean that ALL files should have 644 permissions and ALL directories should have 755 permissions?

If so, I can do that with my ftp client…

[/quote]

Yes and also make the change to config.local.php as stated above.

I took my webhost account right back to original setup, then installed a clean 2.1.2 with the permissions suggested above. Seems to be working. Now to go through setup and add some products.



I hope that future upgrades will be much more trouble-free.



Thanks, STeve

[quote name=‘stevethompson’]I hope that future upgrades will be much more trouble-free.[/QUOTE]



Don’t hold your breath.

[quote name=‘stevethompson’]I took my webhost account right back to original setup, then installed a clean 2.1.2 with the permissions suggested above. Seems to be working. Now to go through setup and add some products.



I hope that future upgrades will be much more trouble-free.



Thanks, STeve[/QUOTE]



Only if your cart stays original with no modifications.

[quote name=‘Darius’]Only if your cart stays original with no modifications.[/QUOTE]



I’ve had all manner of upgrade problems with other carts that have been modded and tweaked. This one, I’m leaving absolutely stock standard. But then I had a completely stock standard 2.1.1.a few days ago and the upgrade to 2.1.2 completely trashed my site.



STeve.

[quote name=‘stevethompson’]I’ve had all manner of upgrade problems with other carts that have been modded and tweaked. This one, I’m leaving absolutely stock standard. But then I had a completely stock standard 2.1.1.a few days ago and the upgrade to 2.1.2 completely trashed my site.



STeve.[/QUOTE]



I would never upgrade live site directly, all previous attempts failed with rather long downtime.


  1. Backup live store DB.
  2. Install WAMP + cs-cart 2.1.1 on localhost
  3. Restore DB to newly installed cart on localhost
  4. Run upgrade.
  5. Backup localhost DB
  6. Install 2.1.2 on server, restore localhost DB.



    If you got VPS and file manager, then sixth step can be done on subdomain, later live store and subdomain /home/…public_html… dirs can be switched with few seconds site down time…





    Install wamp & fresh install of cart 2.1.1 on localhost, run upgrade

Just upgraded from 2.1.1 to 2.1.2 … one of the easier upgrades I’ve done… Very few changes to any visual templates

[quote name=‘Darius’]I would never upgrade live site directly, all previous attempts failed with rather long downtime.


  1. Backup live store DB.
  2. Install WAMP + cs-cart 2.1.1 on localhost
  3. Restore DB to newly installed cart on localhost
  4. Run upgrade.
  5. Backup localhost DB
  6. Install 2.1.2 on server, restore localhost DB.



    Install wamp & fresh install of cart 2.1.1 on localhost, run upgrade[/QUOTE]



    Can I get more details on the step 3 and 6 ? Will the old DB be compatible with the newly installed cart? Pls help.:confused:

After installing 2.1.2, the admin links in the top section go to a “page not found” error. It seems the links are missing “admin.php?dispatch=”



Any thoughts would be appreciated!

What does your status bar at the bottom of your browser say when you hover over the link? You’re telling your assessment of the problem, not the symptoms…

UPDATE: I removed ALL previous files and data, reuploaded and reinstalled. All is well now.



Thanks. :slight_smile:



-----------------

When I hover over the link… its missing “admin.php?dispatch=”



Therefore it shows (for example): www.domain.com/site_layout.logos



I’ve checked permissions, which seem to be fine. Also checked .htaccess and my config.local.php file but can’t find anything wrong.