I have deleted an old module tablemanager.
I dit it year or two ago.

Now I upgraded my site en want to run cron.php by hand.
I get a error message.

Fatal error: Call to undefined function tablemanager_display() in /home/elsenga/public_html/web/includes/common.inc(1654) : eval()'d code on line 1
How can i remove this the cron aborted and I want to make an xml thefore i need to run cron.

Somebody nows the sollution?

MVG Kees

Fatal error: Call to undefined function tablemanager_display() in /home/elsenga/public_html/web/includes/common.inc(1654) : eval()'d code on line

Comments

mysty’s picture

I had the same issue after an upgrade from d5 to d6. I think I had turned off the module in the d5 version ages ago.

Anyway, to fix this, I installed the d6 (dev) version of http://drupal.org/project/tablemanager and enabled it, and then disabled it. This then enabled the Table Manager checkbox in admin/build/modules/uninstall - which wasn't there until the above step.

So enabled the checkbox, and this dropped the database entries that were no longer required for Table Manager, and cron completed without errors.