Support

Admin Tools

#11903 #1146 - Table 'tigri_ti.j25__menu' doesn't exist

Posted in ‘Admin Tools for Joomla! 4 & 5’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

Joomla! version
n/a
PHP version
n/a
Admin Tools version
n/a

Latest post by nicholas on Sunday, 08 April 2012 04:56 CDT

JR
Mandatory information about my setup:

Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? yes
Joomla! version: (unknown)
PHP version: (unknown)
MySQL version: (5.0.95-community )
Host: (optional, but it helps us help you)
Admin Tools version: (5.2.16 )

Description of my issue:
Hi, i runned the SQL command as described. See below.

INSERT INTO `j25__menu` (`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
('menu', 'com_joomlaupdate', 'Joomla! Update', '', 'Joomla! Update', 'index.php?option=com_joomlaupdate', 'component', 0, 1, 1, 28, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:joomlaupdate', 0, '', 41, 42, 0, '*', 1);


But i,m getting an error that the table doesn't exist?

#1146 - Table 'tigri_ti.j25__menu' doesn't exist.

Of course the table is there. What am i doing wrong?

Kind regards,
Raoul

nicholas
Akeeba Staff
Manager
There should only be one underscore after j25, not two.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

JR
Oeps, didn't see that! The double underscore is in your code maybe you should decrease it to one to prevent more tickets.

Thnx for the quick reply!

Raoul

nicholas
Akeeba Staff
Manager
No, my code reads #__menu (hash, double underscore, menu) and bellow it it reads:
replacing #__ with your site's database name prefix (the common part of your site's database table names, up to and including the underscore).

So, you must replace the hash-double-underscore with your prefix. Since your prefix is j25_, replace #__ with j25_ and #__menu becomes j25_menu.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!