PHP Fatal error: Function name must be a string in C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\sites\\all\\modules\\woopra\\woopra.install on line 5, referer: http://tsl.upatras.gr/admin/build/modules/uninstall/confirm
Unless you fix this, we cannot unistall the module.
Comments
Comment #1
agrigor1 commentedChange the query in woopra.install to :
db_query("DELETE FROM {variable} WHERE name LIKE 'woopra\_%'");
so that it may work in php5
Comment #2
tomdeb commentedFixed in CVS.
Comment #3
tomdeb commented