Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

dashboard import error mysql_connect

I am getting an error when trying to access / dashboard / import

/applications/dashboard/models/class.importmodel.php

1285: // We've got to use the mysql_* functions because PDO doesn't support load data local infile well.
1286: $dblink = mysql_connect(c('Database.Host'), c('Database.User'), c('Database.Password'), false, 128);
1287: mysql_select_db(c('Database.Name'), $dblink);

Comments

Sign In or Register to comment.