Error when install phpBB 3.1 RC5

Discuss general development subjects that are not specific to a particular version like the versioning control system we use or other infrastructure.
Post Reply
superthin
Registered User
Posts: 1
Joined: Fri Aug 27, 2010 3:09 am

Error when install phpBB 3.1 RC5

Post by superthin »

This error occured when installing phpBB 3.1 RC5 at step: http://localhost/phpBB3/install/index.p ... eate_table

Code: Select all

General Error
SQL ERROR [ mysql4 ]

Unknown column 'style_path' in 'field list' [1054]

SQL

INSERT INTO phpbb_styles (style_name, style_copyright, style_active, style_path, bbcode_bitfield, style_parent_id, style_parent_tree) VALUES ('prosilver', '© phpBB Limited', 1, 'prosilver', 'kNg=', 0, '')

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysql.php
LINE: 181
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/install/install_install.php
LINE: 1255
CALL: phpbb\db\driver\mysql->sql_query()

FILE: [ROOT]/install/install_install.php
LINE: 99
CALL: install_install->load_schema()

FILE: [ROOT]/install/index.php
LINE: 409
CALL: install_install->main()

FILE: [ROOT]/install/index.php
LINE: 289
CALL: module->load()
My database is MySQL, I choose MySQL (not mysqli) when setup.

My environment:
- OS: Ubuntu 14.04, 64bit
- MySQL: Ver 14.14 Distrib 5.5.37, for debian-linux-gnu (x86_64) using readline 6.3
- Apache Server: Server version: Apache/2.4.7 (Ubuntu); Server built: Apr 3 2014 12:20:28
- PHP: Version 5.5.9-1ubuntu4

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Error when install phpBB 3.1 RC5

Post by DavidIQ »

The correct location to request support for 3.1 and this issue is here:
https://www.phpbb.com/community/viewforum.php?f=466

Please repost there.

Thanks.
Image

Post Reply