faynercosta

Results 2 comments of faynercosta

Hey guys, I solved the problem. Just go to the linux's command line, access the config archive using: ![image](https://user-images.githubusercontent.com/93364457/199404724-73b18df9-83ba-42ba-8fb1-f833de52b89f.png) Then find this piece of code: ![image](https://user-images.githubusercontent.com/93364457/199404811-ff085d00-90c2-472f-8419-d936590fe286.png) Press ' i '...

> I'm not 100% sure this is what fixed it for me, but I added `define('WP_CONTENT_DIR', realpath(ABSPATH . './wp-content/'));` to my wp-config.php file. `ABSPATH` was already defined for me so...