Author Topic: Problems with zend server  (Read 8771 times)

0 Members and 3 Guests are viewing this topic.

Offline Noobus Boobus

  • Newbie
  • *
  • Posts: 13
    • View Profile
Problems with zend server
« on: October 17, 2009, 05:18:49 AM »
Hello guys,

I'm trying to install free version of the script on my hosting. I've installed Zend Server, phpinfo() shows that zend optimizer is working, but install.php doesn't work :(
I searched this forum for solution, ensured that 'short_open_tags' = on, but still got nothing.
Please help me :(

Offline Noobus Boobus

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Problems with zend server
« Reply #1 on: October 17, 2009, 06:08:15 AM »
Uh.

I found the solution.
Looks like it is Zend Guard Loader you need, not Zend Optimizer.
For debian it resides in the same repository. Package name is php-5.2-loader-zend-server
Install it and reload Apache.

Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: Problems with zend server
« Reply #2 on: October 17, 2009, 07:15:41 AM »
nice to see it solved!

Offline Noobus Boobus

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Problems with zend server
« Reply #3 on: October 17, 2009, 10:10:06 AM »
Add some info about it to the manual maybe? Just mention "Zend Guard Loader" :)