FreePgs.com Forum

FreePgs Related => Support Requests => Topic started by: ddo on September 23, 2006, 08:46:44 AM

Title: i believe pgs have installed Zend Optimizer ,but why i can't run zend doc ?
Post by: ddo on September 23, 2006, 08:46:44 AM
the same script i install in LVCS : http://ddo.008.net/shop,
but when i install in pgs space ,it does't work at all.
and when i upload request.php which has zend, it displays nothing.http://firebiz.cn/request.php
Title: Re: i believe pgs have installed Zend Optimizer ,but why i can't run zend doc ?
Post by: admin on September 26, 2006, 01:08:47 AM
Verify that your script is requesting the variables properly.

register_globals defaults to ON in the Plesk server, and OFF within the FreePgs service.

You may wish to enable register_globals (via the Options panel) or correct your script.

Thank you,
FreePgs.com Admin
Title: Re: i believe pgs have installed Zend Optimizer ,but why i can't run zend doc ?
Post by: ddo on September 26, 2006, 02:45:45 AM
i'm sure i have enable Register Globals ,but when i run http://firebiz.cn/request.php ,
i face this error:"Fatal error: Unable to read 5137 bytes in /fpgs/fpgshttpd/snow/request.php on line 0"
Title: Re: i believe pgs have installed Zend Optimizer ,but why i can't run zend doc ?
Post by: ddo on October 01, 2006, 03:25:21 AM
Now,it's ok! something wrong when i upload the script, thinks!