Migrate Manually

How do i go about migrating manaully, Tried everything and the migration module is still stuck saying in process???

Quote · 18 Nov 2009

I'm having the same problem, I'm sort of wondering if it has something to do with my videos getting stuck in processing which  I'm told is because of my cronjob yet my cronjob is working and im getting errors from my cronjob saying the website have allow_url_includes on when my php.ini and htaccess are setting it to off.

Quote · 18 Nov 2009

if you do this fix the migration should start working like it was suppose to but you need cronjobs setup correctly.

you open inc/header.inc.php and comment mentioned line

change:

$aErrors[] = (ini_get('allow_url_include') == 0) ? '' : '<font color="red">allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)</font>';

to:

//    $aErrors[] = (ini_get('allow_url_include') == 0) ? '' : '<font color="red">allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)</font>';

Quote · 18 Nov 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.