Hello,
I am trying to get impex workingm but I seem to have a problem. I have filled out the appropriate info for impexconfig.php and uploaded all the according files.
The problem comes that when I access the admin panel and select [Import], instead of showing me the import options, it shows me the impexconfig.php script and at the bottom it says:
Code:
Warning: main(/forums/impex): failed to open stream: Success in /forums/impex/index.php on line 46 Fatal error: main(): Failed opening required '/forums/impex' (include_path='.:shared/php') in /forums/impex/index.php on line 46
I checked the index.php and this is what appears on line 46:
Code:
require_once (IDIR . $impexconfig['system']['language']);
any ideas on how to solve this problem?