Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Database trouble

I have created the database and uploaded vanilla to my site but all I get is this: http://gyazo.com/1300244486c6df1a1f37c71023642179
Can someone tell me what to do?

Comments

  • Options
    hgtonighthgtonight ∞ · New Moderator

    Welcome to the community @OnlineFoodBible‌!

    Your webhost is missing a requirement to run Vanilla. It is a module called PDO. Please contact your host to sort this out.

    More info here: http://php.net/manual/en/ref.pdo-mysql.php

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options
    edited December 2014

    @hgtonight said:
    Welcome to the community OnlineFoodBible‌!

    Your webhost is missing a requirement to run Vanilla. It is a module called PDO. Please contact your host to sort this out.

    More info here: http://php.net/manual/en/ref.pdo-mysql.php

    Thanks For The Welcome & For Your Help! I have contacted my web host but they are always slow with this kind of thing, is it something I can download & upload myself? Thanks

  • Options
    hgtonighthgtonight ∞ · New Moderator

    You can try adding the following to your php.ini file:

    extension=pdo.so
    extension=pdo_mysql.so
    

    Your php.ini file could be anywhere in your host. Your host might also have disabled php.ini files.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options
    edited December 2014

    @hgtonight said:
    You can try adding the following to your php.ini file:

    extension=pdo.so
    extension=pdo_mysql.so
    

    Your php.ini file could be anywhere in your host. Your host might also have disabled php.ini files.

    Thanks but it didn't work, up to my awful web hosting service now

Sign In or Register to comment.