Ticket #176 (closed defect: fixed)
Unable to leave comments in revision 550
| Reported by: | Eric | Owned by: | mike |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Trying to leave a comment on a picture in revision 550 produces the following error:
Warning: require_once(plog-load-config.php) [function.require-once]: failed to open stream: No such file or directory in /storage/mijndomein/users/043885/public/sites/www.asrhors.nl/plogger/plog-includes/plog-comment.php on line 3
At the moment, line 3 in plog-comment.php reads:
require_once("plog-load_config.php");
This should probably be:
require_once(PLOGGER_DIR."plog-load-config.php");
...although in other places a construction using dirname(__FILE__) is used.
Change History
Note: See
TracTickets for help on using
tickets.
