ChinaUnix.net
相关文章推荐:

Got fatal error 1236

[code]#!/usr/bin/perl use CGI qw/:standard/; print header, start_html('A Simple Example'), h1('A Simple Example'), start_form, "What's your name? ",textfield('name'),p, "What's the combination?", p, checkbox_group(-name=>;'words', -values=>;['eenie','meenie','minie','mo...

by dajun - Perl - 2005-03-29 08:12:23 阅读(1253) 回复(7)

相关讨论

sun 服务器 /var/adm/messages里有如下内容: error for Command: space error Level: fatal 请问是报什么错啊?

by alexzhanghui - Solaris - 2008-09-07 20:46:51 阅读(1933) 回复(2)

这是出现的错误: [code]Catchable fatal error: Object of class user could not be converted to string in F:\Myphp\function\settype.php on line 68[/code] 说定义的user类不能转换 类的代码如下: [code] class user { var $name; var $pass; var $last_login; //set all the properties function user_init($name,$pass) { $this->name=$name; $this->pass=$pass; $this->last_login=time(); ...

by Skyverd - PHP - 2007-05-06 14:51:04 阅读(4582) 回复(5)

win2k , sybase11.92 如何看644是什么错误???

by ssybase - Sybase - 2006-04-30 19:01:23 阅读(1217) 回复(0)

fatal error: Call to undefined function mysql_connect() in C:\Apache\Apache2\htdocs\process.php on line 2 [code] Unable to connect to the database server at this time.

'; exit(); } mysql_select_db(SQL_DB,$conn); //Initialize the table, set amount = 10...

by zhshqzyc - PHP - 2006-04-03 05:34:23 阅读(939) 回复(0)

WARNING – fatal error 624 occurred at Feb 20 2004 7:35PM. 哪位网友高手知道以上致命错误是什么原因产生的,我是在PB中使用Insert命令时出现以上信息。

by invision - Sybase - 2004-02-24 01:15:11 阅读(1210) 回复(2)

markers:(--)probed,(**)from config file,(==)default setting,(++)from command line, (!!)noties,(II)information,(ww)warnning,(ee)error,(NI)not implemented, (??)unknown, (==) log file:"/var/log/XFree86.0.log",time:mon aug 4 11:10:32 2003 (==)using config file:"/ect/x11/xf86config" (ww)VGA no matching device section for instance(BusID pci:1:0:0) found (ee)no device detected fatal ser...

by wangdk - BSD - 2003-08-04 18:43:11 阅读(946) 回复(4)

Soobic安装过程中遇到的问题 如果您在使用的时候遇到这个问题, fatal error: Call to a member function on a non-object in d:greenampwwwincludesapplication_top.php on line 295 请作如下操作: 将服务器的register_global设为on,然后重启服务器。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/2389/showart_30204.html

by wenzk - 网络技术文档中心 - 2005-06-10 09:58:57 阅读(1010) 回复(0)

事件类型: 错误 事件来源: OracleDiscovererService33 事件种类: 无 事件 ID: 1003 日期: 2003-4-20 事件: 16:52:23 用户: N/A 计算机: ZHANG 描述: fatal error : Could not start the locator. The command used was : D:\Oracle\806\jre11728o\bin\jre.exe -cp D:\Oracle\806\DISCWB33\classes\Locator.jar; D:\Oracle\806\vbroker\lib\vbjorb.jar;D:\Oracle\806\vbroker\lib\vbjapp.jar oracle.disco.locator.Locator -pre...

by javamud - Oracle - 2003-04-20 17:20:49 阅读(1059) 回复(0)

做replication master /\ / \ / \ s1 s2 master: got an error reading communication packets slave: got an error writing communication packets 加了max allowed packet 错误依旧.

by bs - MySQL - 2009-01-29 10:25:32 阅读(2487) 回复(3)

我在执行语句“mysqldump test Syslog -uuser1 -ppass1”时是正常的 而在执行语句“mysqldump test Syslog -uuser1 -ppass1 -T . --fields-terminated-by="," --fields-enclosed-by=\" ”时就返回错误:mysqldump: got error: 1045: Access denied for user 'user1'@'localhost' (using password: YES) when executing 'SELECT INTO OUTFILE' 我也通过grant把所有权限授予给了改用户。 而另一台机器就是正常的,这是怎么回事呢?...

by 乱.码 - MySQL - 2007-09-04 18:57:00 阅读(11614) 回复(8)