Page 1 of 1

Error message Installation

Posted: 20. November 2008 00:04
by DjRiKyX
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
hello..

i have a problem..

i have copied and modified the original file to install board3..

and launched the install file (../install_portal/install.php)

but i have incontred one error:

-------------------------------
General error:

Could not get style data
-------------------------------

I used phpBB 3.0.3


sorry for my english.. but i'm italian

Re: Error message Installation

Posted: 27. November 2008 12:07
by Kharon
install error

portal version 1.0.2
phpBB version 3.0.3

[phpBB Debug] PHP Notice: in file /install_portal/install.php on line 173: Undefined property: dbal_mysql::$mysql_version

line 173

Code: Select all

if (version_compare($db->mysql_version, '4.1.3', '>='))
replace:

Code: Select all

if (version_compare($db->sql_server_info(true), '4.1.3', '>='))
qoute nickvergessen topic

Re: Error message Installation

Posted: 27. November 2008 12:30
by Kevin
Thanks for the hint, Kharon.
Included in the next version: http://board3deportal.svn.sourceforge.n ... vision=419