FoolCode / FoOlSlide

[NO LONGER MAINTAINED] Online Comics Publishing Software for Authors and Teams
http://foolcode.github.com/FoOlSlide/
Other
115 stars 64 forks source link

Can't install #69

Open LightDestory opened 7 years ago

LightDestory commented 7 years ago

Whatever I try to install Foolslide, after clicking on on install's button I get a white page. Refreshing I get Database Error 1146. I am using MySQL 5.6 on hosting service "altervista"

oohnoitz commented 7 years ago

Would need more information, but it's possible that this might be related to #63.

Albirew commented 7 years ago

That may be because mysql_connect() has been removed from php7. Try to open config.php and specify $db['default']['dbdriver'] = 'mysqli'; instead of mysql

LightDestory commented 7 years ago

So: I am using PHP5.6 and I am unable to disable strict mode: the hosting provider (its free) doesn't give you all rights. I somehow did a workaround using FoolReader, it is very old and featureless but it works without DB. Until I find a way to fix install I am stuck with foolreader