saulhoward / haddock-cms

Automatically exported from code.google.com/p/haddock-cms
0 stars 0 forks source link

Debug constants .INC file not found in bin-runner.php #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. You create a new project (or check out an existing one).
2. You try to create the CLI wrapper scripts for this instance (or any 
other script that uses bin-runner.php.

What is the expected output? What do you see instead?

The script should run without complaint. However, the script cannot find 
the debug constants include file.

This file used to be in the public-html module. That module has been moved 
to the plug-ins directory. As this file is essential to the whole project, 
it should be in the core, in the code-analysis module.

Original issue reported on code.google.com by robert.i...@gmail.com on 6 Nov 2008 at 3:53

GoogleCodeExporter commented 8 years ago
I've moved the define-debug-constants to the code-analysis core module.

I've  updated the bin-runner.php script and the code that generates the script 
object
runners but haven't updated the code in the index.php file in the Public HTML 
plug-in
yet.

Original comment by robert.i...@gmail.com on 18 Dec 2008 at 1:39