Skip to content
Advertisement

Tag: xampp

Php Imagick error: undefined symbol FT_Done_MM_Var, how can i fix it?

Complete output: Warning: PHP Startup: Unable to load dynamic library ‘imagick.so’ (tried: /opt/lampp/lib/php/extensions/no-debug-non-zts-20190902/imagick.so (/lib64/libharfbuzz.so.0: undefined symbol: FT_Done_MM_Var), /opt/lampp/lib/php/extensions/no-debug-non-zts-20190902/imagick.so.so (/opt/lampp/lib/php/extensions/no-debug-non-zts-20190902/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 My OS: Fedora 36 Installed packages: ImageMagick ImageMagick-devel ImageMagick-perl php php-common php-pear php-devel gcc php-imagick. Imagics.so installed via pecl in xampp Answer Ok, to install imagick

run shell script from php as a specified user

I am trying to run a shell script from a PHP script. PHP code : my shell script : After I run the PHP code in a web server (Xampp), I got this output : Although, I haven’t set any password for the daemon user. And after I checked the current user running the PHP code I found it is

Linux Mint: Bitnami Xampp access issue

I have installed Bitnami Xampp on linux mint, it is installed inside /opt/ The application is unable to access(Write/Read) files and hence not able to work on it. Any Solution Please…….. Thank You Answer After the previous setting –$ sudo chmod -R 777 opt Xampp is not working with following error PhpMyAdmin “Wrong permissions on configuration file, should not be

Mongodb connection in PHP not working

I am using Ubuntu 12.04 LTS and installed pecl in /opt/lampp/bin/ . When installing second time its throwing error – Command run previously – pecl install mongo pecl/mongo is already installed and is the same as the released version 1.5.1 install failed Now when I am Checking by – echo extension_loaded(“mongo”) ? “loadedn” : “not loadedn”; It is showing not

Advertisement