MyBB Community Forums

Full Version: mybb 1.6.6 install bug report
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
file: install/resources/sqlite_db_tables.php:486
  postnum bigint(30) NOT NULL default '0',

it should be
  postnum bigint(30) NOT NULL default '0'

file: install/resources/sqlite_db_tables.php:811
  showinbirthdaylist int(1) NOT NULL default '0'

it should be
  sshowinbirthdaylist int(1) NOT NULL default '0',


file: install/resources/sqlite_db_tables.php:815
  signofollow int(1) NOT NULL default '0',

it should be
  signofollow int(1) NOT NULL default '0'
This has already been reported on our development tracker.

[Issue #1815].
(2012-03-18, 04:27 AM)Nathan Malcolm Wrote: [ -> ]This has already been reported on our development tracker.

[Issue #1815].

I get a bad gateway error when trying to view that.
(2012-03-18, 04:50 AM)Anxiety Wrote: [ -> ]
(2012-03-18, 04:27 AM)Nathan Malcolm Wrote: [ -> ]This has already been reported on our development tracker.

[Issue #1815].

I get a bad gateway error when trying to view that.

Yes, we're currently experiencing some issues with the development site.