Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • jooservices Friend
    #171894

    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 go

    Issue:
    <blockquote>Open editor page ( like mod_custom or add new item ) and have blank page . Or error message like

    Fatal 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 Friend
    #430080

    Issue:
    <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 Friend
    #430081

    Issue:
    <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 Friend
    #430462

    Issue:
    <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>

    kobus88 Friend
    #432000

    can you please add some details on how to “update this query into your database”?

    kingcobra Friend
    #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.;)

    resonanz Friend
    #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 go

    Issue:

    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?

    kingcobra Friend
    #449333

    what 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 😀

    resonanz Friend
    #449388

    Thanks 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.

Viewing 9 posts - 1 through 9 (of 9 total)

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