installation error message

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
jacksmith
Active Member
Posts: 2
Joined: 14. April 2011 05:20

installation error message

Post 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()
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: installation error message

Post 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)

Topic author
jacksmith
Active Member
Posts: 2
Joined: 14. April 2011 05:20

Re: installation error message

Post by jacksmith »

thanks , it's working well . . .
Locked

Return to “board3 Portal 1.0.x - English Support”