How long should generating schemes take?
ISchier770 - May 18, 2009 - 21:30
| Project: | Color.module: Next generation |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
BS"D
I have installed the ng.color module to use with Nista theme and so far I am waiting 1/2 hour for it to generate schemes! The bar is still moving so I assume it is active and not frozen.
How long should the process take?
Thanks!

#1
No, it definitely should not take 30 minutes. More like 15 seconds.
Any screenshots? Error log files?
Do you have php5-gd installed? Nista will generate images. Can you see if generated schemes for a theme like cleanstate works?
I'm changing the priority unless you can make this reproducible. If you give me more information I can still help.
#2
I've seen the same behavior, with thousands of directories and files being created in sites/domain/files/color. I'm just getting started trying to use the color_soc module.
Here are my steps:
<?phpfunction zenland_color() {
include_once './' . drupal_get_path('theme', 'zenland') . '/color/color.inc';
return $info;
}
?>
I had a large number of two particular errors in my log:
In addition, I had two other errors at the top of the log:
If I had to guess, I'd guess that the page that says hook_color() can return an array identical to that returned by color.inc isn't quite correct.
#3
using cleanstate it's forever to Generating schemes on my local machine, but fine on webhosting. Alhtough on local, everything is just normal...not that slow. any settings should done on local machine?
btw, when looking at the browser status ... the keep changing .., completed 240 of 241 items, then 241 of 242 items ..and keep runnings ... does not look right here.