-
AuthorPosts
-
xumbrella Friend
xumbrella
- Join date:
- June 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
April 25, 2014 at 5:47 pm #532445Hi 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 26, 2014 at 7:27 am #532500JA Wall template is also available for J!3.2, you can give a try with it.
doparedes07 Frienddoparedes07
- Join date:
- May 2012
- Posts:
- 49
- Downloads:
- 27
- Uploads:
- 3
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
April 26, 2014 at 6:44 pm #532578Hi 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: YesGood Luck!
xumbrella Friendxumbrella
- Join date:
- June 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
April 28, 2014 at 9:35 am #532666Hi Doparedes07, thanks for the suggestions, I will give this a try.
xumbrella Friendxumbrella
- Join date:
- June 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
April 28, 2014 at 9:36 am #532667Hi 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 29, 2014 at 3:39 am #532807You can check out Joomla’s tip here: http://www.joomla.org/announcements/release-news/5516-joomla-3-2-0-stable-released.html
xumbrella Friendxumbrella
- Join date:
- June 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
April 29, 2014 at 9:23 am #532847hi, 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 Friendxumbrella
- Join date:
- June 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
April 29, 2014 at 9:23 am #532848BTW – 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 Friendxumbrella
- Join date:
- June 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
April 30, 2014 at 4:08 pm #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.
-
AuthorPosts
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