Error "Uncaught Error: Call to undefined function dbase_open();"
I'm installed the dbase https://pecl.php.net/package/dbase and extension=php_dbase.dll in php.ini
Fatal error alert
basic information:
1.XAMPP v3.3.0
2.php 7.3
3.windows 10
4.PECL 7.0.1
Thanks for your attention. I’m looking forward to your reply.
Related
I've had to upgrade PHP from 7.0.10 to 7.3.12 on WampServer.
Since then I've been unable to update local WordPress sites, receiving error:
Download failed.: No working transports found
I've checked the PHP error log and I see:
PHP Fatal error: Uncaught Error: Call to undefined function openssl_verify()
Wamp icon > PHP > PHP Extensions > openssl + curl are enabled.
Help appreciated.
I'm using PHP to read encryted file using opensll.
when doing
openssl_pkcs12_read($storedfile, $certificateinfo, $passwd)
in my script, error came out is :
Fatal error: Call to undefined function openssl_pkcs12_read()
I'm trying to install openssl extension for my Suse Linux Enterprise Server 11.
Can anybody help me how to install openssl extension in SLES. or how to solve this problem.
thanks
When opening phpMyAdmin at http://localhost/phpmyadmin/ address the following error message appears:
Fatal error: Call to undefined function _setlocale() in
/var/www/phpmyadmin/libraries/select_lang.lib.php on line 488
Does anyone know what can it be?
I use Linux Mint with PHP Version 5.6.29
I have a magento website. which worked find until my hosting server upgraded its php version to 5.4.25.Now i'm getting this error
Fatal error: Call to undefined function iconv_get_encoding() in /home/dbname/public_html/Magento/mysite/lib/Zend/Validate/Hostname.php on line 520
why i'm getting this error?
You should uncomment extension=iconv.so in php.ini. That would enable the function
Can anyone help me out. I am getting this error:
Fatal error: Call to undefined function mhash() in C:\xampp\htdocs\LiveContactsPHP\windowslivelogin.php on line 1516
You need to compile PHP with the
--with-mhash[=DIR] parameter to enable this extension. DIR is the mhash
installation directory.
You have to install mhash library. Here are the instruction for same.