Hi
According to the instructions for migrating a CS-Cart from one server to another you should restore the database of your backup into the new install via the build in admin section under Administration → Database restore tab
[attachment=9720:prnscr_restoredb.png]
The restore process however seems to stall. It must be something in the setting of CentOS 6.6 x64 VPS container but I cannot figure out what exactly I am mssing. How can I debug this ?
I already uncommented the following in the config.php file present in the root of CS-Cart. PS we are talking about V4.2.4 at the moment.
//Uncomment to enable the developer tools: debugger, PHP and SQL loggers, etc.
define('DEBUG_MODE', true);
//Uncomment to enable error reporting.
define('DEVELOPMENT', true);
The raw datalog of cPanel reveals the following error:
[quote][Fri Jun 19 17:04:09.675558 2015] [cgi:error] [pid 21927] [client 66.249.79.92:45410] AH01215: PHP Warning: array_merge(): Argument #2 is not an array in /home/pasioonline/public_html/app/Tygh/BlockManager/Block.php on line 706: /usr/local/cpanel/cgi-sys/php5[/quote]
What could be the issue ? What does this mean.
Line 706 of Block.php reads only
$params = array_merge($params, $block['content']);