Bug #38384 Can't add project to MySQL FOrge?
Submitted: 25 Jul 2008 17:53 Modified: 25 Jul 2008 18:30
Reporter: Roland Bouman Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Websites: MySQLForge Severity:S1 (Critical)
Version:current OS:Any
Assigned to: Jay Pipes CPU Architecture:Any

[25 Jul 2008 17:53] Roland Bouman
Description:
I set out today to add "Magento" to the mysql forge projects list.

I got a "A project with that name already exists!" error. 
However, if i search for that name, I find nothing. What am I doing wrong?

How to repeat:
Goto http://forge.mysql.com/projects/project.php?action=add

Fill in this data:

Name of Project:     Magento

Project Homepage (URL):     http://www.magentocommerce.com/

Description:     Magento is a fast growing e-commerce solution. They are
awarded "Best New Project" for the "SourceForge Community Choice
Projects" contest 2008. The Magento product is open source, and is
 backed by a company that provides professional services.

License:    OSI Approved (Open Source)

Development Status:     Production - GA

Target Audience:     General

Audience Skill/Knowledge Level:     Novice

Developed In:     PHP
[25 Jul 2008 18:30] Jay Pipes
Fix pushed.  Code was comparing for 0, not "0" for return from connection.  Casting to (int) fixed the issue.