CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 2.2 Release Testing »
  • UpdateMembershipRecord.php script in a Drupal installation: table users' doesn't
Pages: [1]

Author Topic: UpdateMembershipRecord.php script in a Drupal installation: table users' doesn't  (Read 1665 times)

businessbroker

  • Guest
UpdateMembershipRecord.php script in a Drupal installation: table users' doesn't
March 11, 2009, 10:03:26 am
I'm on bluehost.com and when I launch my browser line:
http://<drupal_root>/sites/all/modules/civicrm/bin/UpdateMembershipRecord.php?name=<username>&pass=<password>&key=<sitekey>
I get this error:
Code: [Select]

unrecoverable error
    Sorry. A non-recoverable error has occurred.

    DB Error: no such table

    Database Error Code: Table 'civicrmdbname.users' doesn't exist, 1146

    Return to home page.

Error Details:

Array
(
    [callback] => Array
        (
            [0] => CRM_Core_Error
            [1] => handle
        )

    [code] => -18
    [message] => DB Error: no such table
    [mode] => 16
    [debug_info] => SELECT u.* FROM users u WHERE LOWER(u.name) = 'admin' AND u.pass = '8ab8ii15d84afab5aoo6709e6hy184jto' AND u.status = 1 [nativecode=1146 ** Table 'civicrmdbname.users' doesn't exist]
    [type] => DB_Error
    [user_info] => SELECT u.* FROM users u WHERE LOWER(u.name) = 'admin' AND u.pass = '8ab8ii15d84afab5aoo6709e6hy184jto' AND u.status = 1 [nativecode=1146 ** Table 'civicrmdbname.users' doesn't exist]
    [to_string] => [db_error: message="DB Error: no such table" code=-18 mode=callback callback=CRM_Core_Error::handle prefix="" info="SELECT u.* FROM users u WHERE LOWER(u.name) = 'admin' AND u.pass = '8ab8ii15d84afab5aoo6709e6hy184jto' AND u.status = 1 [nativecode=1146 ** Table 'civicrmdbname.users' doesn't exist]"]
)

Setting of my 2 dbs are ok, for civicrm 2.2 beta 4 and drupal 6.10, at this moment is enabled only the main module of drupal.
Maybe I'll skip the problem if installing all drupal and civicrm in one big mysql db?[/code]

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 2.2 Release Testing »
  • UpdateMembershipRecord.php script in a Drupal installation: table users' doesn't

This forum was archived on 2017-11-26.