繁体   English   中英

Joomla注册MySQL错误

[英]Joomla Registration MySQL Error

每当有人去注册(为此我们使用RSForms)时,我们都会收到此错误

Warning

Registration failed: SQL=INSERT INTO (,,,,,,,,,,,,,,) VALUES (105,0,0,0,0,0,0,1,0,0,1,0,1,1,0)

然后,我将错误报告转给开发人员,并在尝试注册时得到了这些报告。

Notice: Use of undefined constant DS - assumed 'DS' in /home/content/03/7103303/html/plugins/system/jcktypography/jcktypography.php on line 15

Notice: Use of undefined constant DS - assumed 'DS' in /home/content/03/7103303/html/plugins/system/jcktypography/jcktypography.php on line 15

Strict Standards: Non-static method JApplicationSite::getMenu() should not be called statically, assuming $this from incompatible context in /home/content/03/7103303/html/templates/hot_designnow/index.php on line 40

Strict Standards: Non-static method JApplicationCms::getMenu() should not be called statically, assuming $this from incompatible context in /home/content/03/7103303/html/libraries/cms/application/site.php on line 250

Strict Standards: Only variables should be assigned by reference in /home/content/03/7103303/html/templates/hot_designnow/index.php on line 40

另外,在打开调试系统和语言时,我将其显示为红色(我们正在使用默认寄存器)

**Parsing errors in language files**
JROOT/administrator/language/en-GB/en-GB.com_rsform.ini : error(s) in line(s) 546

同样在查看扩展管理器->管理时,还有一个新的插件/模块代码:COM_INSTALLER_TYPE_

希望对您有所帮助,谢谢您抽出宝贵的时间来帮助您

根据我的了解,您在这里遇到3个不同的问题:

您的第一个错误消息

Warning

Registration failed: SQL=INSERT INTO (,,,,,,,,,,,,,,) VALUES (105,0,0,0,0,0,0,1,0,0,1,0,1,1,0)

指示您正在rsforms中使用自定义sql脚本,该脚本已以某种方式损坏。 也许您已从1.5升级,并且此自定义sql(以及可能相关的php)需要重写?

您的第二个问题:

“通知行表示您有一个不完全兼容Joomla 3.0的插件,如果可能,我将卸载并获取升级版本。

“严格标准”行可能是不符合严格标准的Joomla代码,但是您的模板尚未升级以遵守这些标准

您的第三个问题:

解析错误表明RSForm的语言文件丢失或未正确升级。我将重新安装/升级RsForm。

关于问题的主要方面,您需要查看自定义RSForm SQL脚本并将其发布在此处。

暂无
暂无

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

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