Ticket #80 (closed defect: fixed)
Plogger report to be installed after unpack
| Reported by: | alarm | Owned by: | mike |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Install | Version: | 1.0b2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
After unpacking zip file, plogger report itselt to be installed if _install.php script is accessed. After deleting plog-config.php file, install was ok.
Change History
comment:2 Changed 5 years ago by anonymous
It currently checks to see if the config file has anything in it. What it should do is check if the variables are set and query the db. Test for connectivity, then if fields exist (maybe match a version option in the db) say its installed, if the db is empty, continue the installer skipping the part that writes files to the config file.
Note: See
TracTickets for help on using
tickets.

Plog-config should be empty when installing? I noticed that running _install.php will put the necessary data into that file. When putting it in manually before install, Plogger will tell you that you've already installed the program (which isn't the case...)