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
我机子上软件环境为: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...
[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...
Fatal error: call to undefined function: pg_connect() in /var/www/html/test.php on line 10 提示这类错误。以前好好的。今天我在/home/www下又装了了个PHP 是不是这个原因?? 重启apache 和 tomcat 也不行啊。。 着急。。 配置什么都没有变。。不知道为什么。。 急。谢谢啊
我的环境是装在windows下的,在调用odbc_fieldname()时出现上述错误,extension=php_dbase.dll也设置了,请问是啥子问题啊
Fatal error: call to undefined function: mssql_connect() in E:\MyWeb\account.php on line 11 我连sql server 服务器时出现以上提示, 请问是不是我的php.ini没有配对?应该怎么改
浏览器安装的时候错误提示: 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 但是这还是有这个提示,求高手帮忙看看
程序上传到了服务器 警告 Fatal error: call to undefined function curl_init() in 服务不支持吗???
环境: 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, 马上都想放弃了... 哪位帮忙看看~
在在安装php5时,configure也设置了--enable-session CONFIGURE_OPTIONS = '--prefix=/usr/local/php' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/usr/local/mysql' '--enable-session' 在php.ini设置了session路径,加载了session模块 vi /usr/local/lib/php.ini extension=/usr/lib/pam_unix_session.so session.save_handler = files session.save_path = "/tmp" 但是在php中使用函数sessoin_start() 还是报错...