I can't understand why the file config/general.php will be erased ( except for the row $config['default_lang'] = "en";) when I click on save in admin/configuration page. I don't have to change anything just click on the button save. After that this warning appears: Warning: main(DB_CONFIG_LANG) [function.main]: failed to open stream: No such file or directory in my_domain/admin.php on line 11. If I save from admin/pages everything works fine. It is only from configuration this will happen. Any idea?
» Quick.Cms v1.x
cgan
merci
2007-06-15 16:15
cgan - probably in file config/general.php is missing definition of DB_CONFIG_LANG. You have to add it, or better download Q.C Lite 1.x from download and copy config/general.php file to your site.