Viewing 15 posts - 1 through 15 (of 30 total)
  • Author
    Posts
  • marktoe Friend
    #183479

    Fatal error: Class ‘WallHelper’ not found in /www/htdocs/w008952a/piksel/templates/ja_wall/html/com_content/featured/default.php on line 23

    This appears on the Screen after Upload to JA-WALL Template 1.0.7 and the 2 Plugins JA-Pager 1.0.1 and JA-soial feed 1.0.7

    What happened? Thanx for Help!

    :((

    greetz
    mark

    Saguaros Moderator
    #477843

    Hi mark,

    Here are info of demo site:

    – Template JA Wall v1.0.7
    – JA System Lazyload Plugin: v1.0.4
    – JA System Pager Plugin: v1.0.1
    – JA System Social Feed plugin: v1.0.7
    – K2 Component: v2.6.2

    Please take a backup for your site and update to latest version like above.

    If problem still persists, PM me admin and FTP account, I shall check for you.

    Regards

    giuliano m Friend
    #477901

    same problem after update, please help :((

    shame because first it was perfect 🙂

    giuliano m Friend
    #477902

    my error

    if I select

    on Category item layout – Select a template, ja_wall_blog or ja_wall_showcase

    Fatal error: Class ‘WallHelper’ not found in mysite/templates/ja_wall/html/com_k2/ja_wall/category.php on line 144

    Fatal error: Class ‘WallHelper’ not found in mysite/templates/ja_wall/html/com_k2/ja_wall_showcase/category.php on line 145

    ???

    giuliano m Friend
    #477933

    <em>@giuliano m 352721 wrote:</em><blockquote>
    if I select

    on Category item layout – Select a template, ja_wall_blog or ja_wall_showcase</blockquote>

    I was wrong not ja_wall_blog template k2 but ja_wall

    sorry :-[

    for now I’m done rollback V. 1.0.6

    Saguaros Moderator
    #478224

    If there is any other problem , please let me know 🙂

    marktoe Friend
    #478268

    OK, i updated also K2 to v2.6.2
    Problem is still here.

    I write you a PM. Please take a look.

    thx
    mark

    marktoe Friend
    #478289

    with JA-Wall v1.0.6 it works perfect….. just for info..

    regards
    Mark

    Saguaros Moderator
    #478348

    Hi Mark,

    What’s the error? could you send me the link of page where error can be seen?

    marktoe Friend
    #478430

    ok, i rolled back to v 1.0.6 because i have to work on this site.

    the error is the same as in my first post. here at the top of the thread…. if you want i can update to v1.0.7 so that you can see the error message… 🙂

    Wall Crasher Developer
    #478853

    Hi marktoe,

    First, please update to 1.0.7. And if you still have problem, you sure have an extension that request for template very soon, it may not compatible with JA Wall. And if so you can try this solutions.

    Replace ALL the code of ‘function onAfterRoute()’
    with these two new functions

    function onAfterInitialise(){
    //include template tools
    if(is_file(JPATH_ROOT . '/templates/ja_wall/template_tools.php')){
    include_once JPATH_ROOT . '/templates/ja_wall/template_tools.php';
    }
    }

    function onAfterRoute()
    {
    $app = JFactory::getApplication('site');
    // don't use in admin
    if ($app->isAdmin() || !in_array(JRequest::getCmd('option'), array('com_content', 'com_k2'))){
    return;
    }

    $this->key_page = 'page';
    $this->key_limitstart = 'limitstart';

    $router = $app->getRouter();
    // attach build/parse rules for page SEF
    $router->attachBuildRule(array($this, 'buildRule'));
    // parse page rule
    $uri = JURI::getInstance ();
    $this->parseRule ($router, $uri);
    }

    on file pluginssystemjapagerjapager.php

    If you still have problem, please pm ftp/admin information to me, i shall check for you.
    Of course, you can keep the 1.0.6 version if you do not want to update. :-[

    Regards

    marktoe Friend
    #478946

    PLEASE HELP

    the Problem is still here.

    http://www.piksel.at/piksel/

    i updated all you told me
    – Template JA Wall v1.0.7
    – JA System Lazyload Plugin: v1.0.4
    – JA System Pager Plugin: v1.0.1
    – JA System Social Feed plugin: v1.0.7
    – K2 Component: v2.6.2

    Take a look… i send you PM with the admin login….

    thank you! 😎

    regards
    mark

    marktoe Friend
    #478951

    i aslo replaced the code lines you told me in japager.php

    problem still here. :((

    activha Friend
    #478967

    Well I had the same problem so there is a problem with JA Wall and initialisation of template tools this way !

    The code on the pager file fixed the problem, but the pager file itself does not page !

    Wall Crasher Developer
    #479007

    Hi marktoe,

    I have check your site and see that there are two files which are not update to latest version.
    1. /templates/ja_wall/index.php
    2. /templates/ja_wall/template_tools.php

    I have update on your site.
    I think this problem is happend because of some modify that you (or someone else) have made on both files.

    You site is working now. And, if you want to see the infinity scroll function to work, please add more feature articles to your homepage.
    @activha, Please provide some information for me to check.
    Do you have enough articles for paging?
    Also, please check this thread
    http://www.joomlart.com/forums/topic/lazyload-problem-only-5-items-slow-nothing-without-mouse-movement/#post-475114

    Regards

Viewing 15 posts - 1 through 15 (of 30 total)

This topic contains 30 replies, has 8 voices, and was last updated by  Saguaros 9 years, 7 months ago.

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