Strange Problem in my Direct Admin

Hello,

1) Do you have the /usr/local/bin/php file present on your system?
If you don't have it, try compiling php:
cd /usr/local/directadmin/customapache
./build php n

2) have you installed zend? I've seen zend 3.3.0 break php in that when you run the /usr/local/bin/php program, the program just returns instantly back to the prompt and does not allow for any code to be input to be processed.
If you've installed zend, try uninstalling it by removing the zend portions of your /usr/local/lib/php.ini which wil be found at the very last ~15 lines of the file.

John
 
Back
Top