Hi Dale,

No problem, though I got this when I clicked on the partially converted Rev stack below:

Not Found
The requested URL /HC/HyperVibes.Rrev was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.41 Server at svpvril.com Port 80

It was the on openStack handler that clued me in to the missing HyperVibes stack.

I trashed your original post and now, for the life of me, I don't remember your exact concern; other than why it wasn't working as wanted.

Joe

On Dec 27, 2008, at 11:01 AM, Dale Pond wrote:

Joe,

Thank you for looking at this. I've uploaded the HyperVibes stacks. The idea behind this stack was it would contain all the scripts to run the entire collection of stacks so there would only be one script to edit when changes were made.
The two stacks are:

Original HC HyperVibes
http://www.svpvril.com/HC/HyperVibes.bin

Partially converted Rev stack
http://www.svpvril.com/HC/HyperVibes.Rrev

Also might be of interest all controlled stacks other than the main HyperVibes stack have this standard script:

-- "Standard" HypVib stack script

on openStack
 global hypVib
 if "HyperVibes" is not in the stacksInUse
 then start using stack "HyperVibes"
 put "true" into hypVib
 pass openStack
end openStack

on resumeStack
 global hypVib
 if "HyperVibes" is not in the stacksInUse
 then start using stack "HyperVibes"
 put "true" into hypVib
 pass resumeStack
end resumeStack


Life, Light, Love & Laughter,
Dale Pond
Sympathetic Vibratory Physics
http://www.svpvril.com/

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to