php - Error on new server: PDO not found (supposed to be activated) -


i configured cpanel server , transferred websites it. works fine except symfony2 website. here's error:

fatal error: class 'pdo' not found in /home/cosml/public_html/vendor/doctrine-dbal/lib/doctrine/dbal/driver/pdoconnection.php on line 32 

i use pdo in other websites, don't understand. checked in phpinfo; no pdo section. tried rebuild apache in whm pdo activated no difference. don't know what's going on,

to enable pdo in system php:

  1. login whm
  2. click apache update
  3. click start customizing based on profile
  4. select apache version
  5. click next step
  6. select php 5
  7. click next step
  8. select version of php 5
  9. click next step
  10. click exhaustive options list button
  11. scroll down check box labeled pdo
  12. click save , build

source : http://forums.cpanel.net/f5/enable-pdo-78853.html

also, did restart apache after enablind pdo ?


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -