News:

Looking for documentation? Take a look on our wiki

Main Menu

VM AIO Bug

Started by payreto, December 11, 2015, 15:46:48 PM

Previous topic - Next topic

payreto

Hello Guys!

After installing Joomla and uploading the installation file for VM, I am having issue with the com_virtuemart_aio module.
It does not install itself properly (see error message bellow) and the products are not being displayed in the front end.

Error message from webserver:

"PHP message: PHP Warning:  require_once(OffAmazonPaymentsService/Interface.php): failed to open stream: No such file or directory in /var/www/virtuemart.cardprocess.payreto.eu/plugins/vmpayment/amazon/library/OffAmazonPaymentsService/Client.php on line 22"

Interface.php is of course on the server and its permission set to 644. It seems the scripts are trying to load other files. These are referenced with a relative path, so I belive, that the script assumes to find it in the class path. If the plugins directory is not part of the class path, it will not find it. It should in my opinion be referenced in an absolute path or the class path needs to be extended with the plugin directories.

Did anybody ran into the same issue while installing Virtuemart? Do you have a solution for this issue?

Thanks for your help!

Quentin

GJC Web Design

are u using amazon payments?

just disable the plugin if not

if you are extract from the AIO pack, zip and re-install
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

payreto

Hi! Thanks for your reply.

I do not use Amazon Payment and this module is deactivated. I also tried to re-install it without success.