i have found the issue on this case...
looking in the error.log i found this:
/usr/local/apache/bin/httpd: symbol lookup error: /usr/local/lib/php/extensions/no-debug-non-zts-20060613/suhosin.so: undefined symbol: zend_atol
i have the luxery of my own server so i was able to disable suhosin feature in apache.
After that installation whent smooth and everything works okay..
suhosin is a security feature of apache... so it's important that this is fixed in the installation.
A lot of hosting company's (like myself) have this feature enabled..
iff you have to option to use your own php.ini then you can make changes in that ini file to work arround this.
symbol lookup error:
symbol lookup error:
/usr/local/lib/php/extensions/no-debug-non-zts-20060613/suhosin.so:
undefined symbol: zend_atol, referer:
To get this issue fixed, you can do the below steps:
It seems that Suhosin breaks the application. So need to disable the Suhosin for this domain. You can disable the suhosin by creating a php.ini file at /home/username/public_html/php.ini with the following code.
suhosin.simulation = On
If you are still getting same error then you need to create same php.ini file with same code (suhosin.simulation = On) at each directories. In this case at these paths also /home/username/public_html/php.ini, /home/username/public_html/forum/php.ini and /home/username/public_html/install/php.ini