Error after DB connection on second step

Answered
Public

When I go to second step after saving database connection, This error appers.
CDbException
The table “{{core_website}}” for active record class “Mage1Website” cannot be found in the database.

2373 
2374     /**
2375      * Constructor.
2376      * @param CActiveRecord $model the model instance
2377      * @throws CDbException if specified table for active record class cannot be found in the database
2378      */
2379     public function __construct($model)
2380     {
2381         $this->_modelClassName=get_class($model);
2382 
2383         $tableName=$model->tableName();
2384         if(($table=$model->getDbConnection()->getSchema()->getTable($table

1 answer

Profile photo of Admin Staff -30640.00 $tone January 9, 2017
Public

Hi Zaid, 
Your M1 database might have prefix, kindly check again if you did declare this prefix in Step 1.
Meanwhile, just want to add a note that the Lite version comes with limited feature sets, and is mainly for testing purpose only (it does not support Nginx and available for Magento CE 2.0.7 only).
Regards,
An Nguyen
 

#1

Please login or Register to Submit Answer

Written By

Comments