Wed 24th Sep '08 2:51pm
|
 |
Senior Member
|
|
|
Configuration can't be read with impex/help.php
I have this message when I would like to clean my importation :
Code:
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:
PHP Code:
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.
|