Added PHP 7 to my install and now Wordpress throws server errors

Dave F.

New member
Joined
May 3, 2017
Messages
4
I followed the steps described here >> https://www.vultr.com/docs/using-multiple-php-versions-on-directadmin

I don't believe there were any errors or warnings during the process, but when I went to check an install of wordpress running on one of my domains, I got an internal server error 500, even if I roll the user back to 5.6 on the User directadmin control panel.

I'm at a loss as to where to go and what to try. Any assistance would be greatly appreciated. Thanks.
 
More info...

While I was reading back on the screens, I did see one message that might be relevant :

Code:
Restarting apache.
Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details.

So when I run systemctl status, I get

Code:
httpd.service - The Apache HTTP Server
   Loaded: loaded (/etc/systemd/system/httpd.service; enabled)
   Active: active (running) since Wed 2017-05-03 22:02:02 CDT; 30min ago
  Process: 15292 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/SUCCESS)
 Main PID: 15297 (httpd)
   Status: "Total requests: 3; Idle/Busy workers 100/0;Requests/sec: 0.00163; Bytes served/sec:   1 B/sec"
   CGroup: /system.slice/httpd.service
           +-15297 /usr/sbin/httpd -DFOREGROUND
           +-15330 /usr/sbin/httpd -DFOREGROUND
           +-15331 /usr/sbin/httpd -DFOREGROUND

May 03 22:02:00 jdc-server.local httpd[15297]: AH00112: Warning: DocumentRoot [/home/admin/domains/sharedip] does not exist
May 03 22:02:00 jdc-server.local httpd[15297]: AH00112: Warning: DocumentRoot [/home/admin/domains/sharedip] does not exist
May 03 22:02:00 jdc-server.local httpd[15297]: AH00112: Warning: DocumentRoot [/home/admin/domains/sharedip] does not exist
May 03 22:02:00 jdc-server.local httpd[15297]: AH00112: Warning: DocumentRoot [/home/admin/domains/sharedip] does not exist
May 03 22:02:00 jdc-server.local httpd[15297]: AH00112: Warning: DocumentRoot [/home/admin/domains/sharedip] does not exist
May 03 22:02:00 jdc-server.local httpd[15297]: AH00112: Warning: DocumentRoot [/home/admin/domains/sharedip] does not exist
May 03 22:02:01 jdc-server.local systemd[1]: Unit httpd.service cannot be reloaded because it is inactive.

Nothing seems relevant in the journal.
 
It seems http service is inactive on the server, can you try below command and paste here output?

/usr/sbin/httpd -k start
 
Ok, nevermind.

It's not a problem with the server. It's a problem with the program. One of the plugins is apparently causing the whole thing to crash. I should have known better.
 
Back
Top