VULAB-44: Basic Config File Cleaning/Management

Metadata

Source
VULAB-44
Type
New Feature
Priority
Minor
Status
Closed
Resolution
Fixed
Assignee
Blake E
Reporter
Blake E
Created
2008-10-10T12:05:24.000-0400
Updated
2014-03-04T09:04:31.146-0500
Versions
  1. 0.5B
Fixed Versions
  1. 0.5B
Component
  1. Web

Description

Clean up the config file as it is mostly phpESP stuff, and start putting in proper VULab configurations.

Also, program a way to manage different hosts easily (local vs. anywhere else) etc.

Attachments

Comments

  • Blake E commented 2008-10-10T12:05:30.000-0400

    vulab3

  • Blake E commented 2008-10-10T12:27:08.000-0400

    I'm currently trying to get the error_reporting properly setup.

    phpESP legacy code has error_reporting completely reporting (notices included) or completely turned off (errors are suppressed)

  • Blake E commented 2008-10-10T12:31:25.000-0400

    I found where the E_ALL option was triggered.

    it was in /admin/inclue/func.inc

    Now, the system will only have the error_reporting set in phpESP.ini.php for entire system.

  • Blake E commented 2008-10-10T12:34:54.000-0400

    please review for commit.

  • Blake E commented 2008-10-10T12:35:31.000-0400

    see attached VULAB-44.patch and comments/worklog for details