Home arrow Forum JSMF 2.0.2 Released
  Welcome, Guest. Please login or register.
Did you miss your activation email?
October 15, 2008, 10:03:51 PM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 2.0.x (Moderators: -Wolverine, kai920)
| | | |-+  JSMF 2.0.2 Released
1 Member and 1 Guest are viewing this topic. « previous next »
Pages: 1 ... 7 8 [9] 10 Go Down Print
Author Topic: JSMF 2.0.2 Released  (Read 51527 times)
Makamba
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 7


View Profile
Re: JSMF 2.0.2 Released
« Reply #120 on: June 30, 2007, 08:42:00 AM »

My website's file management tool is DirectAdmin from www.site-helper.com. I've browsed around in the directory structure I have access to and could not find the directory etc or log, nor a file php.ini. I will look if I can get an answer from my service provider on the issue of an error log. But the prospects look dim.

Michel

Modify:
I had some discussion with my website provider, and it is not possible to get this information.

What I later noticed was that I cannot change the settings of accounts in www.mysite.com/administrator -> User Management. I wanted to change an account from Administrator to Registered, and got the error message 'This username/password already in use. Please try another.' And this is off course a pre-defined message which you can find in the /language/english.php file.
« Last Edit: June 30, 2007, 10:07:48 AM by Makamba » Logged
Makamba
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 7


View Profile
"Fatal error: Call to a member function on a non-object in"
« Reply #121 on: July 02, 2007, 04:57:26 AM »

Hi,

Because the forum was not so important I thought to remove it until I could figure out the problem I have. So I went to the Administrator part of the website, opened the menu "Installers -> Components", selected the installed JSMF bridge, and pressed the 'Uninstall' button. When I logged out, I got the following error:
Code:
Fatal error: Call to a member function on a non-object in /home/myaccount/domains/mywebsite.org/public_html/mysubdomain/index.php on line 158

Now I can't even view the website. What do I need to do to get my website back? I tried to install an old index.php, and got the next error message "Direct Access to this location is not allowed.".

The code around line 158 is:
Code:
//JOOMLAHACKS.COM
$message = intval( mosGetParam( $_POST, 'message', 0 ) );
$jsmf->restorePostMessage($savedVars);

if ($option == 'login') {

//JOOMLAHACKS.COM
$_SESSION['USER_AGENT'] = $_SERVER['HTTP_USER_AGENT'];
$_SESSION['_FROM_MOS'] = TRUE;
$_SESSION['_RETURN'] = $return;
$jsmf->doLogin(true);



// JS Popup message
if ( $message ) {
?>
<script language="javascript" type="text/javascript">
<!--//
alert( "<?php echo addslashes_LOGIN_SUCCESS ); ?>" );
//-->
</script>
<?php
}

if ( $return && !( strpos$return'com_registration' ) || strpos$return'com_login' ) ) ) {
// checks for the presence of a return url
// and ensures that this url is not the registration or login pages
// If a sessioncookie exists, redirect to the given page. Otherwise, take an extra round for a cookiecheck
if (isset( $_COOKIE[mosMainFrame::sessionCookieName()] )) {
mosRedirect$return );
} else {
mosRedirect$mosConfig_live_site .'/index.php?option=cookiecheck&return=' urlencode$return ) );
}
} else {
// If a sessioncookie exists, redirect to the start page. Otherwise, take an extra round for a cookiecheck
if (isset( $_COOKIE[mosMainFrame::sessionCookieName()] )) {
mosRedirect$mosConfig_live_site .'/index.php' );
} else {
mosRedirect$mosConfig_live_site .'/index.php?option=cookiecheck&return=' urlencode$mosConfig_live_site .'/index.php' ) );
}
}

} else if (
$option == 'logout') {

For the record, line 158 was the third line of above code, or:
Code:
$jsmf->restorePostMessage($savedVars);

Anyone know what I need to do to get back to a working Joomla?

TIA
Michel

Logged
exrace
Joomla Newbie
*

Karma: +5/-3
Offline Offline

Posts: 48


View Profile
Re: JSMF 2.0.2 Released
« Reply #122 on: July 02, 2007, 07:26:35 AM »

Overwrite the /index.php with the org file from the Joomla version your running. There is a copy of a unaltered file in the Joomla zip file.

Do the same with SMF if you find the words "//JOOMLAHACKS.COM" in the /index.php file.

You should consider changing hosts.  Access to those files or configuration parts are something any provider should be able to provide.
Logged
Makamba
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 7


View Profile
Re: JSMF 2.0.2 Released
« Reply #123 on: July 02, 2007, 09:47:37 AM »

OK, I have overwritten index.php using the index.php from the zip file. I have access to the website again, but have no access to the forum.

In the ./forum/index.php file no entry containing "//JOOMLAHACKS.COM" exists. So I need not change it? But I have no access to my forum anymore. I get the error message:
Not Found
The requested URL /forum/installation/index.php was not found on this server.

Now on the subject of changing hosts. I might misunderstand you, because I have access to the files in my part of the file structure. I use a nice tool, called DirectAdmin. So I need not change provider?

Lastly, I think I will get the error as explained in my post on the previous page, which I will quote here:
Hi all,

Since this week I use SMF as forum on Joomla. I installed Joomla-SMF 2.0.2 bridge. After Installation I added a handful of accounts on Joomla, and those are now usable on SMF. But I can not log in into Joomla any more. And when I look into the database, I see the accounts in the joomla_users table and in smf_members. So does anyone know what the problem is?

Lucky me. I can log in as Administrator again (But only when I use http://www.mysite.org/administrator/   Angry ). I can absolutely not access my website using the front end log in module.

Macamba

Some data:

    * Joomla: 1.0.12
    * SMF: 1.1.3
    * JSMF: 2.0.2
    * PHP: 2.8.2.4
    * MySQL: 4.1.21-standard

So what steps do I need to follow to get a working bridge (and working forum)?

Michel
« Last Edit: July 03, 2007, 03:33:37 AM by Makamba » Logged
Guy Drori
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1


View Profile
Re: JSMF 2.0.2 Released
« Reply #124 on: July 07, 2007, 10:10:11 AM »

Cant Install CB plugin with Joomla! 1.0.12 and JSMF 2.0.2 +SMF 1.1.3

Quote
It says "Could not find Jnoomla XML setup file"

Can someone help please?
Logged
crazyahmet
Joomla Newbie
*

Karma: +3/-0
Offline Offline

Posts: 7


View Profile
Re: JSMF 2.0.2 Released
« Reply #125 on: July 24, 2007, 05:57:50 AM »

problem with Joomla 1.0.13 Stable, SMF 1.1.3 and Joomla Bridge 2.0.2 !! Cannot login ... but get no error... any idea?? please help!! Thanks!!
Logged

Superdaantje
Joomla Guru
*****

Karma: +266/-23
Offline Offline

Posts: 367


Aka Livebox


View Profile WWW
Re: JSMF 2.0.2 Released
« Reply #126 on: July 24, 2007, 06:00:18 AM »

problem with Joomla 1.0.13 Stable, SMF 1.1.3 and Joomla Bridge 2.0.2 !! Cannot login ... but get no error... any idea?? please help!! Thanks!!

Please read the forums. There answers are posted there. For now it is the best to downgrade to 1.0.12. And wait when some one has the time to fix this Wink
Logged

Joomlabridge.org JSMF 2.0.2.1 Bridge Support and Downloads
.
* D. Wagner Webservices.
* Dutchjoomla.org The biggest Dutch Joomla Community (60.000 members)
yam90
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1


View Profile
Re: JSMF 2.0.2 Released
« Reply #127 on: July 24, 2007, 07:03:44 PM »

Please read the forums. There answers are posted there. For now it is the best to downgrade to 1.0.12. And wait when some one has the time to fix this Wink
How to downgrade?
Logged
Kevin8020
QA / Testers
Joomla Master
*****

Karma: +33/-18
Offline Offline

Posts: 105



View Profile WWW
Re: JSMF 2.0.2 Released
« Reply #128 on: July 24, 2007, 08:02:30 PM »

To downgrade, you have to re-upload the Joomla 1.0.12 package AND reset the passwords of ALL users who logged in after the upgrade. Any users who logged into Joomla 1.0.13 will be unable to login to 1.0.12.

You can reset most of those passwords from the admin panel. If the admin is not able to login, you can reset their password by googling "MD5 Hasher" and pasting the hashed string into the "password" column of the jos_users database for the specified user.

(sorry for the lengthy instructions - just covering my bases)
Logged
exrace
Joomla Newbie
*

Karma: +5/-3
Offline Offline

Posts: 48


View Profile
Re: JSMF 2.0.2 Released
« Reply #129 on: July 24, 2007, 11:38:35 PM »

It also helps to make a backup of your DB BEFORE upgrading. Then you can copy and paste from your backup DB to your production DB if you have to back out.

I wish Joomla hadn't released this security "update" like this login hash change as someone on the core team HAD to know it was going to break every single piece of bridge code out that does password sync.

I know it was in interest of security but yet another black-eye for Joomla. Sad
Logged
dark templar
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 5


View Profile
Re: JSMF 2.0.2 Released
« Reply #130 on: February 15, 2008, 11:40:14 AM »

I have a problem with this instalation ...
User when loged in and click on forum, i have to make another account ...
How can i fix this ?
And after i did all the settings, say the user not registered.

I also have comunity builder installed ...
Please help me !
Logged
Superdaantje
Joomla Guru
*****

Karma: +266/-23
Offline Offline

Posts: 367


Aka Livebox


View Profile WWW
Re: JSMF 2.0.2 Released
« Reply #131 on: February 18, 2008, 12:35:50 PM »

Please follow the instructions in the user Guide  (user guide can be found in the download section)

When asking for support always give your version numbers.
Logged

Joomlabridge.org JSMF 2.0.2.1 Bridge Support and Downloads
.
* D. Wagner Webservices.
* Dutchjoomla.org The biggest Dutch Joomla Community (60.000 members)
p9939068
Joomla Expert
****

Karma: +18/-5
Offline Offline

Posts: 173


View Profile WWW
Re: JSMF 2.0.2 Released
« Reply #132 on: February 20, 2008, 07:18:55 PM »

Hey Wolverine
Saw your thread that you're no longer actively developing JSMF. Huge thanks for taking up the project back then man. I know how it is, sometimes it's just  no longer possible to continue supporting a huge project. Sorry couldn't be around more the past months, my site's keeping me pretty busy too Wink

Huge thanks once again, god knows how much the smf community owes you and cowboy.
Logged

-----
Owner of http://mike.simbunch.com
Creator of ParaInvite, AJAX Sandbox, AJAX SMF Polls, Profile URL etc..
Tomi
Joomla Newbie
*

Karma: +0/-1
Offline Offline

Posts: 1


View Profile
Re: JSMF 2.0.2 Released
« Reply #133 on: May 13, 2008, 02:17:39 PM »

look guys !!! this goes for all version .. if i am an asshole to not install right this JSMF or what, because everytime when i install it, it mess all my "š,č,ć,ž" letters.

why so? please guys i am begging you to help me
Logged
locutus
Joomla Expert
****

Karma: +26/-47
Offline Offline

Posts: 235


View Profile
Re: JSMF 2.0.2 Released
« Reply #134 on: May 14, 2008, 04:50:32 AM »

everytime when i install it, it mess all my "š,č,ć,ž" letters.

This has been discussed on this forum over and over. Please do a search. Tip: use the tags "UTF" and/or "ISO".
Logged

Pages: 1 ... 7 8 [9] 10 Go Up Print 
« previous next »
Jump to:  



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
Search Contact About Advertise Blogs Topsites Submit News Register Login