PHP not working after latest update with CB 2.0

Pzz

Verified User
Joined
May 20, 2013
Messages
138
Location
The Hague area, The Netherlands
With CB 2.0 (rev 1273) I updated the software. DA 1.47.0, Apache 2.4.12, PHP 5.6.6, phpmyadmin, dovecot....

And now my PHP doesn't seem working. It shows PHP on my webpages.

PHP seems to be running:

Code:
$ systemctl status php-fpm56 -l
php-fpm56.service - The PHP FastCGI Process Manager
   Loaded: loaded (/etc/systemd/system/php-fpm56.service; enabled)
   Active: active (running) since Tue 2015-03-10 18:45:38 CET; 53min ago
 Main PID: 896 (php-fpm56)
   Status: "Processes active: 0, idle: 0, Requests: 0, slow: 0, Traffic: 0req/sec"
   CGroup: /system.slice/php-fpm56.service
           └─896 php-fpm: master process (/usr/local/php56/etc/php-fpm.conf

Mar 10 18:45:38 server.tarpes2.nl systemd[1]: Starting The PHP FastCGI Process Manager...
Mar 10 18:45:38 server.tarpes2.nl systemd[1]: Started The PHP FastCGI Process Manager.
Mar 10 18:46:40 server.tarpes2.nl systemd[1]: Started The PHP FastCGI Process Manager.
Mar 10 18:54:54 server.tarpes2.nl systemd[1]: Started The PHP FastCGI Process Manager.

HTTPD is also running:

Code:
$ systemctl status httpd -l
httpd.service - The Apache HTTP Server
   Loaded: loaded (/etc/systemd/system/httpd.service; enabled)
   Active: active (running) since Tue 2015-03-10 18:45:40 CET; 55min ago
  Process: 1099 ExecStart=/usr/sbin/httpd $OPTIONS -k start (code=exited, status=0/SUCCESS)
 Main PID: 1355 (httpd)
   CGroup: /system.slice/httpd.service
           ├─1355 /usr/sbin/httpd -k start
           ├─1429 /usr/sbin/httpd -k start
           └─1430 /usr/sbin/httpd -k start

I'm missing something obvious....?
 
Please try "./build rewrite_confs". Make sure that it's not caused by customizations in /usr/local/directadmin/custombuild/custom and /usr/local/directadmin/data/templates/custom.
 
A helpfull Latvian fixed it on my server last night (instant help). :cool:

I guess that the problem is DA 1.47.0 related?

Shouldn't these files be updated automaticly? Probably not, but a warning that "structural changes" may cause problems and that a rebuild is adviced could be helpfull...

I had a problem like this before. I'll try to think about this next time.

Thanks!
 
Back
Top