Message
  • You must log in first
Welcome, Guest
Username Password: Remember me

Blank Page on fresh install
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Blank Page on fresh install

Blank Page on fresh install 13 years, 8 months ago #467

  • jpeters
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
I have a fresh and clean installation of Joomla 1.5.20
download the latest Mobile Joomla v0.97
Install give's a blanc page..
try'd installation from tmp dir (extracted). same blank page.

Please advise...

Blank Page on fresh install 13 years, 8 months ago #2136

  • miohtama
  • OFFLINE
  • Expert Boarder
  • Posts: 112
  • Karma: 4

Blank Page on fresh install 13 years, 8 months ago #2145

  • jpeters
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
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
  • Page:
  • 1
Time to create page: 0.06 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.