Can anyone point me to the right direction in using cloudinary? I tried their basic sample but I encountered the error below.
Fatal error: Cannot redeclare cl_upload_url() (previously declared in C:\My site\melbourne-apartment-bookings\admin\cloudinary\src\Helpers.php:4) in C:\My site\melbourne-apartment-bookings\admin\cloudinary\src\Helpers.php on line 8
This was an broken by a recent commit and has now been fixed. Please download the sample again, it should work now.
Related
I have php 5.6 version but still face that error
I'm using Cpanel to run a codeigniter project and I got this error:
PHP Fatal error: Call to undefined function json_decode() in/home/ntn/public_html/application/controllers/Login.php on line 69
I don't know how to solve this error
How can I resolve this error?
Unless you show your code, I cannot help you because call to undefined function is means it is calling a function which is not defined or mention in your code. its not a cpanel error for sure. its an error in your code
Getting this Error in php encription what to do please help
Fatal error: Class 'phpseclib\Crypt\Base' not found in /usr/share/php/phpseclib/Crypt/DES.php on line 55
Are you using the master branch of phpseclib? If so you need to use an autoloader. eg. https://raw.githubusercontent.com/composer/composer/master/src/Composer/Autoload/ClassLoader.php
I'm helping my brother but unfortunately, I'm very very new to Magento but I'm good in PHP and Unix.
I would like to ask what this error is and how to fix it.
Fatal error: Class 'Mage_Mtbelano_Helper_Data' not found in /home/scott/public_html/app/Mage.php on line 547
I have downloaded the very latest version of IonAuth for Codeigniter on GitHub. It is a very good library however when I try to logout after logging in I get the following error (which I've had in previous builds) - I know I can just comment the lines out but is there a reason for the errors?
Fatal error: Call to undefined method CI_Session::sess_destroy() ....\Ion_auth.php on line 381
I just kept them commented out.. seems to wrk
I've got a client who has just set up a new VPN and is attempting to install my plugin.
He's getting the following error:
Fatal error: Call to undefined method SplFileInfo::getRealPath() on the commented line below. This appears to have something to do with the ZEND libraries. Any ideas what I should tell him to do?
If you are getting the undefined error means you have lower version of PHP.
The function is supported after PHP 5.2.2
SplFileInfo::getRealPath
(PHP 5 >= 5.2.2)
SplFileInfo::getRealPath — Gets
absolute path to file
http://php.net/manual/en/splfileinfo.getrealpath.php