nowhere

Member
Sep 21, 2012
14
0
1
cPanel Access Level
Root Administrator
Hi,
since some days I'm trying to install Zend Framework for a customer on our cPanel server but I cannot make it work.
I've looked into the forum and googled around with no luck at all.

Does anybody have successfully installed it?

thanks for your help
Andrea
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

You should be able to install Zend Framework itself directly to the website. Could you elaborate on what is not working? Also, are you sure it's Zend Framework that is required, and not Zend Guard Loader?

Thank you.
 

nowhere

Member
Sep 21, 2012
14
0
1
cPanel Access Level
Root Administrator
Hi,
thanks for your reply.

Yes he needs Zend Framework for sure.
He is having problem with include_path as after uploading zend folder the Zend library is not found.

So he's asking me to modify php.ini for his account (I use PHP.ini Manager plugin) but I'm not sure on the path to set there.

Thanks
Andrea
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
You may want to try using the AutoLoader functionality. For example, there is:

Zend Framework - The StandardAutoloader

Note that you may need to consult with the support for Zend Framework as this is not related to cPanel itself.

Thank you.