• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Error: phpinimng failed

dusticelli

New Pleskian
Hi Folks,

I am quite new to plesk, but so far I am really impressed how easy server administration is with plesk.

Today I have had to make a desaster recovery after I had changed owner of every server file inwillingly. :/

Anyway the plesk-backup went quite smooth, only a hand full of warnings (3-4) occured. But now, suddenly I found an error message on top of the website Administration that says

"Error: phpinimng failed: Job for plesk-php70-fpm.service failed because the control process exited with error code. See "systemctl status plesk-php70-fpm.service" and "journalctl -xe" for details. Failed to start plesk-php70-fpm service"

It came right after I have set up a new password to ftp/SSH system user.

I don't have any Idea what it is about. Never the less as it says something about "php70-fpm.service failed" but I am actually on PHP 5.6 FPM and when I changed it testwise to PHP 7 it worked as well.

Now my question is, how to clear that? Can anybody tell me what to do?

Many thx in andvance

dusticelli
 
Hello IgorG,

many thanks for your fast answer. I tried it, and I got some repairs done as follows,

Code:
[root@xyz ~]# plesk repair web

Checking Plesk version .............................................. [OK]

Checking for custom configuration templates ......................... [OK]

Checking for the JkWorkersFile directive in the Apache configuration  [OK]

Checking associations between domains and IP addresses .............. [OK]

Checking for corrupted reference between IP collections and IP
addresses ........................................................... [OK]

Checking for links between APS applications and subscriptions ....... [OK]

Checking for the Zend extension declaraion in php.ini ............... [OK]

Check symbolic links for latest virtual host config files ........... [OK]

Checking for system users home directories consistency .............. [OK]

Checking for records with empty name field in the Configurations table[OK]

Checking for nginx ULIMIT value ..................................... [OK]

Checking for extra configurations in database not owned by any object [OK]

Repairing web server configuration

  Reinstall SSL certificates and set the default SSL certificate for all IP addr             esses? [Y/n] Y
    Reinstalling SSL certificates ................................... [OK]
    Applying the default SSL certificate to all IP addresses ........ [OK]

  Repair server-wide configuration parameters for web servers? [Y/n] Y
    Repairing server-wide configuration parameters for web servers .. [OK]

  Update the file of sharing passwords and permissions of users according to actual information? [Y/n] Y
    Updating the file of sharing passwords and permissions of users
    according to actual information ................................. [OK]

  Repair web server configuration for all domains? [Y/n] Y
    Repairing web server configuration for all domains .............. [OK]

Checking the usage of PHP handlers .................................. [OK]

Error messages: 0; Warnings: 0; Errors resolved: 0

but unfortunatly the error message is still there :(

Does this give some more information? :

Code:
[root@xyz ~]# systemctl status plesk-php70-fpm.service
â plesk-php70-fpm.service - The PHP 7.0.5 FastCGI Process Manager
   Loaded: loaded (/usr/lib/systemd/system/plesk-php70-fpm.service; enabled; vendor preset: disabled)
   Active: active (running) since Mi 2016-04-20 08:18:52 CEST; 5min ago
  Process: 4047 ExecReload=/bin/kill -USR2 $MAINPID (code=exited, status=0/SUCCESS)
 Main PID: 3970 (php-fpm)
   Status: "Processes active: 0, idle: 0, Requests: 30, slow: 0, Traffic: 0req/sec"
   CGroup: /system.slice/plesk-php70-fpm.service
           ââ3970 php-fpm: master process (/opt/plesk/php/7.0/etc/php-fpm.conf)
           ââ4670 php-fpm: pool mr-fuss.com

Apr 20 08:18:52 xyz.powersrv.de systemd[1]: Starting The PHP 7.0.5 FastCGI....
Apr 20 08:18:52 xyz.powersrv.de systemd[1]: Started The PHP 7.0.5 FastCGI ....
Apr 20 08:18:52 xyz.powersrv.de systemd[1]: Reloaded The PHP 7.0.5 FastCGI....
Hint: Some lines were ellipsized, use -l to show in full.
[root@xyz ~]#

When I run "journalctl -xe" I got only some login failure messages from china IPs
 
Back
Top