I'm hoping someone here can help.
I was using JoomShopping 3.15 and decided to change to VM 2.X.
I uninstalled all Joomshopping files, cleared the cache and installed VM. Everything works EXECPT the VM-Featured Products module. When I publish this module, I get the following error on the front end of the website:
Warning: require_once(/home/XXXX/public_html/components/com_jshopping/lib/factory.php) [function.require-once]: failed to open stream: No such file or directory in /home/XXXX/public_html/helper.php on line 5
Fatal error: require_once() [function.require]: Failed opening required '/home/XXXX/public_html/components/com_jshopping/lib/factory.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/XXXX/public_html/helper.php on line 5
* XXXX's are being used in place of actual name.
Anyone familiar with this error?
Hello JeffbReno
This is an errror coming from JoomShop, You have a request for a joomshop file left in home/XXXX/public_html/helper.php on line 5.
You should remove this refrensce and that problem would be solved. I would look for other changes that have been made to reference joomshop files.
regards
Jörgen @ Kreativ Fotografi
Thanks. To be on the safe side, I renamed the helper.php file (so I could change it back if I needed), and the VM Feature Product module works fine.