Php Joomla注册错误

Php Joomla注册错误,php,mysql,joomla,joomla3.1,joomla3.2,Php,Mysql,Joomla,Joomla3.1,Joomla3.2,任何时候有人去注册(我们使用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/p

任何时候有人去注册(我们使用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
此外,当打开调试系统和语言时,我会将它们显示为红色(我们现在使用的是默认寄存器)

此外,当查看扩展管理器->管理时,还有一个新的插件/模块 代码: COM_安装程序_类型_


我希望这会有所帮助,感谢您花时间尝试帮助我,从我看到您在这里有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代码,不符合sratch的严格标准,但您的模板也没有升级以遵守这些标准

你的第三个问题:

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


关于问题的主要角度,您需要查看定制的rsformsql脚本,并将其发布在这里。

只是对第二个问题的一点补充。如果您觉得钻研插件代码以防止此
DS
错误不舒服,可以使用此插件:
Warning

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