On my local pc, I've installed the FFmpeg package and run my Laravel application nicely. But when I deployed my application in the cloud server FFmpeg is not working properly. When I upload an audio file this error occurred. "Unable to load FFProbe" I tried many times to install the FFmpeg package on the cloud server. It shows successfully installed but the package is not working. What can I do now? I am using PHP 8.1 and Laravel version 8
Related
I have download project from server which is encoded in ioncube.
when run that project that shows the error
I install ioncube but still project give that error
screen shot
I downloaded a free library management system from Github when I open the URL via localhost or turning the Laravel server it says that "requires the Mcrypt PHP extension".
I have updated the composer but not work.
Error
I am trying to install a Mongo DB designer tool Rock Mongo which requires PHP.
I tried installing the mongodb.dll in php.ini by downloading the driver from Windows.php.net downloads, specifically the file: php_mongodb-1.1.1-7.0-ts-vc14-x64.zip.
Environment
Windows 7 64 bit
Apache 2.4 web server
PHP 7.1
MongoDB 3.4
Attempt
Unzipped and copied mongodb.dll to my php7\ext directory.
I am still getting the following error when I try to open the ROCKMONGO index.php.
I am about two days into attempting to install FFMPEG-php with dependencies on an AWS EC2 instance running the Amazon Linux AMI. I've installed FFMPEG, and have read reportedly successful instructions on installing on Red Hat/Fedora. I have followed a number of tutorials and forum articles to do so, but have had no luck yet. As far as I can tell, the main problems are as followed:
I have installed all the dependency for ffmpeg-php. I run the following command successfully.
$wget http://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2
$tar xvfj ffmpeg-php-0.6.0.tbz2
$phpize
But when I run the following command it throw the error like below:
$sudo ./configure
configure: error: ffmpeg shared libraries not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option}
I have used enable shared option with shared enable option but it throw the same error.
On to my question: Has anyone successfully installed FFMPEG-php on Amazon Linux? Is there a fundamental incompatibility? If anyone could share specific instructions on installing ffmpeg-php on amazon linux I would be greatly appreciative. Any other insights/experiences would also be appreciated.
I am pretty new to Amazon EC2.
I followed the instructions given in mongodb official site for installing mongodb on Amazon Linux. I have a Yii-2(basic) project to host on my amazon Linux server. mongoDB is already installed in the and even I Imported some dumps over there. But when i run the project
Class 'MongoClient' not found
How can I configure mongodb on amazone linux?
(now when i do sudo service mongod restart it is showing FAILED)
I installed mongodb using yum.
PHP version 5.6
Amazon Linux
these are my configuration. I am sure I am using latest versions since it is a fresh installation. Please help me out. Thanks in advance!
From the error message it seems that you haven't installed the PHP Mongo Driver in your server.
To check if you have it, try a php_info() and check if the entry "mongo" is present
If it's not present install it using the instructions found in the link above, or check here