-
AuthorPosts
-
marktoe Friend
marktoe
- Join date:
- September 2012
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
December 28, 2012 at 12:48 pm #183479Fatal 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
markSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 29, 2012 at 4:08 am #477843Hi 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.2Please 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 Friendgiuliano m
- Join date:
- August 2008
- Posts:
- 117
- Downloads:
- 29
- Uploads:
- 33
- Thanks:
- 91
- Thanked:
- 14 times in 4 posts
December 29, 2012 at 10:49 pm #477901same problem after update, please help :((
shame because first it was perfect 🙂
giuliano m Friendgiuliano m
- Join date:
- August 2008
- Posts:
- 117
- Downloads:
- 29
- Uploads:
- 33
- Thanks:
- 91
- Thanked:
- 14 times in 4 posts
December 29, 2012 at 11:22 pm #477902my 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 Friendgiuliano m
- Join date:
- August 2008
- Posts:
- 117
- Downloads:
- 29
- Uploads:
- 33
- Thanks:
- 91
- Thanked:
- 14 times in 4 posts
December 30, 2012 at 11:18 pm #477933<em>@giuliano m 352721 wrote:</em><blockquote>
if I selecton 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 3, 2013 at 8:15 am #478224If there is any other problem , please let me know 🙂
marktoe Friendmarktoe
- Join date:
- September 2012
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
January 3, 2013 at 11:40 am #478268OK, i updated also K2 to v2.6.2
Problem is still here.I write you a PM. Please take a look.
thx
markmarktoe Friendmarktoe
- Join date:
- September 2012
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
January 3, 2013 at 3:13 pm #478289with JA-Wall v1.0.6 it works perfect….. just for info..
regards
MarkSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 4, 2013 at 1:59 am #478348Hi Mark,
What’s the error? could you send me the link of page where error can be seen?
marktoe Friendmarktoe
- Join date:
- September 2012
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
January 4, 2013 at 9:52 am #478430ok, 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 DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
January 8, 2013 at 3:11 am #478853Hi 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 functionsfunction 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 Friendmarktoe
- Join date:
- September 2012
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
January 8, 2013 at 5:52 pm #478946PLEASE HELP
the Problem is still here.
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.2Take a look… i send you PM with the admin login….
thank you! 😎
regards
markmarktoe Friendmarktoe
- Join date:
- September 2012
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
January 8, 2013 at 6:13 pm #478951i aslo replaced the code lines you told me in japager.php
problem still here. :((
activha Friendactivha
- Join date:
- July 2012
- Posts:
- 114
- Downloads:
- 17
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
January 8, 2013 at 9:17 pm #478967Well 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 DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
January 9, 2013 at 3:27 am #479007Hi 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.phpI 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-475114Regards
-
AuthorPosts
This topic contains 30 replies, has 8 voices, and was last updated by Saguaros 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum