<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/phpbt/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/phpbt/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpbt/bugs/</id><updated>2009-12-09T15:31:24Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>creating database</title><link href="https://sourceforge.net/p/phpbt/bugs/394/" rel="alternate"/><published>2009-12-09T15:31:24Z</published><updated>2009-12-09T15:31:24Z</updated><author><name>David Fore</name><uri>https://sourceforge.net/u/sdfor/</uri></author><id>https://sourceforge.net36a6a3a327cb332e13b325e2b5310f0f6bbd02a9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The does not seem to be instructions in creating the database. The installation instructions says there will be a configuration page on startup which I don't see&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Attachements not showing up</title><link href="https://sourceforge.net/p/phpbt/bugs/393/" rel="alternate"/><published>2009-09-25T16:07:25Z</published><updated>2009-09-25T16:07:25Z</updated><author><name>TracyO</name><uri>https://sourceforge.net/u/tracyo/</uri></author><id>https://sourceforge.netdf1d6dd862dd4d340832cbbe60c51f230d414e54</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;We just converted to the latest version and not all of our attachements came over. Now when we create a new bug, it acts like the attachment is attached, but when open the bug the attachment doesn't show. If you try to re-add the attachement you get a message that the attachment already exists. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>install error</title><link href="https://sourceforge.net/p/phpbt/bugs/392/" rel="alternate"/><published>2009-09-14T19:42:31Z</published><updated>2009-09-14T19:42:31Z</updated><author><name>Justin Gunderson</name><uri>https://sourceforge.net/u/gunderjj/</uri></author><id>https://sourceforge.net3ad12fc8f9c7e5c105f9a6a2bb36be7eda6de099</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am using phpbt-1.0.5, PHP 5.2.10, and Pear 1.9.0 and when I log in and fill out the database options and configuration and click save I get the error &lt;br /&gt;
"Fatal error: Call to undefined method DB_Error::getOne() in /usr/local/apache/htdocs/bugtracker/install.php on line 212"&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>cannot CC someone on a bug using the 'Add CC:' field</title><link href="https://sourceforge.net/p/phpbt/bugs/391/" rel="alternate"/><published>2009-03-05T11:55:49Z</published><updated>2009-03-05T11:55:49Z</updated><author><name>Helen Corrigan</name><uri>https://sourceforge.net/u/hcorrigan/</uri></author><id>https://sourceforge.net65cc5d20dee0f66a08800567e110cd3b79789645</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I cannot CC someone on a bug using the 'Add&lt;br /&gt;
CC:' field - get the below message;&lt;/p&gt;
&lt;p&gt;DB Error: syntax error&lt;br /&gt;
select user_id from phpbt_bug_cc where bug_id = 3522 and user_id =&lt;br /&gt;
test@mycompany.com [nativecode=1064 ** You have an error in your SQL&lt;br /&gt;
syntax; check the manual that corresponds to your MySQL server version&lt;br /&gt;
for the right syntax to use near '@mycompany.com' at line 1]&lt;/p&gt;
&lt;p&gt;Any ideas to get around this issue?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Download to spreadsheet functionality not working</title><link href="https://sourceforge.net/p/phpbt/bugs/390/" rel="alternate"/><published>2009-01-28T17:31:16Z</published><updated>2009-01-28T17:31:16Z</updated><author><name>Helen Corrigan</name><uri>https://sourceforge.net/u/hcorrigan/</uri></author><id>https://sourceforge.net3527f7e0e7ce6f77babf0a4befed386e3fc39604</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Step 1: Click the Home link. The active projects are listed as well as the quick stats.&lt;/p&gt;
&lt;p&gt;Step2 : Via the Quick stats I click on the number beside the “Assigned” and this opens a listing of all bugs in the assigned state, lets say 20 bugs are listed.&lt;br /&gt;
And at the end of the page, a link with the text “Download to spreadsheet” is displayed.&lt;/p&gt;
&lt;p&gt;Step 3: I chose the link to Download to spreadsheet, however the following error message is displayed&lt;br /&gt;
DB Error: unknown error&lt;br /&gt;
[nativecode=1065 ** Query was empty]&lt;/p&gt;
&lt;p&gt;In the URL i have something like the following: &lt;a href="http://myurl.com/query.php?xl=1" rel="nofollow"&gt;http://myurl.com/query.php?xl=1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Any ideas, why this happens?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Helen.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Update deletes all custom user groups</title><link href="https://sourceforge.net/p/phpbt/bugs/389/" rel="alternate"/><published>2008-08-26T09:59:40Z</published><updated>2008-08-26T09:59:40Z</updated><author><name>Wastl</name><uri>https://sourceforge.net/u/shabeker/</uri></author><id>https://sourceforge.netdfffc89f6b4a0d6e8d324d48af4d4e40714255a5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I updated from phpbt 1.0.1 to 1.0.4 and the upgrade.php script deleted all my user groups. I have worked around it adding SQL statements to the upgrade script re-inserting my old custom user groups with new IDs &amp;gt; 9 and updating the IDs in tables project_group and user_group. I think you should do something similar instead of just executing DELETE FROM AUTH_GROUP WHERE 1 and re-inserting the new groups.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>post install : fastlink not found</title><link href="https://sourceforge.net/p/phpbt/bugs/388/" rel="alternate"/><published>2008-07-07T14:47:59Z</published><updated>2008-07-07T14:47:59Z</updated><author><name>badrul v</name><uri>https://sourceforge.net/u/badrulv/</uri></author><id>https://sourceforge.net49b2fed2cb99083a2f2512c9529e27d5f507aeb9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;after installing the latest phpbt on godaddy centos5 virtual server, the installation was a breeze, but on running the url again i get the following&lt;br /&gt;
Notice: Undefined variable: fastlinks1 in /var/www/vhosts/saifenterprise.com/httpdocs/phpbugtrack/index.php on line 108&lt;/p&gt;
&lt;p&gt;Notice: Undefined variable: fastlinks2 in /var/www/vhosts/saifenterprise.com/httpdocs/phpbugtrack/index.php on line 109&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>create new attachments bug</title><link href="https://sourceforge.net/p/phpbt/bugs/387/" rel="alternate"/><published>2008-07-07T10:28:28Z</published><updated>2008-07-07T10:28:28Z</updated><author><name>Helen Corrigan</name><uri>https://sourceforge.net/u/hcorrigan/</uri></author><id>https://sourceforge.netfda968756e116507ea778b90f9d066751db64766</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="https://sourceforge.net/forum/forum.php?thread_id=2008052&amp;amp;forum_id=47358"&gt;https://sourceforge.net/forum/forum.php?thread_id=2008052&amp;amp;forum_id=47358&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hello, &lt;/p&gt;
&lt;p&gt;I set up a number of user's and i have divided them all into their respective groups etc. &lt;br /&gt;
I also have a number of projects set up aswell, and each project has a number of groups. &lt;/p&gt;
&lt;p&gt;However i am having a problem with attachments: &lt;/p&gt;
&lt;p&gt;Users cannot upload attachements to bugs. To do this i have to assign these users admin premissions, which i don't want to do long term. I have checked and the process the app is running on, has correct writeable permissions on the dir attachments. The following message is displayed to these users: " You must ligin before using this page". Any ideas why this is happening? &lt;/p&gt;
&lt;p&gt;It was suggested to me that i create a bug on this issue.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Helen.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Build_Select excludes sort_order = 0</title><link href="https://sourceforge.net/p/phpbt/bugs/386/" rel="alternate"/><published>2008-07-02T17:01:17Z</published><updated>2008-07-02T17:01:17Z</updated><author><name>nick yahnke</name><uri>https://sourceforge.net/u/nthitz/</uri></author><id>https://sourceforge.net5de6df988cffd318d21ccdb2b87015a210585b0a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;By default the resolution of "I'm working on it" has a sort order of zero.&lt;/p&gt;
&lt;p&gt;In functions.php build_select only looks at resolutions with a sort_order &amp;gt; 0. Shouldn't the line read this:&lt;/p&gt;
&lt;p&gt;$querymid = ' where sort_order &amp;gt;= 0 order by sort_order';&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Editing inactive user results in blank name/email/etc.</title><link href="https://sourceforge.net/p/phpbt/bugs/385/" rel="alternate"/><published>2008-06-19T02:57:07Z</published><updated>2008-06-19T02:57:07Z</updated><author><name>Bryce Nesbitt</name><uri>https://sourceforge.net/u/brycen/</uri></author><id>https://sourceforge.netff7be37754445d3275b837c40adafb667beb2280</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;At admin/user.php,&lt;br /&gt;
if you edit the details for an active user. all is fine.  But edit an inactive user, and you get blanks for all form fields.  You're forced to re-enter all data.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>