hi
i try the last dev..but without success. i become the following erros..i also run update but nothing was making

# user warning: Table 'db290xxx.advagg_bundles' doesn't exist query: SELECT COUNT(*) FROM (SELECT bundle_md5 FROM advagg_bundles GROUP BY bundle_md5) as temp in ./advagg/advagg.admin.inc on line 112.
# user warning: Table 'db290xxx.advagg_bundles' doesn't exist query: SELECT COUNT(*) FROM (SELECT bundle_md5 FROM advagg_bundles GROUP BY bundle_md5) as temp in ./advagg/advagg.admin.inc on line 346.
# warning: Division by zero in ./advagg/advagg.admin.inc on line 375.
# warning: Division by zero in ./advagg/advagg.admin.inc on line 375.
# warning: Division by zero in ./advagg/advagg.admin.inc on line 375.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Status: Active » Postponed (maintainer needs more info)

How did you enable the module? Inside advagg_install I create the database tables.

mikeytown2’s picture

Status: Postponed (maintainer needs more info) » Active

I see the bug... standby

mikeytown2’s picture

Status: Active » Fixed
FileSize
1.48 KB

committed this patch

eule’s picture

Status: Fixed » Active

Hi mikeytown2

i put the fix in 2 del and +2 but on update no db table generation

i go to Increment and rebuild aggregated files

msg: Processed 0 batch operations out of 1.
7207683c2061f1616ab2212a9aa291cb Created ..he created files but Processed 0 batch operations out of 1.

An error occurred while processing advagg_admin_rebuild_bundles with arguments: Array ( [0] => 1 ) 

here is the first error i found it after ./admin/reports/dblog?page=2709
Ortsangabe ./batch?id=180&op=do
Referrer ./batch?op=start&id=180
Nachricht Table 'db290xxx.advagg_bundles' doesn't exist query: SELECT COUNT(*) FROM (SELECT pre_bundle_md5 FROM advagg_bundles GROUP BY bundle_md5) as temp in ./advagg/advagg.admin.inc in Zeile 347.

SySLog 2708 pages with:
Nachricht Division by zero in ./advagg/advagg.admin.inc in Zeile 376.

Ortsangabe: ./batch?id=182&op=do
Referrer: ./batch?op=start&id=182
Nachricht Division by zero in ./advagg/advagg.admin.inc in Zeile 375.

mikeytown2’s picture

Status: Active » Fixed
FileSize
981 bytes

thanks for catching that!

Should be fixed with this patch that has been committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.