saulhoward / haddock-cms

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

./generate-script-object-runners.sh Quits with errors #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Create a new haddock project
2. run /haddock/cli-scripts/bin/generate-script-object-runners.sh
3. It quits with errors:

Fatal error: Class 'CLIScripts_ArgsHelper' not found in
/PROJECT_ROOT/public_html/haddock/cli-scripts/bin/bin-runner.php on line 106

This isn't the only error I've seen, but usually running the script a
couple of times will force it to work, but this error just keeps coming up
no matter how many times I run.

Also, sometimes this script has worked (usually in fact). I don't know why
sometimes it works and sometimes not.

Original issue reported on code.google.com by saulhow...@gmail.com on 19 Oct 2008 at 2:31

GoogleCodeExporter commented 8 years ago
Have you tried deleting the autoload file?

Original comment by robert.i...@gmail.com on 19 Oct 2008 at 3:03

GoogleCodeExporter commented 8 years ago
Confirmed that deleting or moving the autoload file in:

project-specific/haddock-project-organisation/autoload.inc.php

stops /haddock/cli-scripts/bin/generate-script-object-runners.sh from quitting 
with
errors

Original comment by saulhow...@gmail.com on 10 Jun 2009 at 11:55