Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • xumbrella Friend
    #532445

    Hi Thanks for the reply.

    I only had a slider plugin added to the JA wall install, this is already disabled. Regarding the social feed plugin, this is the whole purpose I bought the template, with out it I could just use another template but then that would defeat the purpose of the site. what do you meanby foreign content? I save all (well most) thumbs for video locally,that is the only media that is displayed. It does have a facebook comments that came installed but I can’t see that being much of a contribution factor?

    I also replied on this thread: http://www.joomlart.com/forums/topic/very-slow-sql-queries/… seems to be this person is experiencing the exact same problem…. just with another template.

    Saguaros Moderator
    #532500

    JA Wall template is also available for J!3.2, you can give a try with it.

    doparedes07 Friend
    #532578

    Hi try to do:
    http://www.joomlart.com/forums/attachment.php?attachmentid=35478&d=1396425065
    Disable mootools-more.js
    /*Disable Mootools-more*/
    Insert this into your index.php (in the <head> section):

    Code:
    [PHP]<?php
    $search = array(‘mootools-more.js’);
    // remove the js files
    foreach($this->_scripts as $key => $script) {
    foreach($search as $findme) {
    if(stristr($key, $findme) !== false) {
    unset($this->_scripts[$key]);
    }
    }
    }

    ?>[/PHP]

    JCH-Optimize (works fine in my site )

    Exclude CSS Files: template.css, theme.css
    Exclude JavaScript Files: mootools-yui-compressed.js, mootools-more.js, jquery-1.7.1.min.js, jquery.min.js, jquery.cookie.js
    Exclude individual extensions: com_k2, com_jce, jcemediabox, com_jcomments
    JQuery No Conflict: Yes
    JQuery File Name: jquery-1.7.1.min.js
    JavaScript Custom Order: mootools-core.js, mootools-more.js, caption.js, modal.js, core.js, jquery-1.7.1.min.js, jquery.cookie.js, jquery.masonry.min.js, jquery.infinitescroll.min.js, modernizr-transitions. js,iscroll.js, jquery.mousewheel.js, script.js, jquery.mediaqueries.js, wall.js
    Use htaccess: Yes

    Good Luck!

    xumbrella Friend
    #532666

    Hi Doparedes07, thanks for the suggestions, I will give this a try.

    xumbrella Friend
    #532667

    Hi Saguaros, if i did move to joomla 3.2, is this difficult? I have a large site with many articles, how would I migrate?

    thanks.

    Saguaros Moderator
    #532807
    xumbrella Friend
    #532847

    hi, I successfully upgrade it seems, however, now the user login and registration pages are broken.

    When I turn on debug I get the following message, otherwise it is a blank page.

    Fatal error: main(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “JCategoryNode” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /home/super8/public_html/modules/mod_articles_categories/mod_articles_categories.php on line 29

    Any idea’s?

    thanks

    EDIT: I notice that this issue is fixed when caching is turned off in the global config… what could be cause this?

    xumbrella Friend
    #532848

    BTW – site performance seems greatly improved in terms of page load speed. Looks like a good one to note if any one else has the problem with 2.5.x…

    thanks.

    xumbrella Friend
    #533019

    <em>@xumbrella 424226 wrote:</em><blockquote>hi, I successfully upgrade it seems, however, now the user login and registration pages are broken.

    When I turn on debug I get the following message, otherwise it is a blank page.

    Fatal error: main(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “JCategoryNode” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /home/super8/public_html/modules/mod_articles_categories/mod_articles_categories.php on line 29

    Any idea’s?

    thanks

    EDIT: I notice that this issue is fixed when caching is turned off in the global config… what could be cause this?</blockquote>

    Hi I have narrowed down the fault to the Categories module (mod_articles_categories) that is provided with JA Wall (in my site it is renamed to “Filter”)… if you disable this module the pages load without error when caching is on. Equally, when caching is off and the module is published it works fine… but I cannot have caching set to on AND the module set to published.

    As this is part of the JA Wall template, have you had any one else report this bug since upgrading to 3.2.3? is there a solution?

    Many thanks.

Viewing 9 posts - 16 through 24 (of 24 total)

This topic contains 24 replies, has 3 voices, and was last updated by  xumbrella 10 years, 6 months ago.

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