Bugs should be reported on the Bug Tracker. To download the latest bleeding-edge version of the SDK, head over the SVN repository.
![]() ![]() |
|
Reporting Bugs
|
May 4 2004, 11:38 AM
Post
#1
|
|
![]() recursion n. see recursion ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,673 Joined: 11-April 03 From: 127.0.0.1 :) Member No.: 855 IPB Version: 1.3.x |
Hey there,
Although the bug reporting system has worked well on these forums, it's becoming hard to manage. If you could now report bugs via the SourceForge Bug Tracker which allows you to create new bugs, monitor existing ones, etc. that'd be good. Of course, search for existing bugs before you post new bugs, if it doesn't seem to be there already, don't hesitate to add it anyway Hopefully the new bug tracker will make tracking these bugs alot easier. Thanks for your co-operation Cow -------------------- |
|
|
|
Aug 5 2005, 08:29 AM
Post
#2
|
|
|
Member ![]() ![]() Group: Members Posts: 114 Joined: 22-September 03 From: Germany Member No.: 44,734 |
I just added a old new bug
I hope the bugs listened in the bugtracker will be fixed in SDK 1.5.1 This post has been edited by kalurak: Aug 5 2005, 08:29 AM -------------------- PC-Intern.com | straighvisions.com
Both powered by IPB:SDK, using straightCMS, a Content Management Solution of straightvisions.com Current Versions: IPB 2.1, IPB:SDK 1.6 Beta, straightCMS Alpha Release |
|
|
|
Aug 8 2005, 03:30 AM
Post
#3
|
|
|
Member ![]() ![]() Group: Members Posts: 114 Joined: 22-September 03 From: Germany Member No.: 44,734 |
Why my Bug-post of the doHTML-problem was deleted? It ist not the same of phatmonkeys one. It is very important that this bug will fixed in IPB:SDK 1.5.1
http://forums.invisionize.com/where-IPBSDK-is-distributing-the-post-t73372.html -------------------- PC-Intern.com | straighvisions.com
Both powered by IPB:SDK, using straightCMS, a Content Management Solution of straightvisions.com Current Versions: IPB 2.1, IPB:SDK 1.6 Beta, straightCMS Alpha Release |
|
|
|
Aug 8 2005, 05:27 AM
Post
#4
|
|
|
Lord of Majin Planet ![]() ![]() ![]() ![]() Group: Members Posts: 535 Joined: 30-October 04 From: Majin Planet Member No.: 130,869 IPB Version: 2.2.x |
I've already starting posting bug there. I do have a question, the release of beta 4 just came out, so will 1.6 beta work with beta 4? Or do we need to download a patch of some kind?
-------------------- Looking for Cool Anime Music Videos? Check out Majin-Planet.com
|
|
|
|
Sep 14 2005, 05:06 AM
Post
#5
|
|
|
Newbie ![]() Group: Members Posts: 33 Joined: 23-April 03 Member No.: 5,966 |
Get_poll_info, does not return the choices in the poll,
however it gets the question! I did a print_r on the get_poll_info() and this what I got: Array ( [pid] => 1 [tid] => 2 [start_date] => 1126694868 [choices] => Array ( ) [starter_id] => 1 [starter_name] => admin [votes] => 0 [forum_id] => 3 [poll_question] => sdfsdf ) as you may notice the choices has no options and I'm sure the poll has options!! PS: I posted a bug report for this |
|
|
|
Sep 14 2005, 06:13 AM
Post
#6
|
|
|
Newbie ![]() Group: Members Posts: 33 Joined: 23-April 03 Member No.: 5,966 |
QUOTE $this->DB->query ("SELECT p.pid, p.tid, p.start_date, p.choices, p.starter_id, m.name AS starter_name, p.votes, p.forum_id, p.poll_question FROM ibf_polls p LEFT JOIN ibf_members m ON (p.starter_id=m.id) WHERE p.tid='" . $topicid . "'"); if ($row = $this->DB->fetch_row()) { $choices = unserialize($row['choices']); $row['choices'] = array(); I think the problem is the lline $choices = unserialize($row['choices']); it doesn't work with the new poll system |
|
|
|
Sep 14 2005, 09:17 AM
Post
#7
|
|
![]() It's fun to rhyme :) ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 3,482 Joined: 28-June 04 From: United Kingdom Member No.: 114,860 IPB Version: Not Applicable |
yes, thanks, dont post your bugs *here*
just put them on the bug tracker. -------------------- Please don't PM/IM/Email me for support
(anything I get will be ignored) Note to all: EXAMS SUCK "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." - Douglas Adams IPB SDK - Sourceforge | SVN | Support Forum | Bug Tracker | 1.6 Beta 5 (for IPB 2.1.x) Other - PHP Manual [UK] | Amazon Wishlist | IZE Bug Reports |
|
|
|
Sep 14 2005, 07:23 PM
Post
#8
|
|
|
Newbie ![]() Group: Members Posts: 33 Joined: 23-April 03 Member No.: 5,966 |
ok sorry about this! however, Its hard to tell if its really a bug or something wrong with my setup, you know, that's why I posted it here too.
cheers |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 18th March 2010 - 11:53 AM |