Welcome Guest, Not a member yet? Register   Sign In
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS

[eluser]Phil Sturgeon[/eluser]
It's nothing to do with that. It is failing to populate the settings table with the default data. The empty message being shown is because two setting values are false.

Code:
if(!$this->settings->item('frontend_enabled'))
        {
            $error = $this->settings->item('unavailable_message') ? $this->settings->item('unavailable_message') : lang('cms_fatal_error');
            show_error($error);
        }

            $this->lang->load('main');

main language is being loaded AFTER lang('cms_fatal_error') so the error message is being shown as blank.

I will move that lang loading, but we still need to work out why the hell settings are failing to be populated.

Update: Done. Fixed the crazy MASSIVE SOCIAL BOOKMARKS showing up be default too. I had a settings option that would disable them, but it wasnt checking against it. Ooops.


Messages In This Thread
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS - by El Forum - 08-28-2009, 02:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB