Вы находитесь на странице: 1из 4

phpBB Bug tracker - Jabber not working in 3.0.

https://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_...

phpBB Free and Open Source Forum Software


About Features
Learn about the features that phpBB has to offer.

Demo
Give phpBB a try with a fully-featured demo board.

Showcase
A showcase of popular and unique sites using phpBB.

Get Involved
Learn how you can get involved with the project.

The Team
Find out who is responsible for all the mayhem.

Contact Us
Have a question the forums don't answer? Come here.

Advertising
Information if you want to advertise on phpBB.com.

Find out more about the project Downloads Latest Version


Download the latest stable release of phpBB

Update Packages
Automatic Update packages for your phpBB release

Language Packs
Translate phpBB into (almost) any language you like.

Modifications
Download validated MODs to extend phpBBs functionality.

Styles
Your forums need a new look? Browse our Styles DB.

Official Tools
Official tools by the phpBB team to assist you with your board.

Customise Modifications
Guides on how to use them and how to create your own.

Modification database
Download and submit your work to the MOD database.

Development Wiki
Share experience and learn more about the codebase.

Styles
Guides on how to use them and to create your own Styles.

Styles database
Download and submit your Styles to our Styles database.

Styles Demo
Test drive all the Styles from our database.

Support Documentation
Installation guide and the complete documentation.

Knowledge Base
Team and user submitted articles covering support areas.

Flash Tutorials
View Flash Tutorials that help you with the use of phpBB.

phpBB Support
The Support related areas in our community forums.

IRC Support
Old school? Visit the IRC support channel on freenode.

International Support
Find a 3rd party support site in your first language.

More information on support Development

1 of 4

Tuesday 25 December 2012 07:59 AM

phpBB Bug tracker - Jabber not working in 3.0.1

https://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_...

Area51 phpBB Development


All Development Discussion takes place at Area51. Bug tracker, development wiki, continuous integration and other development tools are located here. Find out how to get involved in phpBB development.

phpBB Bug Tracker


Report problems with phpBB here.

phpBB Projects Tracker


Report issues with the Website, Customisation Database, and Team Tools here

Security Tracker
The tracker for security issues in phpBB or validated MODs.

Development Wiki
Share experience and learn more about the codebase.

Participate in phpBB development now Blog Community Support Forums


Help with installation & running phpBB search first!

Modification Forums
Discuss and view MODs that are available for download.

Styles Forums
Discuss and view Styles that are available for download.

phpBB Discussion
Discussions on all things phpBB: features, future, etc.

General Discussion
General discussion and intelligent conversations.

Area51
Bleeding edge testing and development discussion.

and many more forums Hosting Search Tickets Login Home Development Bug tracker phpBB 3.0.x Ticket #25095

Bug tracker
This ticket has been moved to our new tracker. Open Ticket PHPBB3-7201 now.

Jabber not working in 3.0.1 (x completed in vcs)


Jabber has been working without any problems in 3.0.0 but upon upgrading to 3.0.1 it has ceased to work and is giving errors both when updating the Jabber details in the ACP and when sending a Jabber message. After some investigation it appears that the problem is in functions_jabber.php with this piece of code on lines 402-407 if ($second_time) { // If we are here for the second time after TLS, we need to continue logging in $this->login(); return; }

By taking this code out Jabber works again.

Comments / History
Changed ticket severity from "Uncategorised/normal" to "Severe"

2 of 4

Tuesday 25 December 2012 07:59 AM

phpBB Bug tracker - Jabber not working in 3.0.1

https://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_...

Action performed by bantu (3.0 Release Manager) on Apr 10th 2008, 07:14
(#post73595) Posted by bantu (./../../community/memberlist.php?mode=viewprofile&u=260563&sid=2c29d14bab5d43243f6c4baf8eb8831e)

(3.0 Release Manager) on Apr 10th 2008, 07:16

I have the same problem using the jabber.org server(s).


(#post74135) Posted by Acyd Burn (./../../community/memberlist.php?mode=viewprofile&u=2075& sid=2c29d14bab5d43243f6c4baf8eb8831e) (Consultant) on Apr 11th 2008, 13:49

Hmm, this was a TLS + login fix from the flyspray.org project - can't imagine how this prevent from logging in... Anything within the error log, the jabber log?
(#post74185) Posted by bantu (./../../community/memberlist.php?mode=viewprofile&u=260563&sid=2c29d14bab5d43243f6c4baf8eb8831e)

(3.0 Release Manager) on Apr 11th 2008, 14:01

I'll revert my website changes, retry and PM you the error msg.
(#post74195) Posted by Acyd Burn (./../../community/memberlist.php?mode=viewprofile&u=2075& sid=2c29d14bab5d43243f6c4baf8eb8831e) (Consultant) on Apr 11th 2008, 14:02

This would be nice, thanks.


(#post74615) Posted by bantu (./../../community/memberlist.php?mode=viewprofile&u=260563&sid=2c29d14bab5d43243f6c4baf8eb8831e)

(3.0 Release Manager) on Apr 13th 2008, 13:06

Just for protocol: I sent the error log to Acyd Burn.


(#post74625) Posted by david63 (./../../community/memberlist.php?mode=viewprofile&u=38086& sid=2c29d14bab5d43243f6c4baf8eb8831e) on Apr 13th 2008, 13:08

Si did I - he should have two to work from.


Assigned ticket to user "Acyd Burn"

Action performed by Acyd Burn (Consultant) on Apr 18th 2008, 11:40


(#post76385) Posted by Acyd Burn (./../../community/memberlist.php?mode=viewprofile&u=2075& sid=2c29d14bab5d43243f6c4baf8eb8831e) (Consultant) on Apr 21st 2008, 11:08

Within the provided logs i haven't seen any errors or strange things - it just ends. :/ I think i will remove this section...
Changed ticket status from "New" to "Fix in progress"

Action performed by Acyd Burn (Consultant) on Apr 21st 2008, 11:10


Linked ticket with changeset: r8516

Action performed by Anonymous (I am too lazy to register) on Apr 21st 2008, 11:11
Changed ticket status from "Fix in progress" to "Fix completed in SVN"

Action performed by Acyd Burn (Consultant) on Apr 21st 2008, 11:11


(#post90675) Posted by electronerdian (./../../community/memberlist.php?mode=viewprofile&u=646785& sid=2c29d14bab5d43243f6c4baf8eb8831e) on Jun 29th 2008, 07:12

perhaps I have a better fix: change $this->login(); return; to return $this->login();

Works on my test board, and seems exactly the kind of thing that would cause these symptoms 1, 2 Next

Ticket details
Ticket ID: 25095 Project: phpBB 3.0.x

3 of 4

Tuesday 25 December 2012 07:59 AM

phpBB Bug tracker - Jabber not working in 3.0.1

https://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_...

Status: Fix completed in VCS Severity: Severe Component: Other Project version: 3.0.0 PHP version: Unknown Database: Unknown Assigned to: Acyd Burn Reported by: david63 (Send PM) Reporter's tickets: List all tickets Reported on: Apr 9th 2008, 14:44

Related SVN changesets


r8516

Advertisements
What: Where: Country:

php

United Kingdom

vacatures php arbeit php jobs php lavoro php emploi php trabajo php jobs php arbeit php
BlueHost.com Web Hosting UK HostMonster Reseller Web Hosting UK FastDomain Hosting Advertise on phpBB.com

2000, 2002, 2003, 2007 phpBB Limited Contact Us Advertise on www.phpbb.com Header illustrations by Vlad Gerasimov Designed by phpBB & subBlue Hosting donated by OSUOSL

4 of 4

Tuesday 25 December 2012 07:59 AM

Вам также может понравиться