-
AuthorPosts
-
jooservices Friend
jooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 17, 2011 at 2:22 pm #171894In this thread i will try to write most faced issue and basic solution to solve it. So we don’t waste time on it.
To make clean of this thread i ‘ll only make 1 post / issue.
Let’s goIssue:
<blockquote>Open editor page ( like mod_custom or add new item ) and have blank page . Or error message likeFatal error: Call to undefined method stdClass::onDisplay() in .../libraries/joomla/html/editor.php on line 268
</blockquote>
Solution:
<blockquote>This issue happens by plugin JA Typo Button Editor ( editor plugin ). You can simply turn off this plugin or update to latest.</blockquote>jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 17, 2011 at 2:27 pm #430080Issue:
<blockquote>Your megamenu do not work – Some ajax function do not work … etc.</blockquote>
Solution:
<blockquote>When you facing this issue, keep in top of mind about jQuery vs Mootools. To trace this you can simply do by steps:
– Turn off js compressing if have
– Use YSlow to check included js on site. By this way you can see jQuery included or not and how many instances of it.
– After remove all instances to keep ONLY ONE instance we can check if it’s noConflict or not.
– Finally to check which script using jQuery and do it comp ability with current jQuery using
Or of course check if scripts on site is valid.
Finally: ajax / megamenu ..etc using javascript to make function working. So if you see any js errors, you ‘ll need to debug it to fix it. And everything will back fine.</blockquote>jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 17, 2011 at 2:33 pm #430081Issue:
<blockquote>You cant install extensions on your site</blockquote>
Solution:
<blockquote>Try with these :
– Make sure you have valid permissions and of course Joomla! /tmp dir must be valid path.
Please note in some server with bad of config that used www-data or apache as owner. And you’ll have trouble with 755 permission in this case. Specially when you uploaded your site from localhost into live via FTP ( because owner of uploaded is ftp user ).
Actually as personally i suggest if you are facing this issue should go w/ another hosting provider or re-complie your server.
– Make sure you have valid file. Check if it’s be corrupted.
– Make sure your php.ini is valid with config.
– Finally you still can’t install via uploading you can try via http or dir install.</blockquote>jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 20, 2011 at 5:04 am #430462Issue:
<blockquote>Adding or install component won’t create administrator
“Save failed with the following error: JTableMenu: :_getNode Failed -“</blockquote>Solution:
<blockquote>Please update this query into your database
INSERT INTO `#__menu` (`id` ,`menutype` ,`title` ,`alias` ,`note` ,`path` ,`link` ,`type` ,`published` ,`parent_id` ,`level` ,`component_id` ,`ordering` ,`checked_out` ,`checked_out_time` ,`browserNav` ,`access` ,`img` ,`template_style_id` ,`params` ,`lft` ,`rgt` ,`home` ,`language` ,`client_id` ) VALUES ( '1', '', 'Menu_Item_Root', 'root', '', '', '', '', '1', '0', '0', '0', '0', '0', '0000-00-00 00:00:00', '0', '0', '', '0', '', '0', '0', '0', '*', '0')
Relace #__ by your db prefix</blockquote>December 31, 2011 at 10:00 am #432000can you please add some details on how to “update this query into your database”?
April 20, 2012 at 8:05 am #449242<em>@kobus88 292212 wrote:</em><blockquote>can you please add some details on how to “update this query into your database”?</blockquote>
in INSERT INTO `#__menu` you must replace #_ and the prefix for the table which you defined when you installed the Template.;)
April 20, 2012 at 8:14 am #449246<em>@jooservices 289710 wrote:</em><blockquote>In this thread i will try to write most faced issue and basic solution to solve it. So we don’t waste time on it.
To make clean of this thread i ‘ll only make 1 post / issue.
Let’s goIssue:
Solution:</blockquote>
Turned off this plugin still get same error. Any other ideas? Cleaned cache etc. fresh install of template on fresh server. Why error?April 20, 2012 at 2:41 pm #449333what kind of error you get? and when? btw JA Elastica is a template not a plugin.
make sure to run this command:
INSERT INTO `#__menu` (`id` ,`menutype` ,`title` ,`alias` ,`note` ,`path` ,`link` ,`type` ,`published` ,`parent_id` ,`level` ,`component_id` ,`ordering` ,`checked_out` ,`checked_out_time` ,`browserNav` ,`access` ,`img` ,`template_style_id` ,`params` ,`lft` ,`rgt` ,`home` ,`language` ,`client_id` ) VALUES ( ‘1’, ”, ‘Menu_Item_Root’, ‘root’, ”, ”, ”, ”, ‘1’, ‘0’, ‘0’, ‘0’, ‘0’, ‘0’, ‘0000-00-00 00:00:00’, ‘0’, ‘0’, ”, ‘0’, ”, ‘0’, ‘0’, ‘0’, ‘*’, ‘0’)
I did this in command prompt of my MySQL and everything is went OK.
I am wondering why they didn’t fix it after a year and they give solution instead in here.
there is another way to not getting error!
install with the demo and then delete every unwanted items 😀April 20, 2012 at 9:02 pm #449388Thanks King Cobra – I just reinstalled without the demo content and it worked OK. I was using Kranos as the theme. I too am not sure how a template straight out of the box could have such an error too.
-
AuthorPosts
This topic contains 9 replies, has 4 voices, and was last updated by resonanz 12 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum