Home arrow Forum Latest posts of: xoail
  Welcome, Guest. Please login or register.
Did you miss your activation email?
January 07, 2009, 10:31:31 PM
Home New Posts Search Calendar


Login with username, password and session length
  Show Posts
Pages: [1] 2
1  Joomla Hacks / Joomla-SMF 2.0.x / strange error on: May 16, 2007, 05:06:29 PM
When I clicked on a recent forum post and reply, I am getting this error.
Code:
DB function failed with error number 1064
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 '://houseboatingworld.com/forum/index.php?action=notify&topic=4529.0
", ' at line 2 SQL=INSERT INTO jos_jp_pages (original, sef, component) VALUES ("/index.php?option=com_smf&Itemid=28&action=notify&topic=4529.0">http://houseboatingworld.com/forum/index.php?action=notify&topic=4529.0
", "/index.php?option=com_smf&Itemid=28&action=notify&topic=4529.0">http://houseboatingworld.com/forum/index.php?action=notify&topic=4529.0
","com_frontpage")
It wasnt the case earlier. What could have caused this problem? How to rectify it?
The replies are being posted anyways.

thanks
2  Joomla Addon Discussion / Joomla Components / Re: Invite component not working on: May 09, 2007, 06:38:01 PM
Man, same here.
cowboy toy do something dude!
3  Joomla Hacks / Joomla-SMF 2.0.x / Re: help! on: April 18, 2007, 12:25:10 PM
try this,
go to jsmf install page on joomla admin and set your new website path correctly.
4  Joomla Hacks / Joomla-SMF 2.0.x / Re: JSMF 2.0.2a patch (\n\n\t\n problem) on: April 18, 2007, 12:04:37 PM
my test site was working fine, but now i have put it all up on the live site, once again getting the same problem. I applied the patch, and it changed it to a \n\t\t\n\t problem.... this is displaying the central post form correctly, but preventing the joomla template from working.

In maybe a related problem, if I use the CB login (with the plugin installed) it tells my members "incorrect username or password". With the joomla-smf login it works fine (for login). If users attempt to request a new password it gives them this error:

JSMF CB Plugin error::Failed to update password to SMF:: table 'XXXX_smf1.members' doesnt exist SQL=UPDATE members SET passwd = '4033c06etcetc' WHERE ID_MEMBER = '1178' ~~~
FROM::/home/XXXX/public_html/administrator/components/com_smf/admin.smf.class.php || updatepass || 1202

(that is after I applied the hack given in the 2.0.2 thread, as I had an identical error with the password reset as other members there).

Finally, whenever I click on "sync username" or "sync real name" in the admin, the page times out... though it does appear to have moved all the usernames accross to the jos_user table. I initially thought I had problems because users had -_@ etc in their usernames, so I edited my user database to remove them all, but it still does the same.

To fix that, I tried uninstalling and reinstalling the JSMF component, but get the same result each time.

BTW> I am using J! 1.0.12, SMF 1.1.2, CB 1.0.2, and JSMF 2.0.2 (with 2.0.2a patch).

If I can provide any other info, or you want full access to my site, pls let me know.
I am experiencing the same issue. Does anyone has an answer to this?
5  Joomla Hacks / Joomla-SMF 2.0.x / Re: jsmffrontend - need a little help on: April 08, 2007, 01:24:22 AM
I'm having the same issue with the same message. Only happens when I turn SEO on in joomla configuration. My host also has phpSuExec - could that be the problem?

This worked tho - thanks

Tracing the problem I notice that if I force a new instantiation of jsmfFrontend here in smf.class.php by setting $mosConfig_offline to 0:

   function & singleton()
    {
        global $mosConfig_offline;

        $inst_name = "_INSTANCE_" . strtoupper(__CLASS__);

        if ($mosConfig_offline == 0) {
            $jsmf =& new jsmfFrontend();
            return $jsmf;

I was having the same problem. I set $mosConfig_offline == 0 and it rectified the issue. I hope this wont effect anything else.

Thanks Jadzia and everybody!
6  Joomla Hacks / Joomla-SMF 2.0.x / Re: Error Messages - Fatal Error: Undefined class name 'jsmffrontend' etc on: April 07, 2007, 02:14:51 PM
Hi I'm getting the same error. So far I have tracked it down to Artio SEF or the .htaccess. If I go to Global settings and turn SEF off the problem goes away.

Your Joomla version is: 1.0.12
Your SMF version is: 1.1.2
Your Joomla-SMF version: 2.0.2
Artio 1.4

Everything is patched OK as the bridge works fine without SEF on.

Revisiting the problem 2 days later Artio is not causing the problem so I get the error whenever SEF is turned on in the global settings. Any ideas?

The full error

Fatal error: Unknown(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition jsmffrontend of the object you are trying to operate on was loaded _before_ the session was started etc.

Please help...

I am having the same problem. It was all working fine with SEF 'ON' in global settings. All of a sudden it started not working and throwing me this fatal error.

Please help!!!!!!!!!!!!
7  Joomla Hacks / Joomla-SMF 2.0.x / Loosing SMF Admin access every often on: March 30, 2007, 12:06:59 AM
Does anybody know why am I loosing the SMF admin access every other time?
My Joomla and SMF administration username, password and email are same but every often when I try to go to the forum (after logged in as admin) I dont see "Admin" link in the smf forum menu. SMF treats me as a normal user while Joomla still treats me as admin.
I then access the smf_members table and change the value of ID_POST_GROUP from 10 to 1. And it starts working fine. But after sometime it rolls back to 10.
I am finding it really annoying to change this value again and again in order to administrate SMF.

Any idea?
Thank.
8  Joomla Hacks / Joomla-SMF 2.0.x / Re: Still facing this problem on: March 29, 2007, 09:46:15 PM
Hey, I guess its fine now.
I was adding this code
Code:
global $jsmfConfig;
only at one point in admin.smf.class.php file. Now I added it everywhere
Code:
global $database;
was found in the file.
Its working fine now. Sending out password and I am able to login properly.

Thanks!
9  Joomla Hacks / Joomla-SMF 2.0.x / Re: Still facing this problem on: March 29, 2007, 09:37:30 PM
I synchronized the users via cb tools and also jsmf. Still no effect.
Also, wen I try to delete a user and try to re-register, I get an error saying user already exists in smf.
10  Joomla Hacks / Joomla-SMF 2.0.x / Re: Still facing this problem on: March 29, 2007, 09:17:21 PM
anybody?
11  Joomla Hacks / Joomla-SMF 2.0.x / Still facing this problem on: March 28, 2007, 11:13:37 AM
I am getting "Sorry, no corresponding User was found" when I tried to click on 'lost password' in CB login module and tried to fill the correct username and email on my joomla site homepage.
I migrated my board from web wiz to smf and since the passwords have been encrypted, smf doesnt understand the encryption. Thus I am trying to request the users to reset their password by clicking on lost pass.

Please help.
12  Joomla Hacks / Joomla-SMF 2.0.x / Re: Syncronised user cant login? on: March 27, 2007, 02:32:16 AM
I am having a similar problem.
I have deleted a user and synchronized both JSMF users list and CB users list. then I tried to re-register the user again but I keep gettin the error as the user already exists in JSMF.
Do I have to delete the user from joomla, cb and smf before registering it again? that is pain.

Any help?
13  Joomla Hacks / Joomla-SMF 2.0.x / Re: Lost Password doesn't seem to work on: March 26, 2007, 04:07:02 PM
Crap.
Does that mean I cant migrate my users now?
14  Joomla Hacks / Joomla-SMF 2.0.x / Re: Lost Password doesn't seem to work on: March 26, 2007, 10:22:27 AM
anybody?  Huh
15  Joomla Hacks / Joomla-SMF 2.0.x / Re: Lost Password doesn't seem to work on: March 25, 2007, 05:16:52 AM
I tried this to see if this works:

Went to forum link site.com/forum
clicked on forgot pass and submitted the account email. it worked!
got the password reset. works great from smf login
but throws the user/pass incorrect error when I tried with cb login.

just to let you know, I m using
Joomla 1.0.12
Community Builder 1.0.2
JSFM 2.0.2
smf cb plugin 2.0.3
SMF 1.1.2

Thanks.
Pages: [1] 2


Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
i-Vibe.com
Search Contact About Advertise Blogs Topsites Submit News Register Login