简体   繁体   English

Joomla注册MySQL错误

[英]Joomla Registration MySQL Error

Anytime someone goes to register (We use RSForms for this) we get this error 每当有人去注册(为此我们使用RSForms)时,我们都会收到此错误

Warning

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

Then I turned error reporting to developer and got these when I tried to sign up. 然后,我将错误报告转给开发人员,并在尝试注册时得到了这些报告。

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

Also when turning on debug system and language I get these in red(We are using the default register now) 另外,在打开调试系统和语言时,我将其显示为红色(我们正在使用默认寄存器)

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

also when looking at Extention Manager -> Manage there is a new plugin/module Code: COM_INSTALLER_TYPE_ 同样在查看扩展管理器->管理时,还有一个新的插件/模块代码:COM_INSTALLER_TYPE_

I hope this helps, Thank you for taking the time to try to help 希望对您有所帮助,谢谢您抽出宝贵的时间来帮助您

From what I can see you have 3 different problems here: 根据我的了解,您在这里遇到3个不同的问题:

Your first error message 您的第一个错误消息

Warning

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

Indicates that you are using a custom sql script in rsforms, which is somehow broken. 指示您正在rsforms中使用自定义sql脚本,该脚本已以某种方式损坏。 Maybe you have upgraded from 1.5 and this custom sql (and possibly related php) needs to be rewritten? 也许您已从1.5升级,并且此自定义sql(以及可能相关的php)需要重写?

Your second problem: 您的第二个问题:

The "Notice lines indicate you have a plugin, which is not full Joomla 3.0 compatible, I would deinstall and get an upgraded version if possible. “通知行表示您有一个不完全兼容Joomla 3.0的插件,如果可能,我将卸载并获取升级版本。

The "Strict standards" lines are probably Joomla code not up to sratch with strict standards, but also your template has not been upgraded to adhere to these “严格标准”行可能是不符合严格标准的Joomla代码,但是您的模板尚未升级以遵守这些标准

Your third problem: 您的第三个问题:

" Parsing errors indicated that either a language file of RSForm is missing or has not been properly upgraded. I would reinstall/upgrade RsForm. 解析错误表明RSForm的语言文件丢失或未正确升级。我将重新安装/升级RsForm。

In regards to the main angle of your question, you need to look at the custom RSForm SQL script and post that here. 关于问题的主要方面,您需要查看自定义RSForm SQL脚本并将其发布在此处。

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

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