Ticket #660 (fixed bug)
Error when installing 2.0 snapshot.
- Created: 2012-04-16 20:52:09
- Reported by: Username2char
- Assigned to: Franz
- Milestone: 2.0-alpha1
- Component: database
- Priority: normal
I downloaded the 2.0 snapshot and tried to install it on my windows server but I get this error:
"Warning: require(C:\wamp\www\fluxbb2/modules/utf8/php-utf8.php) [function.require]: failed to open stream: No such file or directory in C:\wamp\www\fluxbb2\install.php on line 29"
History
Username2char 2012-04-16 20:55:20

- Summary changed from Error when installing on windows. to Error when installing 2.0 snapshot..

there is not the modules with it
with git I only had to do :
git clone https://github.com/fluxbb/fluxbb.git
cd fluxbb
git submodule update --init
Username2char 2012-04-17 01:23:44

Now when I try to install it I get this:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1 near "(": syntax error' in /var/www/fluxbb2/modules/database/src/Database/Adapter.php:384 Stack trace: #0 /var/www/fluxbb2/modules/database/src/Database/Adapter.php(384): PDO->exec('CREATE INDEX fl...') #1 /var/www/fluxbb2/modules/database/src/Database/Adapter/SQLite.php(316): fluxbb\database\Adapter->exec('CREATE INDEX fl...') #2 /var/www/fluxbb2/modules/database/src/Database/Query.php(749): fluxbb\database\adapter\SQLite->runAddIndex(Object(fluxbb\database\query\AddIndex)) #3 /var/www/fluxbb2/modules/database/src/Database/Query.php(128): fluxbb\database\query\AddIndex->_run(Array) #4 /var/www/fluxbb2/modules/database/src/Database/Adapter/SQLite.php(137): fluxbb\database\query\Query->run() #5 /var/www/fluxbb2/modules/database/src/Database/Query.php(628): fluxbb\database\adapter\SQLite->runCreateTable(Object(fluxbb\database\query\CreateTable)) #6 /var/www/fluxbb2/modules/database/src/Database/Query.php(128): fluxbb\database\quer in /var/www/fluxbb2/modules/database/src/Database/Adapter.php on line 384
Franz 2012-05-09 17:36:26

- Component set to database.
- Milestone set to 2.0-alpha1.
- Owner set to Franz.
Franz 2012-05-10 17:26:10

- Status changed from open to fixed.
Thanks for the report, and sorry for the long time it took to react to this.
I just successfully installed a 2.0 snapshot with SQLite.