• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

PHP undefined function implode|abs|count

N

NéstorA

Guest
Hello all.

I´m getting fatal errors running in a fedora 7 box with plesk 9.5.3 up to date with proftpd patch installed.
In the error_log files from all domains hosted on the server I have entries like the following:

PHP Fatal error: Call to undefined function implode()
-OR-
PHP Fatal error: Call to undefined function abs()
-OR-
PHP Fatal error: Call to undefined function is_array()
-OR-
PHP Fatal error: Call to undefined function count()

Always with PHP built-in functions and the functions fail ramdomly, NOT fail every time, some executions are correct. The same script, containig call to implode and abs, can run fine 10 times and then fail 5 in a row.

The server was running fine a couple of months and on 9 nov the first message appears in the log.

I can´t find information about this issue, can anyone please help?.

BTW, do you think reinstall PHP will help?, How do I force Plesk to reinstall PHP rpm´s?

Thanks in advance.
Sorry for my poor english.
 
> How do I force Plesk to reinstall PHP rpm´s?

Shell command line to reinstall PHP package:

# yum reinstall php
 
Hi Eduard,
Thanks for your reply.

# yum reinstall php
doesn´t work, I search yum man page for "reinstall" and it didn´t appear.

Also, reinstall with yum, will update using the correct packages (from the plesk panel, not from fedora repos)?

Regards.
 
Back
Top