Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2009 at 03:21 UTC
Updated:
31 Oct 2012 at 04:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
chx commentedBetter error message should come from #361833: Check required database version during installation. However, you should note that PostgreSQL 8.0 is not supported so you should not be able to get this far.
Comment #3
burningdog commentedDrupal doesn't install on MySQL versions prior to 5 - there should be a check for this too.
Comment #4
berdirOk, attaching a first patch...
- Note that the error messages are only displayed with the patch at #807396: Remove old error handling from theme_update_page() applied
- Every driver can now specify the required version and if set, DatabaseTasks will automatically check it.
- I wasn't sure what to put there for SQlite, I couldn't find anything on http://drupal.org/requirements
- We can only check the version when we have an open connection to the database, so we can only check it when the user has already entered the database information.
Comment #5
retester2010 commented#4: database_version_check.patch queued for re-testing.
Comment #7
superspring commentedLooking in includes/install.inc I can see a few functions which look very similar to this
- an abstract minimumVersion for each engine to overwrite
- a function named checkEngineVersion which checks against the given minimum version
devtrash is this bug still valid?