PDA

View Full Version : Help: PHP warning & Zend Optimizer



yuanhaodai
01-03-2007, 06:04 AM
I have no problem installing my software in shop sub-folder. but it always shows my program at www.xxx.com/shop. (xxx stands for my domain name)

when I tried to install this program in public_html folder, its shows fator error cited from error_log

[03-Jan-2007 05:13:49] PHP Warning: Zend Optimizer for PHP 4.4.x cannot be found (expected at '/usr/local/Zend/lib/Optimizer-2_6_2/php-4.4.x/ZendOptimizer.so') - try reinstalling the Zend Optimizer in Unknown on line 0
[03-Jan-2007 05:13:49] PHP Fatal error: Call to undefined function: printheader() in /home/laseinef/public_html/index.php on line 37


I have contacted the creator of software, they told me web host provider did not configure appache to access this folder.
I have contacted hostmonster.com with online livechat. they told me zend optimizer is configured on all servers and ready for use. they suggested that I should copy php.ini to all folders, which I have done already.

what could I do to make my software work on www.xxx.com?

anyone could give me some advice?

thank you.

godrockzzz
01-03-2007, 07:55 AM
verify the path of zend

yuanhaodai
01-03-2007, 11:37 PM
livechat team help me update a new version of php.ini, which is too old to run my program in the public_html.

thanks.