AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Ollie on June 27, 2014, 12:54:02 AM

Title: Migration Tool not working
Post by: Ollie on June 27, 2014, 12:54:02 AM
When I try to access the migration tool, I get this error message:

Fatal error: require_once() [function.require]: Failed opening required '/home/azhea3/public_html/store/admin/model/tool/migration/_vti_cnf' (include_path='.:/usr/local/php52/lib/php') in /home/azhea3/public_html/store/admin/model/tool/migration.php on line 735

I appreciate if someone could tell me how to fix the problem.
Title: Re: Migration Tool not working
Post by: abolabo on June 27, 2014, 02:34:13 AM
abantecart app does not contain "_vti_cnf"  folders. Probably you should check /home/azhea3/public_html/store/admin/model/tool/migration/_vti_cnf and remove it
Title: Re: Migration Tool not working
Post by: Ollie on June 27, 2014, 06:21:23 AM
Thank you!