Blank admin login page after Zend installation - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Blank admin login page after Zend installation (/thread-8050.html) |
Blank admin login page after Zend installation - calligulus - 10-07-2009 04:17 AM Hi, I have Problem with ispCP after Zend optimizer installation. After this installation I become blank login page to admin. Can anyone help me with my problem? RE: Blank admin login page after Zend installation - gOOvER - 10-07-2009 04:18 AM Please more info's or we can't help. How did you install Zend Optimizer?? RE: Blank admin login page after Zend installation - calligulus - 10-07-2009 04:21 AM Sorry, I found HOWTO in this forum - http://www.isp-control.net/forum/thread-6838.html?highlight=zend Zend is OK, but I can not login to admin. If I see into source code of blank page, I become this: <!-- Compression level: 8 Original size: 0 kb New size: 0.01 kb Saving: -0.01 kb (0 %) Time: 0.17 ms Serverload: 0.14 --> My OS is Debian Lenny 64 bit.... RE: Blank admin login page after Zend installation - gOOvER - 10-07-2009 04:25 AM Try this: upload the CORRECT ZendOptimizer.so to /usr/share/zendoptimizer switch to /etc/php5/conf.d create there a new file called zendoptimizer.ini Code: zend_extension="/usr/share/zendoptimizer/ZendOptimizer.so" save it!!! then restart Apache /etc/init.d/apache2 restart RE: Blank admin login page after Zend installation - calligulus - 10-07-2009 04:26 AM Yet one Question, where can I download CORRECT ZendOptimizer.so ? RE: Blank admin login page after Zend installation - gOOvER - 10-07-2009 04:29 AM http://www.zend.com With the Correct Version i mean 32bit or 64bit and the correct php Version RE: Blank admin login page after Zend installation - calligulus - 10-07-2009 04:32 AM But I have correct version, I have 64 bit ... :-( #php -v I become: PHP 5.2.6-1+lenny3 with Suhosin-Patch 0.9.6.2 (cli) (built: Apr 26 2009 20:09:03) Copyright © 1997-2008 The PHP Group Zend Engine v2.2.0, Copyright © 1998-2008 Zend Technologies with Zend Extension Manager v1.2.2, Copyright © 2003-2007, by Zend Technologies with Zend Optimizer v3.3.3, Copyright © 1998-2007, by Zend Technologies RE: Blank admin login page after Zend installation - gOOvER - 10-07-2009 04:37 AM Try this, how i explai it and remove ZendExtensionManager After install with my little guide: Code: web01:~# php -v |