致力于将我的网站从2.5.28升级到3.4.1并获得错误
Duplicate entry '801' for key 'PRIMARY' SQL=INSERT INTO `#__extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES (801, 'weblinks', 'package', 'pkg_weblinks', '', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0);
认为网址类似于install.finalise
当我重新加载页面时,我看到了这个错误
1091 Can't DROP 'usertype'; check that column/key exists SQL=ALTER TABLE `#__users` DROP INDEX `usertype`;
有什么想法吗?
答案 0 :(得分:0)
重复录入
尝试重新安装可以从JED下载的网站链接:http://extensions.joomla.org/extensions/extension/official-extensions/weblinks
如果这不起作用,您可以尝试卸载并重新安装网站链接(但如果您的网站链接数据被删除,请先备份您的网站。)
无法DROP'usertype'
回答了这个问题