Why many quickstart packages of Ubertheme are not

I found Many Quickstart Packages of Magento Theme are not upgraded to Magento 1.9.1, yet? Examples: Aroma, Casual, Classy…etc.
 
Any schedule to fully upgrade to Magento 1.9.1?
 

  1. Profile photo of Seth MakSeth Mak 140.00 $tone March 24, 2015
    Pls advise which templates are compatible with Magento 1.9.1

15 answers

Profile photo of Seth Mak 140.00 $tone March 24, 2015
Public

A follow up question: Anybody had complained 404 error after installation of a Quickstart Package? I experienced it in the folowing quickstart templates:  aroma, casual, tony, Travelgear, summer.
As I’m using Ngnix web server, I suspect it’s related to NGNIX. Any advice from your side?
Many thanks.
Seth

#2
Profile photo of Mall Staff 184060.00 $tone March 24, 2015
Public

Hi  Seth Mak,

Anybody had complained 404 error after installation of a Quickstart Package

To solve that issue you can try run directly to the Database (Database installed the Magento) bellow SQL commands via MySQL maganer (example: phpMyAdmin…)

SET FOREIGN_KEY_CHECKS=0;
UPDATE `core_store` SET store_id = 0 WHERE code='admin';
UPDATE `core_store_group` SET group_id = 0 WHERE name='Default';
UPDATE `core_website` SET website_id = 0 WHERE code='admin';
UPDATE `customer_group` SET customer_group_id = 0 WHERE customer_group_code='NOT LOGGED IN';
SET FOREIGN_KEY_CHECKS=1;

Hope this help.
Regards,
Mall.

#3
Profile photo of Seth Mak 140.00 $tone March 24, 2015
Public

I found out the Quickstart package of Tony, Travelgear have problems, as I saw “2014” at the bottom while they are supposed to be of Magento 1.9.10 and I got 404 error. I can install all other quickstart package of 1.9.10 (gem, kidsland, sportsgear{it’s 1.9.10 compatible, right}, megamall, bookshop, crafts, sporty, haga).
 

#6
Profile photo of Mall Staff 184060.00 $tone March 26, 2015
Public

Hi Seth Mak,
Please re-check the FTP credential you are provided. 
I can not connect to your server with that.
Regards,
Mall.

#9
Profile photo of Mall Staff 184060.00 $tone March 30, 2015
Public

Hi  Seth Mak,
I still can’t connect to your server via FTP credential you are provided.
Also, i have checked the tony database and see an issue with prefix of tables. You can see this at screenshot
http://awesomescreenshot.com/0db4r1a9d0
Seem code to install quickstart in Magento core has an issue. I need to check further current code of Tony website in your server to detect the root of issue.
Please re-check the FTP credential again.
Regards,
Mall.

#11
Profile photo of Mall Staff 184060.00 $tone March 30, 2015
Public

Hi Seth Mak,
The not found issue after install Quick Start package because you are sett the $_SERVER[‘MAGE_RUN_CODE’] = “default” in your server but there is not a store with store_code = “default” in the Quick Start Database.
I have open the index.php in webroot folder and add more the code:

$mageRunCode = '';

after the code:

$mageRunCode = isset($_SERVER['MAGE_RUN_CODE']) ? $_SERVER['MAGE_RUN_CODE'] : '';

and the issue was solved.
Please remove the setting for $_SERVER[‘MAGE_RUN_CODE’] in your server. for other Magento installation.
Regards,
Mall.
 

#13
Profile photo of Mall Staff 184060.00 $tone March 31, 2015
Public

Hi Seth Mak,
The seem you are setting $_SERVER[‘MAGE_RUN_CODE’] in VirtualHost cofiguration of domain tony.biza.com.hk
You can re-check it and remove the setting like as SetEnv MAGE_RUN_CODE “default”
Hope this helps.
Regards,
Mall.

#15

Please login or Register to Submit Answer

Written By

Comments