Solved – WordPress – Fatal error: Allowed memory size of

We had a Godaddy domain IP address change and afterwards we unable to access sites we had in a sub-domain. After the IP issue was resolved the sites still didn’t come up. The page read

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2348617 bytes) in

This article solved our issue.

http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

We just had to add the following line to the “wp-config.php” file.

define( 'WP_MEMORY_LIMIT', '256M');
Let us know if this helped you…

c:\windows\system32\config\systemprofile|Desktop + unavailable

Had a customer with a very slow computer. When we examined the Resource Manager there were some processes that could be ended. After the processes were ended the desktop disappeared, and we got the following error message.

A search lead us to a bunch of results. I used the following YouTube Video to help me solve the issue.

https://www.youtube.com/watch?v=bzq9hMWjQK8

 

Let us know if this helped you…

 

Translate »