Closed (fixed)
Project:
IPBridge
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2011 at 17:56 UTC
Updated:
16 Oct 2012 at 21:09 UTC
Perhaps a very simple question I should already know the answer for. I have my Drupal site and IPB forum site on two different domains/hosts.
I have entered the IPB details into the Drupal Settings, but where do I enter the URL of the IPB site?
Comments
Comment #1
stefan vaduva commentedYou don't need to specify the path to IPB. Drupal only cares where the data is stored so that he can check if the user/pass you provide are in the IPB database. Just make sure that your Drupal host can access MySQL on the IPB host.
Comment #2
AshleyF73 commentedThanks Stefan. I have all the database info entered on the Drupal settings, I entered localhost for the IPB part, but I am not getting users recognised?
Comment #3
stefan vaduva commentedIn your setup (2 different hosts) you need to replace localhost for IPB with the IP address of the mysql server that is used by IPB (and you also need to make sure that the server is listening on that IP address). You will have something like this in your settings.php:
Comment #4
stefan vaduva commented