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) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Not finding user table in database
Pages: [1]

Author Topic: Not finding user table in database  (Read 1508 times)

triplehenry

  • Guest
Not finding user table in database
December 13, 2007, 04:57:18 pm
I have two databases total; one for drupal (_drpl1) and one for civicrm (_drpl2).  It has worked fine until I tried using Civimail.  When I tried to run the soap script, there is an error message that says it cannot find the "users" table in _drpl2. The reason for this is because the "users" table is in _drpl1 of course.  Any suggestions?  Thanks.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Not finding user table in database
December 13, 2007, 06:55:41 pm
Make sure you have set "CIVICRM_UF_USERSTABLENAME" correctly in civicrm.settings.php file.

HTH

kurund
Found this reply helpful? Support CiviCRM

triplehenry

  • Guest
Re: Not finding user table in database
December 14, 2007, 03:04:42 pm
I have the following in civicrm.settings.php:

define( 'CIVICRM_UF_USERSTABLENAME', 'users' );

I suspect that that is incorrect.  How should I set it so that it pulls this table from my other database?

Thanks.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Not finding user table in database
December 14, 2007, 06:56:48 pm
Your UF dsn should point to your drupal database. Please check that.

kurund
Found this reply helpful? Support CiviCRM

triplehenry

  • Guest
Re: Not finding user table in database
December 17, 2007, 12:41:15 am
Thanks Kurund, it appears to work now.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Not finding user table in database

This forum was archived on 2017-11-26.