PDA

View Full Version : Having Some Problems CMS E107 & IBF



Amel
04-15-2005, 01:27 PM
ok back then, about 7 or 8 months ago, i successfully installed this script, loved it, yesterday i had to switch servers, and some problems occured, ahhh...

before, when my guests would sign up in ibf, they would be automaticly signed in e107, now, when they sign up, they have to log out and then log back in, if they dont do that, they will be logged in ibf but not in e107....

when clicking on settings in e107, it gives me this

http://majkcek.com/usersettings.php

what could cause this, patiek thanks :P

Patrick
04-15-2005, 06:37 PM
My guess is that your cookie settings may have changed?

First off, did you try uninstalling and reinstalling the script? This is fairly easy as the script comes with an uninstaller (packaged in a zip file I believe).

I am not sure what is causing your second problem. More than likely any PHP errors would be throwing PHP errors, depending on your webserver settings, rather than internal server errors (500). Sometimes these errors are thrown due to security measures in place on the server. Don't go bothering the admin just yet though, try replacing that file with an original from your e107 version.

Preferably, I would:
1. Uninstall the hack.
2. Replace the file I talked about in question with the same file from the *same* version of e107.
3. Check and see if that file is fine now.
4. Reinstall.

Let's see if that doesn't fix your problems.

Amel
04-15-2005, 06:57 PM
i did install it and reinstall it few times, haha, ill try to replace the file

thanks P

btw this is how my usersettings file looks like

//-------------------------------------------
// CMS Forum Hack -- EP-Dev.com
//-------------------------------------------
require_once("/home/getthefak/public_html/CMS_Forum_Hack/cms_forum_hack.php");
$CMS_FORUM_HACK_OBJ = new CMS_Forum_Hack_Main;
$CMS_FORUM_HACK_OBJ->Redirect_Profile_Edit($CMS_FORUM_HACK_OBJ->CMS->Pull_Username(), "");
unset($CMS_FORUM_HACK_OBJ);

if(IsSet($_POST['sub_news'])){
header("location:".e_BASE."submitnews.php");
exit;
}

if(IsSet($_POST['sub_link'])){
header("location:".e_BASE."links.php?submit");
exit;
}

if(IsSet($_POST['sub_download'])){
header("location:".e_BASE."upload.php");
exit;
}

Amel
04-16-2005, 02:38 PM
thats strange, now it works, must be something with the cookies or server

thanks tho