I have problem on my website - muzykazreklam.com. Someone know what is wrong? Please help me.
.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
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.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
select * from GDN_Permission Permission limit 1 Table '11958929_0000002.GDN_Permission' doesn't exist
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.
Are you able to see the admin dashboard? Go to /utility/structure.
Add Pages to Vanilla with the Basic Pages app
and clear the ini files in your cache folder on the server.
Comments
.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
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:
Please state what plugins you have enabled.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
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
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.