Page 1 of 1

installation error message

Posted: 14. April 2011 05:28
by jacksmith
Your Portal Version: 1.0.6
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://5starsforum.com

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
dear

i have installed board3portal - mod ,complete all the process , and install the install/index.php ., it will shown following the error message , what shall i do now,pls help me

DROP command denied to user 'freewebs_deedbo'@'localhost' for table 'phpbb_portal_config' [1142]

SQL

DROP TABLE IF EXISTS phpbb_portal_config

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: install/install_functions.php
LINE: 160
CALL: dbal_mysqli->sql_query()

FILE: install/install_functions.php
LINE: 125
CALL: b3p_drop_table()

FILE: install/install_install.php
LINE: 115
CALL: b3p_create_table()

FILE: install/install_install.php
LINE: 73
CALL: install_install->load_schema()

FILE: install/index.php
LINE: 279
CALL: install_install->main()

FILE: install/index.php
LINE: 56
CALL: module->load()

Re: installation error message

Posted: 14. April 2011 14:49
by Marc
This is because of your freehoster:

Open install/install_functions.php:

Code: Select all

function b3p_create_table($table, $dbms_data, $drop = true)
Replace with:

Code: Select all

function b3p_create_table($table, $dbms_data, $drop = false)

Re: installation error message

Posted: 16. April 2011 04:59
by jacksmith
thanks , it's working well . . .