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

agrigor1’s picture

Change the query in woopra.install to :

db_query("DELETE FROM {variable} WHERE name LIKE 'woopra\_%'");

so that it may work in php5

tomdeb’s picture

Status: Active » Fixed

Fixed in CVS.

tomdeb’s picture

Status: Fixed » Closed (fixed)