jailkit pdo

Discussion in 'Installation/Configuration' started by iateadonut, Mar 28, 2014.

  1. iateadonut

    iateadonut New Member

    i've got a script, when I run it as a jailkit user, it returns:

    [email protected]:~/xpm-bal$ php ./include.php
    creating pdo object

    Fatal error: Class 'PDO' not found in ./include.php on line 22

    when I run it as root:

    php ./include.php
    creating pdo object

    it returns now error.


    I've already done:
    jk_cp -j /var/www/clients/client1/web27/ /usr/share/php5/common/*

    with every file found when i do:
    find / -iname *pdo* | grep php


    What can I do to fix this?
     
  2. srijan

    srijan New Member HowtoForge Supporter

    Can you please paste the script?
    What is the functionality of the script.?

    Br//
    Srijan
     

Share This Page