Solved Unable to install WordPress installation through WordPress Manager

Konfuzed

Verified User
Joined
Feb 20, 2021
Messages
20
I decided to buy the Pro Pack add-on a few weeks ago. Everything works great, but the WordPress Manager doesn't. As soon as I create a new account and set up a new WordPress installation I receive the message below;

Server Error: unexpected error, please check server error log for more details

However. I don't have anything in the logging that leads to this error. Currently running OLS with PHP 7.4 as default. Support is much appreciated.
The only thing I find in /var/log/messages is the following;

directadmin[2801730]: 2022/06/15 15:55:15 error executing Wordpress installation error=fork/exec /usr/local/bin/wp: permission denied path=domains/testwp.com/public_html user=testwp
 
Last edited:
As promised, here is the solution for my issue (from DirectAdmin support):

“The problem was that the testwp user couldn't execute /usr/local/bin/wp. I modified permissions to the correct ones based on what's set on my server: chmod 755 /usr/local/bin/wp”
 
Back
Top