Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • assadniang Friend
    #149780

    Hello,

    When you disable the mod_product_categories that is published on the LEFT position, you get a blank page when you go to the main page index.php.

    http://www.oumoubiz.com

    Saguaros Moderator
    #337707

    Dear assadniang!

    I have detected that the issue was originated by Virtuemart extension, thus I am sorry for not being of much help. I recommend that you keep contact with the Virtuemart’s developer for assistance.

    When i turn off the module , the site raise this bug:
    [PHP]

    Warning: require_once(/administrator/components/com_virtuemart/global.php) [function.require-once]: failed to open stream: No such file or directory in /home/www/jadev_data/sites/auto/qs.mesoliteii.1269511315/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/share/php:/usr/share/pear’) in /home/www/jadev_data/sites/auto/qs.mesoliteii.1269511315/components/com_virtuemart/virtuemart_parser.php on line 74
    [/PHP]
    this bug was disable on your site, so that you see the blank page.

    Thanks

    assadniang Friend
    #337729

    <em>@tienhc 171283 wrote:</em><blockquote>Dear assadniang!

    I have detected that the issue was originated by Virtuemart extension, thus I am sorry for not being of much help. I recommend that you keep contact with the Virtuemart’s developer for assistance.

    When i turn off the module , the site raise this bug:
    [PHP]

    Warning: require_once(/administrator/components/com_virtuemart/global.php) [function.require-once]: failed to open stream: No such file or directory in /home/www/jadev_data/sites/auto/qs.mesoliteii.1269511315/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/share/php:/usr/share/pear’) in /home/www/jadev_data/sites/auto/qs.mesoliteii.1269511315/components/com_virtuemart/virtuemart_parser.php on line 74
    [/PHP]
    this bug was disable on your site, so that you see the blank page.

    Thanks</blockquote>
    This is related to your template as it works with the default joomla template, I doubt I will get much help from virtuemart.

    Why is it calling this file from your server?
    /home/www/jadev_data/sites/auto/qs.mesoliteii.1269511315/components/com_virtuemart/virtuemart_parser.php

    Maybe it is not finding this file, that’s why I am getting a blank page.

    I need to be able to resolve this in order to publish my site.

    Thanks

    Saguaros Moderator
    #337901

    Dear Brother!

    i’m sorry, i did not explain clear on this issue.

    I tested this issue with our server to find the reason, Above Codes are bugs raise on my test site. and I forgot test this with the default template. I’ll try to resolve this issue, pls give me some time

    Thanks

    assadniang Friend
    #337903

    Ok, looking forward for the fix

    Saguaros Moderator
    #337957

    Dear assadniang!

    i have found the problem from the ja_vmproductslide module, pls fix this as following:

    1) please open the file: modulesmod_ja_vmproductslidemod_ja_vmproductslide.php and find codes:

    [PHP]defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );[/PHP]

    and replace:
    [PHP]
    defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );
    // 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’ );
    $mosConfig_absolute_path = realpath( dirname(__FILE__).’/../..’ );
    } else {
    require_once( dirname(__FILE__).’/../components/com_virtuemart/virtuemart_parser.php’ );
    }
    [/PHP]

    Good luck

    assadniang Friend
    #338024

    Thank you, it works

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

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

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