rg1024 fixed this
** Changed in: aikiframework
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/875099
Title:
Installer.php use MySQL instead of ezSQL
Status in Aiki Framework:
Fix Released
Bug description:
Code from installer.php
$conn = @mysql_connect($_POST['db_host'], $_POST['db_user'],
$_POST['db_pass']) or die ('Error connecting to mysql');
$select_db = @mysql_select_db($_POST['db_name']);
it should use ezSQL so it can run with any SQL database.
To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/875099/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help : https://help.launchpad.net/ListHelp