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.

I have problem with my vannillia

I have problem on my website - muzykazreklam.com. Someone know what is wrong? Please help me.

Comments

  • peregrineperegrine MVP
    edited September 2013

    .

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • edited September 2013

    Ok first off you need to update to 2.0.18.8 for security reasons. Please update asap.

    this is the error you are getting it means it can't find that permission table in the database:

    Fatal Error in Gdn_Database.Query();
    
    Table '11958929_0000002.GDN_Permission' doesn't exist
    
    select * from GDN_Permission Permission limit 1
    The error occurred on or near: /muzykazreklam/forum/library/database/class.database.php
    
    231:          $PDOStatement = $this->Connection()->query($Sql);
    232:       }
    233: 
    234:       if ($PDOStatement === FALSE) {
    235:          trigger_error(ErrorMessage($this->GetPDOErrorMessage($this->Connection()->errorInfo()), $this->ClassName, 'Query', $Sql), E_USER_ERROR);
    236:       }
    237: 
    238:       $ReturnType = GetValue('ReturnType', $Options);
    239:       
    

    Please state what plugins you have enabled.

  • peregrineperegrine MVP
    edited September 2013

    select * from GDN_Permission Permission limit 1

    Table '11958929_0000002.GDN_Permission' doesn't exist

    use phpmyadmin (google phpmyadmin if you don't know about it) to see if you have any tables in your vanilla database.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Are you able to see the admin dashboard? Go to /utility/structure.

    Add Pages to Vanilla with the Basic Pages app

  • peregrineperegrine MVP
    edited September 2013

    and clear the ini files in your cache folder on the server.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.