Zend framework - PDO extension etc

blademike

New Member
Messages
6
Reaction score
0
Points
0
Hi,
Couldn't find info on this so here it goes. Currently using Zend framework for my PHP programming. Had the test run well on my local server but on x10hosting, it says PDO extensions is not loaded. I would like to know whether Zend framework usage is supported? It requires mod_rewrite enabled, PDO extensions etc. Based on the info from phpInfo(), none of them are enabled or at least listed. Guidance is appreciated. Thank you.
 

LHVWB

New Member
Messages
1,308
Reaction score
0
Points
0
Check which version of php you are running, the x10hosting basic version might restrict those functions.
You might need to upgrade to the intermediate or even the advanced x10hosting version of php which can be done at the account modification section.

Edit:
I checked my intermediate version using phpinfo() and I don't have the functions. You might need the advanced version, or an extension, or the functions are too dangerous for x10hosting to let us use.
 
Last edited:
Top