Hi
I have a problem with the SSI Plugin.
I'm on a Joomla! 2.5.7 environment with a JMS Multisites 1.3 FULL Component. A Master Database sharing users and some other tables (not the whole DB) with a cloned site.
I installed the plugin on both the Master site and the Slave sites.
Master URL is:
(https) domain.com
Subdomain URL is:
(https) store.domain.com
I've noticed that In both backends plugin configurations, the available domain on the list to apply the actions is the same: store.domain.com. In the video tutorial I observed that even the master domain is available on all lists of each site (there are 3 on the video example). So I add manually the Master domain.com on the additional list (of the subdomain's plugin configuration on it's respective Back end).
Thing is that I have users, session and so on, shared correctly, as the tables show under the Tools section of the JMS Multisites 1.3. If I log-in on the Front-end of the Master site, I don't show up as logged-in on the Front-end of the subdomain's site.
The strange thing is that on the Back-end of both sites I can see that I have this info on the number of Administrators logged-in:
2 Administrators. On both Back-ends though, the single user logged-in on the Master (from Master's Front-end) is detected (and counted as one).
If I try a manual log-in on the subdomain's Front-end with the same user account that is already logged in on the Master site, the log-in procedure works all right and the stats now are updated to show that 2 users on the Front-end are connected and 2 Administrators are connected. Even though, in fact, they are all the same user.
Also happens that if I log-out from the subdomain, it also logs me out from the Master. This happens even with the plugin disabled!!
I've checked the Secret word for encryption and is the same on both Master configuration.php and Subdomain configuration.php.
Log-in on the Front-end of the Master site, results in no scripts for loggin on the subdomain when checking it's source code and no errors on it's console
Log-in on the Front-end of the Subdomain site, results in a script for log-in on the Master site and returns this response from the server when I use the browser's error console:
Code: |
https://domain.com/plugins/system/multisites_ssidomains/multisites_ssidomains/login.php?d=.MmYhsDTsdEGZiRzYmRDMmZjZ1MTM4ITNjRGZ0IWO2E2Y9UGdpN3I&cs=..wcHBXkeVWUkhmZvUmY
|
Failed to load resource: the server responded with a status of 403 (Forbidden)
I don't know where to go from here and is messing my head. I'm a bit desperate trying every combination for the plugin setup.
Thanks