Call to a member function tableHelp() in Drupal plugin
Database management in a single PHP file
Brought to you by:
jakubvrana
When using the Drupal plugin, when I click a table to show the structure of it, I get this error insted of the table design:
Fatal error: Call to a member function tableHelp() on a non-object in /home/mysouthland/public_html/x.churchrenewal.com/sites/all/modules/adminer/adminer/adminer-4.6.1-mysql-en.php on line 420
I'm using the latest Adminer and Drupal. It's being hosted on GoDaddy.
Global variable
$driveris minified to$jwhich may collide with something in Drupal. Please try to use the non-minified version (comment line 415 incompile.phpand run it) and see if something changes.Also try running vanilla Adminer and see if the error reproduces. Otherwise report the error to the Drupal plugin maintainer.