Skip to main content

All Questions

Tagged with
1 vote
1 answer
1k views

MySQL Crashed, Logs Have Many Errors, DB Possibly Corrupted

I run a LAMP server on Digital Ocean with a WordPress installation on it for a friend's website. I recently transferred it over from AWS. It crashed and I received the Error establishing database ...
sirryankennedy's user avatar
1 vote
2 answers
463 views

Can't increase upload_max_filesize in a Wordpress LAMP stack

I've been trying to increase the maximum upload size of my Wordpress instance, and I've already tried all methods mentioned in the results I get when searching this issue. I've tried changing the php....
joao-m-santos's user avatar
0 votes
1 answer
163 views

Cannot complete WordPress installation through web interface

I am hosting a website on my own private server (a Raspeberry Pi 3 running Raspbian, based on Ubuntu 16.04) on which I installed LAMP (following this step-by-step guide) and WordPress (following this ...
Fede9390's user avatar
  • 121
0 votes
2 answers
903 views

Ubuntu 14 and LAMP can't access WordPress website

I've installed LAMP under Ubuntu 14, placed a copy of my WordPress folder files under the /lampstack-5.6.30-0/apache2/htdocs/wordpress/ folder, started LAMP Apache, MySQL...yet each time I try to ...
MChan's user avatar
  • 281
0 votes
1 answer
222 views

How to connect LAMP server with Wordpress to the internet?

I have attempted to set up a LAMP server running Wordpress on a Raspberry Pi 3 (using Ubuntu Mate 16.04). Wordpress runs fine on the intranet (internally on the network) but I cannot seem to ...
user3026582's user avatar
5 votes
5 answers
3k views

Best practices for setting up LAMP development environment

I'm having a nightmare setting up a decent environment for developing Wordpress on a local machine. I'm constantly manually tweaking file permissions every time I add a plugin. I can't install themes ...