+ Reply to Thread
Results 1 to 4 of 4

Thread: Zend Optimizer / WHMAutoPilot issue

  1. #1
    yhuge is offline New Bee
    Join Date
    May 2007
    Posts
    1
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Zend Optimizer / WHMAutoPilot issue

    Hi anyone here know how to configure the zend optimizer? my billing system not working because of zend optimizer error.

    thank you and happy holidays.

  2. #2
    JasonD Guest

    Default

    There is a glitch with the setup for WHMAutopilot. It only has the ability to read "Your" php.ini settings to check if Zend is configured. You just have to add the [ZEND] info that WHB has, into your own master php.ini file.

    You can only have ONE php.ini, with this code, in the (WWW/Public_html) folder.
    This is an issue with Virtual-servers and Zend.

    You simply have to COPY the ZEND-SETTINGS that this server uses, into each folder that has any ZEND-OPTOMIZED codes.

    NOTE: If you do not have one, make one...

    Add these (Unaltered) lines to the (WWW/Public_html)/php.ini file.

    [Zend]
    zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.0
    zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.0
    zend_optimizer.version=3.3.0
    zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
    zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
    Last edited by JasonD; 12-24-2007 at 10:43 AM.

  3. #3
    carlobee is offline Member
    Join Date
    Jul 2009
    Posts
    41
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    just got to view this. thanks really helped!


  4. #4
    chinchillables is offline New Bee
    Join Date
    Oct 2008
    Posts
    14
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by carlobee View Post
    just got to view this thanks really helped!
    Yes, it was, but do you think reviving a thread from a year ago was necessary? I mean it's apparent what your doing... you know, with your images and all, but your getting out of hand with it. Chill out.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts