I am on my new dedicated server and i am getting this error always.

php version is 5.3.4

in php.ini extensions is empty and extension_dir is /usr/local/lib/php/extensions/no-debug-non-zts-20060613

how can i fix this ?

thanks

EDIT

I checked that directory on ssh and it is empty but also extension variable is empty why it is warning me ?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 0 down vote accepted

your php needs to load some extensions that don't have the libraries installed. you need to look where on your server they may be and change the location into php.ini or have them installed

if this is a new server and you ported the php is normal but is easy to fix

link|improve this answer
how can i search for them on server ? – Ahmet vardar Dec 27 '10 at 21:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.