简体   繁体   English

是否可以还原核心Joomla组件

[英]Is it possible to restore a core Joomla Component

I accidentally uninstalled the newsfeed component from my Joomla install. 我不小心从Joomla安装中卸载了新闻提要组件。 This apparently breaks the database integrity a little and I want to reinstall. 这显然破坏了数据库的完整性,我想重新安装。 I was able to do that at least partially using the "Discover" feature, but there are still a few issues. 使用“发现”功能,我至少可以做到这一点,但是仍然存在一些问题。 I get this with a database check: 我通过数据库检查得到这个:

Table 'sds_newsfeeds' should not have column 'filename'. 表“ sds_newsfeeds”不应具有“文件名”列。 (From file 3.0.0.sql.) Table 'sds_newsfeeds' does not have column 'description'. (来自文件3.0.0.sql。)表'sds_newsfeeds'没有列'description'。 (From file 3.0.0.sql.) Table 'sds_newsfeeds' does not have column 'version'. (来自文件3.0.0.sql。)表'sds_newsfeeds'没有列'version'。 (From file 3.0.0.sql.) Table 'sds_newsfeeds' does not have column 'hits'. (来自文件3.0.0.sql。)表'sds_newsfeeds'没有列'hits'。 (From file 3.0.0.sql.) Table 'sds_newsfeeds' does not have column 'images'. (来自文件3.0.0.sql。)表'sds_newsfeeds'没有列'images'。 (From file 3.0.0.sql.) (来自文件3.0.0.sql。)

The component name is com_newsfeed, and the localizations are not set: 组件名称为com_newsfeed,并且未设置本地化:

eg: COM_NEWSFEEDS_FIELD_SHOW_FEED_IMAGE_LABEL is not defined. 例如:未定义COM_NEWSFEEDS_FIELD_SHOW_FEED_IMAGE_LABEL。

Just wondering if I simply need to edit something minor to get it to work again. 只是想知道我是否只需要编辑一些小内容即可使其重新工作。

Probably could just disable it for that site since I am not using it, and maybe when I update to a newer version of Joomla it'll fix itself ? 可能是因为我没有使用它,所以只能为该站点禁用它,也许当我更新到Joomla的较新版本时,它会自行修复吗?

/sds / SDS

If you're not using it then don't bother - it'll take you an hour or so to resolve this completely and you won't even use it. 如果您不使用它,那就不用麻烦了-大约需要一个小时才能完全解决此问题,您甚至都不会使用它。 I suggest your re-uninstall it again. 我建议您重新卸载。

A Joomla update will most likely not get it back (just so you know). Joomla更新很可能不会将其取回(只是您知道)。

I personally think it's a good idea to uninstall extensions (even core extensions) that are not being used. 我个人认为卸载不使用的扩展(甚至核心扩展)是个好主意。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM