Donate Share

Reece Calendar

Subscribe

Your Database version must be at least 4.1.1

  1. 2009-09-21 18:39:01 UTC

    I am using the latest version of Xampp with has MySQL 5.1.37, PHP 5.3.0 and after following the installation instructions exactly. The SQL tables were created, permissions checked out, verified versions of everything, and double checked the changed .

    http://localhost/cal/index.php - Message: "Your Database version must be at least 4.1.1 Aborting Calendar Script"

    What am I missing?

    Thanks! :)

  2. 2009-09-21 19:04:50 UTC

    That's weird...

    I get the version of SQL server by a function in /databases/mysql.php called sql_version():

    http://reececalendar.svn.sourceforge.net/viewvc/reececalendar/branches/Version%200.9/databases/mysql.php?revision=1&view=markup

    I essentially just use the mysqlgetserver_info() php function, and parse the results from that to find the version.

    You can run that manually in a php script to see what it's returning and why the function mentioned above is not parsing it correctly.... I'd be interested to know what it's returning for your site.

    If you don't care and just want it fixed, you can remove the version check from the top of the /index.php file.

    -Reece

  3. 2009-09-21 19:06:23 UTC

    Ahem, that's the "mysql_get_server_info()" function.... stupid markdown.

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.