Running update.php results in the following error:
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://example.com/update.php?id=20&op=do StatusText: OK ResponseText: Fatal error: Call to undefined function update_sql() in /.../sites/all/modules/tagadelic/tagadelic.install on line 16
It's caused by this intent to clear the cache:
update_sql("DELETE FROM {cache} WHERE cid LIKE 'tagadelic_cache_%'");
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1225326-tagadelic-undefined-function-update_sql.patch | 549 bytes | benjaminbradley |
Comments
Comment #1
Bèr Kessels commentedComment #2
Bèr Kessels commentedComment #3
Bèr Kessels commentedPlease open a pull request on github if you still want this feature.
Comment #4
benjaminbradley commentedI encountered this issue because tagcanvas module requires tagadelic-7.x-1.x
Here is a patch to fix it.
Comment #5
astonvictor commentedD7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.