Home arrow Forum
error when sync ing user
  Welcome, Guest. Please login or register.
January 08, 2009, 10:10:11 PM
Home New Posts Search Calendar


Login with username, password and session length
Forum  |  MamboHacks.com  |  Mambo-SMF Forum 1.3.0 Support  |  Topic: error when sync ing user « previous next »
Pages: 1 [2] 3 Go Down Print
Author Topic: error when sync ing user  (Read 32925 times)
cowboy
Administrator
Hero Member
*****

Karma: +30/-0
Offline Offline

Posts: 663



View Profile WWW
Re: error when sync ing user
« Reply #15 on: April 27, 2005, 03:24:44 PM »

I really can't reproduce your error so all i can suggest for you is re-install. So if you're sure that install went smoothly, i guess i need to see it from your server to understand the problem.
Logged
robbievk
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 32


View Profile
Re: error when sync ing user
« Reply #16 on: April 27, 2005, 03:27:49 PM »

I really can't reproduce your error so all i can suggest for you is re-install. So if you're sure that install went smoothly, i guess i need to see it from your server to understand the problem.

you are very welcome to join the fun/troubleshooting! Smiley
Logged
cowboy
Administrator
Hero Member
*****

Karma: +30/-0
Offline Offline

Posts: 663



View Profile WWW
Re: error when sync ing user
« Reply #17 on: April 27, 2005, 03:35:44 PM »

you are very welcome to join the fun/troubleshooting! Smiley

I think your issue should be solve by this SMFMamboMod_1.3.0.b1a.zip.
It's on the announcement board. http://www.mambohacks.com/component/option,com_smf/Itemid,66/expv,0/topic,168.0
Logged
robbievk
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 32


View Profile
Re: error when sync ing user
« Reply #18 on: April 27, 2005, 03:45:34 PM »

I think your issue should be solve by this SMFMamboMod_1.3.0.b1a.zip.
It's on the announcement board. component/option,com_smf/Itemid,66/expv,0/topic,168.0
that's the one i installed twice now... don't get me wrong but i tried all you said...

aargh  Tongue Grin
Logged
robbievk
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 32


View Profile
Re: error when sync ing user
« Reply #19 on: April 27, 2005, 03:48:30 PM »

Code:
session-check error

That's the error i get at one of my other sites, does that maybe ring a bell?
Logged
cowboy
Administrator
Hero Member
*****

Karma: +30/-0
Offline Offline

Posts: 663



View Profile WWW
Re: error when sync ing user
« Reply #20 on: April 27, 2005, 03:52:17 PM »

that's the one i installed twice now... don't get me wrong but i tried all you said...

aargh  Tongue Grin

Are you sure?  Huh coz' i'm still seeing the call_user_func() error on the logout that i believe should be fixed by this mod.

Can you open the file <smf>/Sources/Subs.php and look for
"if (defined( '_VALID_MOS' ))"
Tell me what's under that condition statement.
« Last Edit: April 27, 2005, 03:55:09 PM by admin » Logged
robbievk
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 32


View Profile
Re: error when sync ing user
« Reply #21 on: April 27, 2005, 04:02:12 PM »

Code:
global $mainframe, $mosConfig_live_site;
if ($_REQUEST['action'] == "logout") call_user_func($mainframe->logout());
if ($_REQUEST['action'] == "login2" || $_REQUEST['action'] == "logout") $setLocation = $mosConfig_live_site;
$setLocation = str_replace("&?", "&", $setLocation);

that's what it states underneath...
Logged
cowboy
Administrator
Hero Member
*****

Karma: +30/-0
Offline Offline

Posts: 663



View Profile WWW
Re: error when sync ing user
« Reply #22 on: April 27, 2005, 04:06:14 PM »

Code:
global $mainframe, $mosConfig_live_site;
if ($_REQUEST['action'] == "logout") call_user_func($mainframe->logout());
if ($_REQUEST['action'] == "login2" || $_REQUEST['action'] == "logout") $setLocation = $mosConfig_live_site;
$setLocation = str_replace("&?", "&", $setLocation);

that's what it states underneath...

You see haha... you have not installed it  Grin
uninstall that mod... and install the one in announcement board.

you can actually replace "call_user_func($mainframe->logout());" with just "$mainframe->logout();". But I don't want you to do that as you will have a problem uninstalling the mod in the future.

then let me know what happens.
« Last Edit: April 27, 2005, 04:09:24 PM by admin » Logged
robbievk
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 32


View Profile
Re: error when sync ing user
« Reply #23 on: April 27, 2005, 04:13:08 PM »

Oh man i hoped that would solve it all....

so there is something i did wrong... but at my test site the php states what you said, but indeed the site where it's all about had wrong code.

But i still get the error, when i logout it says: session verification failed, please try logging out and logging back in again.

Or something like that atleast, the login error remains the same as before...

man i'm already filled with joy that we found atleast something!  Grin
Sorry if i didn't follow correct instructions, that's what working on two sites at the same time will do for ya...
Logged
cowboy
Administrator
Hero Member
*****

Karma: +30/-0
Offline Offline

Posts: 663



View Profile WWW
Re: error when sync ing user
« Reply #24 on: April 27, 2005, 04:41:45 PM »

Oh man i hoped that would solve it all....

so there is something i did wrong... but at my test site the php states what you said, but indeed the site where it's all about had wrong code.

But i still get the error, when i logout it says: session verification failed, please try logging out and logging back in again.

Or something like that atleast, the login error remains the same as before...

man i'm already filled with joy that we found atleast something!  Grin
Sorry if i didn't follow correct instructions, that's what working on two sites at the same time will do for ya...

Your session error is due to failed initial login to SMF. I really still don't know why you're failing the SMF login from Mambo. You see in my demo site (squaresite.com), the login process is fine.

Are you sure you installed patch2?  Grin Can you open /administrator/components/com_smf/functions.smf.php and look for:
"if (syncToSMF())"
tell me what's under it.
« Last Edit: April 27, 2005, 04:44:10 PM by admin » Logged
Damienov
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 16



View Profile
Re: error when sync ing user
« Reply #25 on: April 27, 2005, 09:21:40 PM »

I have uninstall and reinstall the mod and mod works fine

the lines is
Code:
mosRedirect( $mosConfig_live_site.'/index.php?option=com_smf&Itemid=28...
return;
}
« Last Edit: April 27, 2005, 10:10:57 PM by admin » Logged
cowboy
Administrator
Hero Member
*****

Karma: +30/-0
Offline Offline

Posts: 663



View Profile WWW
Re: error when sync ing user
« Reply #26 on: April 27, 2005, 10:06:09 PM »

Damienov,

About your concern I did test it coz I know it would be a big issue. Trust me, I know  Cheesy. Now for uberstatic.com, it's a big issue, coz it's failing the login to MSF.

It will never be in your history, try testing test1/test123 in squaresite.com. You'll see that you'll never find it in history. If I am wrong, I have to find another way.
« Last Edit: April 27, 2005, 10:16:03 PM by admin » Logged
Damienov
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 16



View Profile
Re: error when sync ing user
« Reply #27 on: April 27, 2005, 10:42:03 PM »

Damienov,

About your concern I did test it coz I know it would be a big issue. Trust me, I know  Cheesy. Now for uberstatic.com, it's a big issue, coz it's failing the login to MSF.

It will never be in your history, try testing test1/test123 in squaresite.com. You'll see that you'll never find it in history. If I am wrong, I have to find another way.
I have tested as you suggested.
i'm sorry, i can still see it  Smiley
i'm using FF btw

also are you editing/uploading the squaresite.com (SELL this Domain for a gaming site, believe me! expecialy squaresoft fans Smiley)
I login using the user you provided, and i see error much worse than the ubersite.
Code:
Notice: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND g2.group_id='Registered'' at line 4 in /home/roceller/public_html/includes/database.php on line 184

Notice: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND g2.group_id='Administrator'' at line 4 in /home/roceller/public_html/includes/database.php on line 184

Warning: Cannot modify header information - headers already sent by (output started at /home/roceller/public_html/includes/database.php:184) in /home/roceller/public_html/includes/mambo.php on line 352

Warning: Cannot modify header information - headers already sent by (output started at /home/roceller/public_html/includes/database.php:184) in /home/roceller/public_html/includes/mambo.php o

if you like, you can contact me trogh YM, i have sent you my adress to your pm. I just cant seem to find a live chat anywhere here Smiley
« Last Edit: April 27, 2005, 10:48:08 PM by Damienov » Logged
cowboy
Administrator
Hero Member
*****

Karma: +30/-0
Offline Offline

Posts: 663



View Profile WWW
Re: error when sync ing user
« Reply #28 on: April 27, 2005, 11:20:24 PM »

Actually I just noticed the error and trying to fix it. Squaresite is mambo 4.5.1, the error does not happen in 4.5.2, where i initially tested it.
Logged
Wolfgang Bornath
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 30


View Profile
Re: error when sync ing user
« Reply #29 on: April 28, 2005, 11:54:18 AM »

I think your issue should be solve by this SMFMamboMod_1.3.0.b1a.zip.
It's on the announcement board. component/option,com_smf/Itemid,66/expv,0/topic,168.0
Could this help in my case as well (not synching all users)?

wobo
Logged
Pages: 1 [2] 3 Go Up Print 
Forum  |  MamboHacks.com  |  Mambo-SMF Forum 1.3.0 Support  |  Topic: error when sync ing user « previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Forum | Powered by SMF 1.0.5 & Mambo-SMF.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!
None of the text or images in this public website may be copied without the expressed written consent of the authors.
Copyright 2005 by MamboHacks.com. Powered by Mambo. All rights reserved.
TERMS OF USE