Tried to install the table wizard module, when i try try to use the module (content management ==> table wizard) its directing to the site offline page, table wizard relation is working , but there is some issue regarding the table wizard ... Please do look into it. I guess the module is not able to access the database. I checked my database settings they are perfectly fine, checked the module permissions too.

Comments

csurocker’s picture

Status: Active » Needs work
mikeryan’s picture

Status: Needs work » Postponed (maintainer needs more info)

I cannot reproduce this, and no one else has reported it - it would appear to be something about your environment. Is there any more information you can provide?

alphageekboy’s picture

Version: 6.x-1.2 » 6.x-1.3
Priority: Critical » Normal
Status: Postponed (maintainer needs more info) » Needs review
Issue tags: +error, +offline, +Site offline, +tablewizard, +tw

I am running into the same issue as in comment #1 (http://drupal.org/node/829342#comment-3095556).

The only difference is that I've moved my Drupal databases from a beta site to soon to be launched production site. It works fine on the beta site, but no on the production site.

The error actual has to do with the wrong userid for one of my extra databases (civicrm).

The mysqli error was: Access denied for user 'wrong username'@'localhost' (using password: YES). Once, I fixed the user in the settings.php, I was then able to access table wizard as designed.

mikeryan’s picture

Status: Needs review » Postponed (maintainer needs more info)

@csurocker, does the previous comment explain your problem?

csurocker’s picture

Nope actually in my settings.php file i made a change in the db_url. i changed mysqli to mysql and then it started working fine for me. Try this one and see.