XF 1.4 Admin Ids already use

jeje031

Member
Good Morning

I come to you because I did a fresh install of XenForo in version 1.4.2.

Trying to install an extension, regardless of the extension, I get this error message appears admin navigation ids must only be. The I'd specified is already in use.

So I traveled the technical forum XenForo here, met someone with the same type of problem as me.

So I executed the request that mike had provided.

SHOW CREATE TABLE xf_admin_navigation;

answer:

Vieuw attch pics


after having executed this request to all my administrator panel was lost.

Vieuw attach pics

What to do?

Thank you all,

Sorry for my english use <Google translation>
 

Attachments

  • Screenshot_6.webp
    Screenshot_6.webp
    10.9 KB · Views: 5
  • Screenshot_5.webp
    Screenshot_5.webp
    44.2 KB · Views: 4
Can you click on the Options link and select 'Full texts'?

If this is a clean install, it may just be easier to navigate to the /install path and do a new installation.

Something appears to have failed during the initial attempt.
 
Code:
xf_admin_navigation
CREATE TABLE `xf_admin_navigation` (
`navigation_id` varbinary(25) NOT NULL,
`parent_navigation_id` varbinary(25) NOT NULL,
`display_order` int(10) unsigned NOT NULL DEFAULT '0',
`link` varchar(50) NOT NULL DEFAULT '',
`admin_permission_id` varbinary(25) NOT NULL DEFAULT '',
`debug_only` tinyint(3) unsigned NOT NULL DEFAULT '0',
`hide_no_children` tinyint(3) unsigned NOT NULL DEFAULT '0',
`addon_id` varbinary(25) NOT NULL DEFAULT '',
PRIMARY KEY (`navigation_id`),
KEY `parent_navigation_id_display_order` (`parent_navigation_id`,`display_order`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8

Thanks you my help
 
My week has been worked from an aesthetic point of view its taken me three days will it be possible to resume the already finished style with this problem?

if I can get my style and reinstalled after I will do a new installation of XenForo
 
Can you paste the full error message in the ACP error log related to installing the add-ons?

Or does the error only appear in the browser window?
 
it only appears in the browser, but since my sql query acp is down see below

hYCnEuS.png
 
Top Bottom