sruupl / batflat

Lightweight, fast and easy CMS for free. Bootstrap ready. https://batflat.org
MIT License
135 stars 54 forks source link

No text in Admin Menu #78

Closed leookny closed 4 years ago

leookny commented 4 years ago

Hey, I just installed the version and I have no labels or text in the admin menu. So I enabled dev mode and this is what I got

Warning: parse_ini_file() has been disabled for security reasons in /var/webs/www.tinails.ch/public_html/inc/core/Admin.php on line 89

Warning: parse_ini_file() has been disabled for security reasons in /var/webs/www.tinails.ch/public_html/inc/core/Admin.php on line 89

Warning: array_merge(): Argument #1 is not an array in /var/webs/www.tinails.ch/public_html/inc/core/Admin.php on line 89

Line 89 seems to be related to the language files. How can I fix it ? Thank you so much

michu2k commented 4 years ago

Hi @leookny This means your hosting company or server administrator has disabled parse_ini_file() function. You should write to your hosting company how to enable this function.