I am having the same issue.
Sorry for this mistake, trouble with the SVN.
I have create a new tag with all files. Hope now, that it works fine.
Thanks for your prompt reply Frank.
The issue with firebird.inc.php is now cured, but when I try to drop a table I get:
Invalid arguments passed in ……/wp-content/plugins/adminer/inc/adminer/drivers/mysql.inc.php on line 731
Syntax error near ” at line 1
So we are less broken than before, but still broken.
Also at the foot of the start page I get in red:
Events
Access denied for user ‘……’@’localhost’ to database ‘……’
Which doesn’t seem to affect anything, but should not be there.
Going back to 1.3.2 again …
[Pastes edited to remove users, dirs, and db names]
I can’t retrace this problem, works always fine on my tests.
Do you have reinstall the last version? The Access data, user, password etc. was right?
Yes to latest version.
Yes to access data.
You cannot of course get to *any* adminer screen unless the wordpress db access data is right, which it has to be since you cannot have wordpress without it.
Links to screenshots:
The first is at the “home” adminer page, before any accesses or changes, and shows a minor error event that seems to be harmless –
http://s24.postimg.org/n7ef13bp1/Screenshot1.png
The second is trying to “drop” a table, by selecting it and choosing “drop” button –
http://s2.postimg.org/cgafo0e2h/Screenshot2.png
Something is still broken. Very broken. The table is not “dropped” and a syntax error is generated. This does not happen with 1.3.2, and I am staying with 1.3.2.
Further info, in 1.4.2 clicking the “SQL command” link shows
DROP TABLE ;
in other words the selected table names are not being passed to the function “drop_tables” in mysql.inc.php, in the $tables var presumably.
For 1.3.2 the “SQL command” link shows
DROP TABLE ‘fred’ ;
as it should.
Let me make one thing absolutely clear here. I am not doing any more debugging for you on any live systems. The 1.4.2 (and 1.4.1) plugin is clearly not fit for production use, and as it stands can only be considered as potentially harmful.
Drop table will fixed in the next version. It is a mistake in the table check function.