|
Title: Installing module problem. Post by: wayubb on May 10, 2007, 05:37:26 PM Hi there I use godaddy as my host and have joomla on there works fine, but once I install your module it says I need the zend optimization program installed. Am I able to install that on my sites directory on godaddy? if so the install directions are pretty much if your doing it on your own machine.
Title: Re: Installing module problem. Post by: Mick on May 10, 2007, 09:12:49 PM I would suggest talking to GODaddy about the Zend Optimizer, it should be loaded. If not, they should have no issue setting that up for you.
Let me know if they won't, I may have a solution around that. Title: Re: Installing module problem. Post by: wayubb on May 11, 2007, 04:05:41 PM Yeah they sent me the code to insert into my php.ini so all works fine now thanks.
Title: Re: Installing module problem. Post by: Mick on May 11, 2007, 08:09:57 PM Great, I am glad that it is working! Would you mind posting it here for others that may have the same problem?
Thank you! Title: Re: Installing module problem. Post by: theGuuhl on May 12, 2007, 08:41:28 AM I have the same problem please send my what i must do.
Title: Re: Installing module problem. Post by: wayubb on May 12, 2007, 03:50:04 PM Sure np just add the following code into your php.ini file(should be in your root directory of site)
[Zend] zend_optimizer.optimization_level=15 zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.5.7 zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.5.7 zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so Title: Re: Installing module problem. Post by: Mick on May 12, 2007, 11:22:15 PM Thank you for posting that helpful piece of information. I must also make note that this works only for the location and version of the optimizer that is installed.
Title: Re: Installing module problem. Post by: theGuuhl on May 13, 2007, 07:15:26 PM Many thanks. :D
Now it runs Perfekt. |