Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • apan66 Friend
    #153901

    hello, can someone PLEASE help me.

    i can’t seem to remove the “product categories” from the menu, when i unplublish it in module manager, the page is gone and it says:

    Warning: require_once(/administrator/components/com_virtuemart/global.php) [function.require-once]: failed to open stream: No such file or directory in /home/silvere6/public_html/components/com_virtuemart/virtuemart_parser.php on line 74

    Fatal error: require_once() [function.require]: Failed opening required ‘/administrator/components/com_virtuemart/global.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/silvere6/public_html/components/com_virtuemart/virtuemart_parser.php on line 74

    what do i do???

    congtq Friend
    #354102

    Hi.
    This error is caused by mod_ja_vmproductslide. We created and fixed issue here http://pm.joomlart.com/browse/JAECMODVMPRSLIDE-1. We will test and release as soon as.
    You also can fix by yourself:
    In modulesmod_ja_vmproductslidemod_ja_vmproductslide.php file, at very above of
    [PHP]require_once(JPATH_BASE.’/modules/mod_ja_vmproductslide/ja_vmproductslide/application.php’);[/PHP]
    add this code:
    [PHP]// Load the virtuemart main parse code
    if( file_exists(dirname(__FILE__).’/../../components/com_virtuemart/virtuemart_parser.php’ )) {
    require_once( dirname(__FILE__).’/../../components/com_virtuemart/virtuemart_parser.php’ );
    } else {
    require_once( dirname(__FILE__).’/../components/com_virtuemart/virtuemart_parser.php’ );
    }[/PHP]

    apan66 Friend
    #354211

    THANK YOU very much. i added the code and now it works just fine. thank you!! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  apan66 14 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum