Fork me on GitHub

Error report settings in RC2  Bottom

  • I'm trying to turn on the highest level of error reporting in the settings module, but the option is grayed out. It states that "Show all notices, warnings and errors - only available on development systems".

    Where is the switch to make this a development system? I couldn't find anything on any of the settings pages nor in the config.php file. I like to have this option on when I develop my modules. RC1 didn't have this restriction.

    --
    cyber_wolf
    www.bkbsolutions.com - My Zikula module development site.
  • in config/config.php there is the line
    $PNConfig['System']['development'] = 1; // should be set to 0/false when cutting a release for production use
    it's the one you are looking for, isn't it?

    --
    Zikula Italia
    SimpleGallery
  • That did it. I didn't see that when I checked the config.php file for this.

    Thanks.

    --
    cyber_wolf
    www.bkbsolutions.com - My Zikula module development site.
  • 0 users

This list is based on users active over the last 60 minutes.