FAQ Installation / #3668

Further help on installing streber

More on requirements

  • the user you have used to access the MySQL database have set host to localhost, not only to % (read more at www.streber-pm.org/phpBB2/viewtopic.php?t=158)
  • from version .048 you can use mysql or mysqli extension to connect to all Mysql versions (require extension correctly running on your server)

Known issues

  • When upgrading to v0.0800 from previous versions, the user may be prompted with an error that says "could not get propper db-version table entry. Please view Installation Guide on hints how to proceed." A potential fix is available.


4 Comments

guest

May 27, 2008
Not worth it
Query error: INSERT into streb_db (id,version,version_streber_required,created) VALUES(1,'0.0803','0.0803',NOW() )

Clean install using latest version of XAMPP and this thing kept giving a SQL error. I've installed CMS's and other help desk tools without error - the install for this thing is too much.

I'll check back in a couple months to see if the kinks have been worked out.

cody-somerville

May 28, 2008
View comment
Please file a bug report otherwise there is nothing we can do about your issue. Be sure to include information such what OS you are using, what database you are using (including version), and the full SQL error.

guest

Jun 21, 2008
Same installation problem to me ...
Query error: INSERT into streber_db (id,version,version_streber_required,created) VALUES(1,'0.0803','0.0803',NOW() )

Installation failed

This is with me when local installing on Windows XP SP2 and Mysql 5.0, PHP Version 5.1.4

Obviously the installation process is a little bit confused by itself - it starts that the database tables will ever be created without prefix: but changing the table manually doesn't help ... :-(

Happy projects : Michael

dekamerone

Jun 23, 2008
Solution: do not use Database table prefixes for new installations
It' just the bug mentioned at another location, that it's not possible to use Database table prefixes when doing a new install. This is true with current download release of StreberPM.

Happy projects : Michael


 

Comment / Update