esotalk / esoTalk

Fat-free forum software.
GNU General Public License v2.0
1.47k stars 239 forks source link

mysql error #473

Closed deveshruttala closed 1 year ago

deveshruttala commented 4 years ago

I have downloaded and ran the file index.php but received an error saying
123

what to do with this error I am a learner in this field so please clarify this problem to me and please tell me a method to solve this issue

esyede commented 4 years ago

Just change this line https://github.com/esotalk/esoTalk/blob/a8a9c0b4782777d81a6802a4da0cf55494b9817c/core/controllers/ETInstallController.class.php#L301

into this:

if (!extension_loaded("mysqli")) $errors[] = T("message.greaterMySQLVersionRequired"); 

Or just comment that line