0

I am using cron jobs in DirectAdmin, but I encountered this error:

Failed loading /usr/local/lib/ioncube_loader_lin_5.2.so: /usr/local/lib/ioncube_loader_lin_5.2.so: undefined symbol: php_body_write

Mickaël Rémond
  • 9,035
  • 1
  • 24
  • 44
AliNasiri
  • 137
  • 1
  • 3
  • 11

1 Answers1

2

You are probably using a version of ioncube that doesn't match your php version. Connect to your server using SSH and run this:

cd /usr/local/directadmin/custombuild
./build update
./build clean
./build set ioncube yes
./build ioncube
service httpd restart
Aviram
  • 3,017
  • 4
  • 29
  • 43