| Hi Everyone, Probably ill have somethat that people can answer with a URL (but searching for login problems and other similar keywords resulted in either nothing or almost the whole forum. I have: - Joomla (Joomla! 1.0.15 Stable) - Community builder (1.1) - SMF (1.1.5) - SMF bridge (2.0.2) After installation everything seemed to work. I was logged in as admin and I could administer the board, create topics posts etc. The system all worked, at least so I thought. Then when I logged out of joomla and logged back in with a test user account. I noticed that joomla logged me in properly, but that SMF was still seiing me as my admin account. Logging out using the logout button of SMF caused bigger problems. Now when I login to joomla and click the forum link i get logged out. Also if I click the joomla component in the admin area, the session times out immediately. I can log back in to the admin panel and check but this is hinky now. The front end of the forum wont let me in any way (not even as admin anymore). The register option takes me to the CB registration form, and the user database is in sync (at least so the bridge tells me). I enabled debugging and came up with the stuff below (sorry for the code). Anyone with some advice? Code: DEBUG SEARCH: http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=register REPLACE: http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_comprofiler&task=registers STATUS: Found and replaced SEARCH: http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=reminder REPLACE: http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_comprofiler&task=lostPassword STATUS: Found and replaced SEARCH: var smf_scripturl = "http://eve.hetisallemaaljouwschuld.com/smf/index.php"; REPLACE: var smf_scripturl = "http://eve.hetisallemaaljouwschuld.com/smf/index.php";var jsmf_scripturl = "http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_smf&Itemid=59&";var jsmf_quoteurl = "http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_smf&Itemid=59&"; STATUS: Not found in buffer SEARCH: option value="?board= REPLACE: option value="board= STATUS: Not found in buffer SEARCH: smf_scripturl + this.options[this.selectedIndex].value.substr(smf_scripturl.indexOf REPLACE: jsmf_scripturl + this.options[this.selectedIndex].value.substr(jsmf_scripturl.indexOf STATUS: Not found in buffer SEARCH: 'http://eve.hetisallemaaljouwschuld.com/smf/index.php' + this.form.jumpto.options REPLACE: jsmf_scripturl + this.form.jumpto.options STATUS: Not found in buffer SEARCH: <input type="hidden" name="hash_passwrd" value="" /> REPLACE: <input type="hidden" name="hash_passwrd" value="" /><input type="hidden" name="passwd" value="" /> STATUS: Found and replaced SEARCH: this.passwd.value = this.passwrd.value; this.passwd.value = this.passwrd.value; this.passwd.value = this.passwrd.value; hashLoginPassword(this); REPLACE: this.passwd.value = this.passwrd.value; this.passwd.value = this.passwrd.value; this.passwd.value = this.passwrd.value; this.passwd.value = this.passwrd.value; hashLoginPassword(this); STATUS: Not found in buffer SEARCH: form action="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=login2" REPLACE: form action="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_smf&Itemid=59&action=login2" STATUS: Found and replaced SEARCH: form action="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=search2" REPLACE: form action="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_smf&Itemid=59&action=search2" STATUS: Found and replaced SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=help" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_smf&Itemid=59&action=help" STATUS: Found and replaced SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=search" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_smf&Itemid=59&action=search" STATUS: Found and replaced SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_smf&Itemid=59&" STATUS: Found and replaced SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?type=rss;action=.xml" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_smf&Itemid=59&type=rss;action=.xml" STATUS: Not found in buffer SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=login" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_smf&Itemid=59&action=login" STATUS: Found and replaced SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=search;advanced" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_smf&Itemid=59&action=search;advanced" STATUS: Found and replaced SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=stats" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_smf&Itemid=59&action=stats" STATUS: Found and replaced SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=profile;u=27" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_comprofiler&task=userProfile&user=88" STATUS: Found and replaced SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=recent" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_smf&Itemid=59&action=recent" STATUS: Found and replaced SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=profile;u=1" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_comprofiler&task=userProfile&user=62" STATUS: Not found in buffer SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=profile;u=2" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_comprofiler&task=userProfile&user=63" STATUS: Not found in buffer SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=profile;u=3" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_comprofiler&task=userProfile&user=64" STATUS: Not found in buffer SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=profile;u=4" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_comprofiler&task=userProfile&user=65" STATUS: Not found in buffer SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=profile;u=5" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_comprofiler&task=userProfile&user=66" STATUS: Not found in buffer SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=profile;u=6" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_comprofiler&task=userProfile&user=67" STATUS: Not found in buffer SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=profile;u=7" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_comprofiler&task=userProfile&user=68" STATUS: Not found in buffer SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=profile;u=8" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_comprofiler&task=userProfile&user=69" STATUS: Not found in buffer SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=profile;u=9" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_comprofiler&task=userProfile&user=70" STATUS: Not found in buffer SEARCH: href="http://eve.hetisallemaaljouwschuld.com/smf/index.php?action=profile;u=10" REPLACE: href="http://eve.hetisallemaaljouwschuld.com/website/index.php?option=com_comprofiler&task=userProfile&user=71" STATUS: Not found in buffer time index ex time % elapsed % Start 1216738161.09172700 - 0.00% - 0.00% Link Replace from cache Start 1216738161.09357600 0.001849 6.67% 0.001849 6.67% Link Replace from cache End 1216738161.11157200 0.017996 64.89% 0.019845 71.56% Link Replace Start 1216738161.11168500 0.000113 0.41% 0.019958 71.97% Link Replace End 1216738161.11274300 0.001058 3.82% 0.021016 75.78% Stop 1216738161.11945900 0.006716 24.22% 0.027732 100.00% total - 0.027732 100.00% - - |
Forum 





Author



Logged








