AlinaGP
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: white screen after increasing php memoryI just managed to solve the problem by deleting the default-constants.php. And then I copied in its place the same file from another installation I had on my server.
I also managed to increase the php memory by adding this line in the wp-config.php
define( ‘WP_MEMORY_LIMIT’, ’64M’ );
after this one
define(‘DB_COLLATE’, ”);Previously I tried to put it at the end in the wp-config file. In the tutorial it didn’t say where exactly I was supposed to write it.
So my shop is up and running. The only problem that remains is that the woo commerce won’t send notification for orders at all. Which is what started all this business in the first place. Though now I increased the php memory and I also changed the php version as required.
Forum: Fixing WordPress
In reply to: white screen after increasing php memoryI’ve already changed them back. That is why I don’t understand why do I still get the white screen.
Forum: Localhost Installs
In reply to: MAMP Pro to MAMP – error establishing database connectionI can’t access the database with the root user either.
Yes, the user is still there with all the privileges granted. It was the second thing I checked after I checked the wp-config file. Then I tried the root user (with the necessary changes to wp-config)… still nothing.Forum: Localhost Installs
In reply to: MAMP Pro to MAMP – error establishing database connectionI just copied the directory. The original is still in its place. Is there a way to access the original with MAMP?
Forum: Localhost Installs
In reply to: MAMP Pro to MAMP – error establishing database connectionYes, I can still see the database in the list.