简体   繁体   English

1146表不存在

[英]1146 Table doesn't exist

I get the follow Error 1146 Message: 我收到以下错误1146消息:

Table 'system.qbruw_extensions' doesn't exist SQL=SELECT * FROM qbruw_extensions WHERE element='com_imageshow' AND type='component 表'system.qbruw_extensions'不存在SQL = SELECT * FROM qbruw_extensions WHERE element ='com_imageshow'AND type ='component

Reinstall of the component doesn't fix the Problem. 重新安装组件不能解决问题。

qbruw_extensions is existing in the Joomla MySQL Database qbruw_extensions存在于Joomla MySQL数据库中

com_imageshow Folder is existing in the Components Folder of Joomla com_imageshow文件夹存在于Joomla的“组件”文件夹中

Joomla Database repair doesn't fix the problem. Joomla数据库修复无法解决问题。

Joomla 3.4.1 is installed... 已安装Joomla 3.4.1 ...

Try this 尝试这个

SELECT * FROM dbjoomla.qbruw_extensions WHERE element='com_imageshow' AND type='component'

Solution : For next missing table 解决方案:对于下一个丢失的表

Either you export all the required tables from dbjoomla and import those into system database 您可以从dbjoomla导出所有必需的表,然后将它们导入到system数据库中

OR 要么

Use JDatabaseDriver->getInstance method to connect external database 使用JDatabaseDriver-> getInstance方法连接外部数据库

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误1146:mysql Phpmyadmin中的表'#__content'不存在' - Error 1146: table '#__content' doesn't exist' in mysql Phpmyadmin 创建表后出现MySQL错误消息:#1146-表''phpmyadmin.pma_table_uiprefs'不存在 - MySQL error message after creating table: #1146 - Table ''phpmyadmin.pma_table_uiprefs' doesn't exist 未找到基表或视图:1146 表 'xyz.testimonials' 不存在(SQL:select * from `testimonials`) - Base table or view not found: 1146 Table 'xyz.testimonials' doesn't exist (SQL: select * from `testimonials`) LARAVEL - 未找到基表或视图:1146 表不存在(SQL: select * from ) - LARAVEL - Base table or view not found: 1146 Table doesn't exist (SQL: select * from ) Laravel Spatie 权限 - 未找到基表或视图:1146 表“my_database.models”不存在 - Laravel Spatie Permissions - Base table or view not found: 1146 Table 'my_database.models' doesn't exist Laravel 8 - 未找到基表或视图:1146 表“laravel8.brand”不存在 - Laravel 8 - Base table or view not found: 1146 Table 'laravel8.brand' doesn't exist 找不到基表或视图:1146表'epharmacy.medicines'不存在 - Base table or view not found: 1146 Table 'epharmacy.medicines' doesn't exist SQLSTATE [42S02]:未找到基表或视图:1146表X不存在 - SQLSTATE[42S02]: Base table or view not found: 1146 Table X doesn't exist 未找到基表或视图:1146 表 'ifs.employees' 不存在 Laravel 错误 - Base table or view not found: 1146 Table 'ifs.employees' doesn't exist Laravel Error 未找到基表或视图:1146 表 'Vojodb.users' 不存在 - Base table or view not found: 1146 Table 'Vojodb.users' doesn't exist
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM