ChinaUnix.net
相关文章推荐:

Call to undefined function jsonencode

今天将以前开发的系统放到Linux服务器上,发现无法正常加载数据。检查了apache的errorlog文件,发现问题。

# tail -f /var/log/httpd/error_log
PHP Fatal error:  call to undefined function json_encode() in /var/www/html/trade_dev/classes/class.db.php on line 814, referer: by mrzcs - Web开发 - 2011-12-20 09:48:49 阅读(1954) 回复(0)

相关讨论

Fatal error: call to undefined function ldap_connect() in /usr/local/apache2/htdocs/owl/lib/owl.lib.php on line 4913 请问,要如何才能修复这个错误,我是linux新手,麻烦大家教导一下。应该如何配置ldap认证,我用的是linux服务器,php+apache2+mysql,认证服务器是windows2003

by brian314 - 服务器应用 - 2008-03-03 15:45:12 阅读(4315) 回复(0)

我机子上软件环境为:apache 2.2.4-2,mysql 5.0.37-1,php 5.2.1-2,phpmyadmin 2.10.0.2-1 phpmyadmin能正常连接,但浏览zoneminder的php页面时提示 [code]Fatal error: call to undefined function mysql_pconnect() [/code] 在网上查了资料,有人说php5默认不支持mysql,需要安装dll插件 我的phpinfo信息,里面确实可以看到mysql支持 [code]./configure' '--with-apxs2' '--prefix=/usr' '--sysconfdir=/etc' '--with-layout=P...

by epingnet - PHP - 2007-04-25 08:40:45 阅读(3967) 回复(1)

[code] PHP Version 4.3.4 curl_init (PHP 4 >= 4.0.2, PHP 5) curl_init -- Initialize a CURL session Description resource curl_init ( [string url] ) The curl_init() will initialize a new session and return a CURL handle for use with the curl_setopt(), curl_exec(), and curl_close() functions. If the optional url parameter is supplied then the CURLOPT_URL option will be set to the value of the par...

by seasee - PHP - 2006-11-28 11:54:52 阅读(3394) 回复(2)

Fatal error: call to undefined function: pg_connect() in /var/www/html/test.php on line 10 提示这类错误。以前好好的。今天我在/home/www下又装了了个PHP 是不是这个原因?? 重启apache 和 tomcat 也不行啊。。 着急。。 配置什么都没有变。。不知道为什么。。 急。谢谢啊

by 守住每一天 - PHP - 2006-11-14 16:57:17 阅读(2751) 回复(8)

我的环境是装在windows下的,在调用odbc_fieldname()时出现上述错误,extension=php_dbase.dll也设置了,请问是啥子问题啊

by jjhjim - PHP - 2006-10-14 14:08:51 阅读(1080) 回复(0)

Fatal error: call to undefined function: mssql_connect() in E:\MyWeb\account.php on line 11 我连sql server 服务器时出现以上提示, 请问是不是我的php.ini没有配对?应该怎么改

by neoanthropic - PHP - 2004-03-18 18:13:13 阅读(4693) 回复(6)

程序上传到了服务器 警告 Fatal error: call to undefined function curl_init() in 服务不支持吗???

by militala - PHP - 2009-12-24 09:14:08 阅读(3343) 回复(6)

请问是不是缺少什么包? rh9+php4+mysql

by fidy - Linux系统管理 - 2004-05-25 15:11:00 阅读(1149) 回复(3)

浏览器安装的时候错误提示: Fatal error: call to undefined function api_plugin_hook() in /usr/local/apache2/htdocs/cacti/include/global_arrays.php on line 649 这个错误怎么解决? 我已经设置了 $config['url_path'] = '/cacti/'; google了一下解决办法 patch -p1 -N < cacti-plugin-0.8.7b-PA-v2.1.diff 但是这还是有这个提示,求高手帮忙看看

by zhnghaijin - 数据安全 - 2011-10-09 10:22:42 阅读(6734) 回复(4)

环境: win7 , apache 2.2.x , php5.3, mysql5 怎么配置都是出现Fatal error: call to undefined function mysql_connect() 这个错误啊... 跟这个文章做得都一样 : http://www.xueit.com/html/2009-04/22_1187_00.html 刚学php, 马上都想放弃了... 哪位帮忙看看~

by kingsu - PHP - 2009-12-18 16:06:12 阅读(5714) 回复(6)