问个coldfusion error

yangpoor 2010-03-08 02:10:44
提交表单之后出现这个,大侠帮忙看看咋回事?是说服务器有问题?俺是外行,嘛也不懂。就想知道是总服务器的问题,还是某个小server中数据库的问题?(可能问得不专业,多包涵!)

ColdFusion Error:
The document encountered a ColdFusion Error.
Error Diagnostics=Decryption has failed. The length of the passed string is 0 bytes.
The error occurred on line 103.
多谢!
...全文
2536 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
Dogfish 2011-07-19
  • 打赏
  • 举报
回复
[Quote=引用 5 楼 yuexiangyun 的回复:]

引用 3 楼 yangpoor 的回复:
还有另一个错误页面:
ColdFusion Error:
The document encountered a ColdFusion Error.
Error Diagnostics=Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]Inco……
[/Quote]

我竟然忘记这个帖子。

可能into忘记写i了。ha.... ...
追猫的兔子 2011-07-18
  • 打赏
  • 举报
回复
好好检查一下数据库里面的NTO这个
Dogfish 2010-03-10
  • 打赏
  • 举报
回复
coldfusion的错误有详细的说明,可以把那个错误的详细信息给个截图我看看。
yuexiangyun 2010-03-10
  • 打赏
  • 举报
回复
引用 3 楼 yangpoor 的回复:
还有另一个错误页面:
ColdFusion Error:
The document encountered a ColdFusion Error.
Error Diagnostics=Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near 'nto'.
The error occurred on line 98.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head>
<meta name="verify-v1" content="bdjM+fPaYug6talRHZoeAO7I1IYjiJYR4qXD4z+W1cU=">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="College of Humanities - Humanities Information Systems - Web Services">
<meta name="robots" content="noarchive">
<meta name="googlebot" content="noarchive">

<title>Error 404 </title>


多谢多谢~


应该所传的这个'nto' 跟你DB内设定的类型有冲突,检查下,'nto'这个字段在DB内是否是不允许为空的。
yangpoor 2010-03-10
  • 打赏
  • 举报
回复
还有另一个错误页面:
ColdFusion Error:
The document encountered a ColdFusion Error.
Error Diagnostics=Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near 'nto'.
The error occurred on line 98.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
<meta name="verify-v1" content="bdjM+fPaYug6talRHZoeAO7I1IYjiJYR4qXD4z+W1cU=">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="College of Humanities - Humanities Information Systems - Web Services">
<meta name="robots" content="noarchive">
<meta name="googlebot" content="noarchive">

<title>Error 404</title>


多谢多谢~
yangpoor 2010-03-10
  • 打赏
  • 举报
回复
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
<meta name="verify-v1" content="bdjM+fPaYug6talRHZoeAO7I1IYjiJYR4qXD4z+W1cU=">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="College of Humanities - Humanities Information Systems - Web Services">
<meta name="robots" content="noarchive">
<meta name="googlebot" content="noarchive">

<title>Error 404</title>
Dogfish 2010-03-08
  • 打赏
  • 举报
回复
把代码贴出来看看。好像是提交了一个空字串。
Ajax for Web Application Developers(Ajax网站开发)(英文版) Table of Contents | Index Copyright About the Author Acknowledgments We Want to Hear from You! Reader Services Introduction An Introduction to the Book Samples Part I: Getting Started Chapter 1. Introduction to Ajax The XML DOM Measuring the Benefits Chapter 2. The Request An In-Depth Look at XMLHttpRequest Creating the Object Asynchronous Data Transfers The Ready State HTTP Status Codes and Headers Chapter 3. The Response XML JSON Chapter 4. Rendering the Response with XHTML and CSS XHTML CSS Part II: Creating and Using the JavaScript Engine Chapter 5. Object-Oriented JavaScript Object-Oriented Approaches Using the new Operator Literal Notation Associative Arrays JScript.NET Object Constructors Prototypes Chapter 6. Creating the Engine Creating a Custom Ajax Wrapper Creating an Ajax Updater Chapter 7. Using the Engine Getting Started Making a Request Engine Methods and Properties Chapter 8. Debugging The JavaScript onerror Event responseText IE Developer Toolbar Safari Enhancer FireBug Chapter 9. Extending the Engine Creating a Utilities Object Handling Status Codes with an HTTP Object Part III: Creating Reusable Components Chapter 10. Accordion Getting Started Creating the Accordion Object Panel Functionality and Data Display Chapter 11. Tree View Structuring the Data Handling the Response Rendering the GUI Chapter 12. Client-Side Validation Getting Started Creating a Validation Object The Server Side Chapter 13. Data Grid Getting Started Creating a DataGrid Object Displaying the Data Part IV: Ajax Patterns Chapter 14. Singleton Pattern An Overview of the Singleton Pattern Creating an Object Using the Singleton Pattern Using the Singleton Object Chapter 15. Model View Controller An Overview of the Pattern Creating the Pattern Using the Pattern Chapter 16. The Observer Pattern Pattern Overview Creating an Error-Handling Object Using the Error-Handling Object Chapter 17. Data Reflection Pattern An Overview Creating the Pattern Chapter 18. Interaction Patterns Creating a History with Cookies Drag and Drop Chapter 19. Usability Patterns Handling Feedback, Errors, and Warnings Part V: Server-Side Interaction Chapter 20. Understanding Ajax Database Interaction Connecting with PHP Chapter 21. Interacting with a Database: The Server-Side Connecting to ASP.NET Connecting to ColdFusion Chapter 22. Advanced Ajax Database Interaction Bulk Updates Server-Side XML and JSON Part VI: Finishing Touches Chapter 23. Securing Your Application Security Holes Password-Protecting Ajax Requests Verifying Passwords on the Server-Side Chapter 24. Best Practices Using the Engine Index

879

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 ColdFusion
社区管理员
  • ColdFusion社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧