1. Preview July Responsive Business Template - for Joomla! 2.5 & 3.1


    JA Smashboard - June Joomla 2.5 & 3.0 Responsive template Stable version released


    JM Lingerie - June Magento Theme Stable version released


    JA Wall Bundle version 1.0.9 - Now compatible with Joomla! 3.1


    JA Bistro version 2.5.4 - Now available for Joomla! 3.1


User Tag List

+ Reply to Thread
 
Page 1 of 5 1 2 3 ... LastLast
Results 1 to 10 of 45
  1. #1

    JoomlaTemplate Club Member - Personal License - 1 Year Expired

    Join Date
    Mar 2012
    Location
    Sebastopol, Calif USA
    Posts
    78
    Points
    149.37
    Downloads
    13
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    34
    Thanked 2 Times in 2 Posts

    E rror: MenusTableMenu: :_getNode Failed -

    Hi, I'm unable to add an item to a menu in this new test site of mine. I get the following:

    Menu Manager: New Menu Item

    Save failed with the following error: MenusTableMenu: :_getNode Failed -

    Screenshot attached.

    How can I fix this ??

    Thanks -- Howard Ballinger
    Attached Images

  2. #2

    JoomlaTemplate Club Member - Personal License - 1 Year Expired

    Join Date
    Mar 2012
    Location
    Sebastopol, Calif USA
    Posts
    78
    Points
    149.37
    Downloads
    13
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    34
    Thanked 2 Times in 2 Posts
    Looking for a response to this problem, please please. I can't add items to the menus on my Purity II site.

    Thanks -- Howard Ballinger

  3. #3
    JA Developer Saguaros's Avatar
    Join Date
    Apr 2009
    Posts
    10,546
    Points
    9,007.96
    Downloads
    1097
    Uploads
    0
    Mentioned
    30 Post(s)
    Tagged
    2 Thread(s)
    Thanks
    84
    Thanked 758 Times in 704 Posts
    Hi there,
    I use Purity II with Joomla 2.5.4 and PHP version 5.3.2 and it works. Please try to change PHP version to 5.3 or above and let me know what happens.

    Thanks.

    Click Thanks if my post is helpful

  4. #4

    JoomlaTemplate Club Member - Personal License - 1 Year Expired

    Join Date
    Mar 2012
    Location
    Sebastopol, Calif USA
    Posts
    78
    Points
    149.37
    Downloads
    13
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    34
    Thanked 2 Times in 2 Posts
    Thanks, I made that change through the HostGator folks and PHPinfo now indicates PHP Version 5.3.10 is running

    But I'm still getting that same error when I try to add a menu item.

    Further suggestions? Thanks in advance -- HB

  5. #5
    JA Developer Saguaros's Avatar
    Join Date
    Apr 2009
    Posts
    10,546
    Points
    9,007.96
    Downloads
    1097
    Uploads
    0
    Mentioned
    30 Post(s)
    Tagged
    2 Thread(s)
    Thanks
    84
    Thanked 758 Times in 704 Posts
    Hi shafee_howard,

    Could you tell me more about the way you install this site? Did you install with quickstart package and without sample data?

    Click Thanks if my post is helpful

  6. #6

    JoomlaTemplate Club Member - Personal License - 1 Year Expired

    Join Date
    Mar 2012
    Location
    Sebastopol, Calif USA
    Posts
    78
    Points
    149.37
    Downloads
    13
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    34
    Thanked 2 Times in 2 Posts
    Exactly -- quickstart pkg, no sample data.

  7. #7
    JA Developer Saguaros's Avatar
    Join Date
    Apr 2009
    Posts
    10,546
    Points
    9,007.96
    Downloads
    1097
    Uploads
    0
    Mentioned
    30 Post(s)
    Tagged
    2 Thread(s)
    Thanks
    84
    Thanked 758 Times in 704 Posts
    Hi shafee_howard,

    It seems that in the menu table, the record with id=1 is missing. you should access to your's site database and add this record into.

    REMEMBER to take a backup of your site before make following change (you can restore it if something goes wrong)
    For example:
    My database name = MyJoomlaDatabase
    My prefix is = mjd17_

    Follow the steps below to fix this Joomla error message:
    1. Login to your webhosting control panel.
    2. Click on the phpMyAdmin, login to your database
    3. Click on the SQL tab
    4. Copy the query below and paste it in the textbox. REPLACE the database name and prefix in italics with your own.

    Code:
    INSERT INTO `MyJoomlaDatabase`.`mjd17_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′)
    5. Click on the ‘GO’ button.
    After the query successfully inserts a new record in your menu table, test with recreating a new menu item and see what happen.

    Let me know if you need further help.

    Click Thanks if my post is helpful

  8. #8

    JoomlaTemplate Club Member - Personal License - 1 Year Expired

    Join Date
    Mar 2012
    Location
    Sebastopol, Calif USA
    Posts
    78
    Points
    149.37
    Downloads
    13
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    34
    Thanked 2 Times in 2 Posts
    Makes sense. And wow, complicated query !! Thanks. But unfortunately PHP didn't like the query syntax (see attached)@SQL-err.jpg . Is there a correction?

  9. #9
    JA Developer Saguaros's Avatar
    Join Date
    Apr 2009
    Posts
    10,546
    Points
    9,007.96
    Downloads
    1097
    Uploads
    0
    Mentioned
    30 Post(s)
    Tagged
    2 Thread(s)
    Thanks
    84
    Thanked 758 Times in 704 Posts
    You could try again with this:

    INSERT INTO 'MyJoomlaDatabase'.'mjd17_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')

    Click Thanks if my post is helpful

  10. #10
    Licensed Member
    JoomlaTemplate Club Member - Personal License - 1 Year

    Join Date
    Feb 2008
    Posts
    25
    Points
    4.49
    Downloads
    139
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    6
    Thanked 3 Times in 3 Posts
    Hello,

    I have the same problem with JA Lens template. I've tried both examples and MYSQL don't accepting your sugestions...

+ Reply to Thread
Page 1 of 5 1 2 3 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts