News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Problem with slideshow modules type: error require_once() virtuemart_parser.php

Started by ismaele, June 13, 2012, 23:56:32 PM

Previous topic - Next topic

ismaele

Hi everyone!
Lately I've been experiencing a problem with all the virtuemart modules that have that code (or similar):
if( file_exists(JPATH_SITE .DS.'components/com_virtuemart/virtuemart_parser.php' )) {
require_once( JPATH_SITE .DS.'components/com_virtuemart/virtuemart_parser.php' );
} else {
require_once( JPATH_SITE .DS.'components/com_virtuemart/virtuemart_parser.php' );

I can install them smoothly but when they are enabled the site crash and I get a 500 error type.

I use VM 2.0.6 on Joomla 1.5.26.

It looks like it's a path problem, and in fact there's no virtuemart_parser.php file in my VM installation. I read that that file is no longer present inside VM 2.0, am I wrong?
Does this kind of problem come from incompatibility of those modules with VM 2.0? (even if they should be compatible from what their documentation says).

I even tried to edit a virtuemart_praser.php file on that basis:
http://virtuemart.net/documentation/phpxref/nav.html?index.html

but then I got a "direct access to this location is not allowed" error.

Has anyone any suggestions?