PitchouneN64ngc
Wed 24th Sep '08, 2:51pm
I have this message when I would like to clean my importation :
ImpEx can not read the target database details from impex/ImpExConfig.php OR ../includes/config.php.
Please enter the target database details in ImpExConfig, or run ImpEx installed opposed to standalone.
In code (help.php), I can see this:
define('IDIR', (($getcwd = getcwd()) ? $getcwd : '.'));
...
else if (file_exists(IDIR . 'includes/config.php') AND !$impex_config)
This is the reason why I have this message. It tries to check config.php from impex directory and not from forum root.