Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 1 year ago. Improve this question I am u…
Tag: ubuntu
Ubuntu – WordPress Installation Error – New Version 2020 – Your PHP installation appears to be missing the MySQL
I’m new in UBUNTU. I’ve installed: 1. php: (PHP 7.4.3 (cli) (built: Oct 6 2020 15:47:56) ( NTS )) 2. MySql: mysql Ver 8.0.22-0ubuntu0.20.04.2 for Linux on x86_64 ((Ubuntu)) 3. Server: Server version:…
How redirect from /file.php to /file on nginx?
I’m currently hiding the .php extension from the urls on my nginx server with this configuration: This is working perfectly, but how can I make nginx not allow adding the .php extension?. In my example if you manually delete the .php it works but if you add it it remains permanent in the url. Answer To …
How to run PHP files properly on Ubuntu with Nginx?
I have “php” folder and also phpmyadmin folder in /var/www/html direction, and when I’m trying to open localhost/phpmyadmin/index.php or localhost/php/index.php in browser, I get the following error: and also browser suggests me to download file. I installed mysql, php 7.4, nginx and phpmyad…
Laravel routes causing 404 Error on live server
I have a laravel app developed on my localhost and working perfectly. I am trying to deploy it onto an AWS Lightsail instance using nginx on Ubuntu 20.04. I have uploaded my laravel app and changed the nginx root directory to laravelapp/public. The main index page (landing page) is working fine but none of my…
gRPC extension not installed in the right PHP version in Ubuntu 18.04
I’m trying to install gRPC extension following the official guidance I’ve followed all the steps, but on these final steps, I get this (which I think will matter later) Installing shared extensions: /usr/lib/php/20190902/ Here, I checked that folder and found the grpc.so file. At this point, I exp…
How to enable mcrypt php extension on xampp linux
I have installed xampp on my ubuntu machine through the installer having php version 7.2.4 Recently I need to enable Mcrypt PHP extension but I did not find it on php.ini file. I have tried to …
WordPress: Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page
Does anyone know what this error message on WordPress means? Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page. I …
Unable to install PHP packages with apt-get, gives “E: Unable to locate package”
I’m actually setting up my vagrant vm (trusty-64, Ubuntu distribution v14.04) and encountered an issue during the installation of all ppa:ondrej/php packages. I tried the default way to install php… But it still has this issue: It seems he’s ignoring the added repository (it’s not list…
Access denied for user ‘root’@’localhost’ after installing phpmyadmin on ubuntu
I installed phpmyadmin on my ubuntu server following these steps here: https://www.rosehosting.com/blog/install-phpmyadmin-on-ubuntu-16-04/ I installed apache, php, mysql following these steps: https://vijayasankarn.wordpress.com/2017/01/17/setting-lamp-stack-in-ubuntu-16-04-using-aws-ec2/ and when I goto log…