Restoring A Database, Use Buildin Or Restore Mysql Db Via External Tool

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.


<br />
//Uncomment to enable the developer tools: debugger, PHP and SQL loggers, etc.<br />
define('DEBUG_MODE', true);<br />
//Uncomment to enable error reporting.<br />
define('DEVELOPMENT', true);<br />

```<br />
<br />
The raw datalog of cPanel reveals the following error:<br />
<br />
[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]<br />
<br />
What could be the issue ? What does this mean.<br />
<br />
Line 706 of  Block.php reads only<br />
<br />
```php
<br />
$params = array_merge($params, $block['content']);<br />

```<p><a href="127.0.0.1/uploads/monthly_06_2015/post-20955-0-32735600-1434726016.png">prnscr_restoredb.png</a></p>