Plugin control panel points to index.php.

17 years 8 months ago #19198 by radio
Hi I cannot get the PHPBB plugin connector control panel to work, It just points to the index.php file! It has nothing to do with my host either i dont think. I also noticed that its a bug which somebody else has reported here developer.joomla.org/sf/go/artf4949?nav=1

but the bug does not seem to have been resolved!

Interested in improving Joomla as a social networking platform? If yes join joomlaplazza.com

Please Log in to join the conversation.

17 years 8 months ago #19199 by radio
I have also tried www.mysite.com/components/com_comprofiler/plugin/user/plug_phpbbconnector/phpbbgui.php

It just points me to my joomla administrator login page!

Interested in improving Joomla as a social networking platform? If yes join joomlaplazza.com

Please Log in to join the conversation.

17 years 8 months ago #19232 by geeffland
Replied by geeffland on topic Re:Plugin control panel points to index.php.
This happens on some sites and not others... A few releases back in Joomla they changed the method of Admin access. The newer version in Alpha (CB Connector) has been updated for this change.

On some sites you can login to the admin page as shown when clicking on the link... close the window... then re-click on the control panel link and it opens (atleast 1 case this has not worked though)... Do not currently have a back ported fix for v 1.0.2... was hoping to get enough time to finish off the v 2.0.0 so 1.0.2 would not be needed...

Greg

CB3PD Developer - CB Connector (formerly phpBB Connector) plugin

Please Log in to join the conversation.

17 years 8 months ago #19251 by radio
ok i got it working, i reinstalled phpbb and the plugin and somehow this fixed it.

Post edited by: radio, at: 2006/08/21 02:28

Interested in improving Joomla as a social networking platform? If yes join joomlaplazza.com

Please Log in to join the conversation.

17 years 7 months ago #20712 by Ickmund
Replied by Ickmund on topic Re:Plugin control panel points to index.php.
Also ran into this problem. Worked fine at first on my dev-site, so I installed it on a live site as well. Tried reinstalling the plugin as well as poke around in different ways that geeffland suggested, without results.

Ended up just commenting out rows 64 through 83 temporarily, merged my users and now it works just fine!

Kudos on a fine plugin geeffland! Looking forward to v2!

Comment out this if you have problems:
[code:1] // check against db record of session
if ( $session_id == md5( $my->id . $my->username . $my->usertype . $logintime ) ) {
$query = "SELECT *"
. "\n FROM #__session"
. "\n WHERE session_id = '$session_id'"
. "\n AND username = " . $database->Quote( $my->username )
. "\n AND userid = " . intval( $my->id )
;
$database->setQuery( $query );
if (!$result = $database->query()) {
echo $database->stderr();
}
if ($database->getNumRows( $result ) != 1) {
echo "<script>document.location.href='index.php'</script>\n";
exit();
}
} else {
echo "<script>document.location.href='$mosConfig_live_site/administrator/index.php'</script>\n";
exit();
};[/code:1]

- Icky

Please Log in to join the conversation.

17 years 7 months ago #20875 by jophefs
Replied by jophefs on topic Re:Plugin control panel points to index.php.
It also happen to my site, how can we make this working?
Thanks in advance for your help;) :)

Please Log in to join the conversation.

Moderators: beatnantgeefflandmartijn189krileon
Time to create page: 0.260 seconds

Facebook Twitter LinkedIn