Closed (fixed)
Project:
Advanced CSS/JS Aggregation
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2012 at 16:47 UTC
Updated:
15 Apr 2012 at 18:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedThe advagg_bundles table is part of the schema defined in advagg_schema(). I'm trying to think of how something like this could happen, and I can't think of any way this could happen (from a code perspective). Did you accidentally remove this table by hand?
My suggestion is to uninstall and reinstall the module; this will re-run the advagg_schema hook re-creating the database tables.
Comment #2
eule commentedhi mikeytown2
no i dont remove any by hand...and i dont see any db update via update.php
i try a cron yet again and the bugs shows me up...i will reinstall it or you have something to debug..i will try
cheers
Comment #3
Plus commentedadvagg.module line 325:
FROM advagg_bundles
must be:
FROM {advagg_bundles}
Comment #4
eule commentedthanks Plus ..it works -status fixed
Comment #5
mikeytown2 commentedSorry about me being blind. Patch attached has been committed.
Comment #6
eule commentedi love your work!..soo you don´t have to say "sorry" ;)