Jump to content

IP.Tracker, please IPS...


Michael

Recommended Posts

  • Replies 155
  • Created
  • Last Reply


Thanks, just wanted to check up, as I've been following the commits on github, and noticed no commits as of late. Are you all still using this as a source of development?



Regards,


QBM


I'm not sure what you've been following on github, Ip.tracker hasn't been on there.
Link to comment
Share on other sites


Is their any way u guys can modify the tracker so we can know how many bugs are fixed in 2.1.0 like we can generate the list for 3.3.3 ?



Thanks!




I'll post it here for you, this is correct at the time of posting, but we're still working on fixing more!

48 Fixed Issues:
Link to comment
Share on other sites

  • 2 weeks later...

What's your bug? Is it in the tracker?




I'm not sure. I can't create projects due to a error. Clicking next just loads before it stops, without changing page. Trying in Firefox and watching the console reveals:

"NetworkError: 503 Service Unavailable - http://www.diskusjon.no/admin/index.php?adsess=*&app=tracker&module=ajax&section=projects&do=createSimple&md5check=*



* I removed the md5string and adsess-string.

Link to comment
Share on other sites


You are getting a database error with an AJAX request. Check your database error logs (Logs -> SQL Error logs in the ACP). (Database errors return a 503 header response code).



Thanks.

We use mysql strict. What would be the best solution for solving the error? (Without turning off mysql strict)


Error: 1364 - Field 'project_versions' doesn't have a default value

 IP Address: * - /admin/index.php?adsess=*&app=tracker&module=ajax&section=projects&do=createSimple&md5check=*

 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 mySQL query error: INSERT INTO tracker_projects (`title`,`description`,`cat_only`,`enable_rss`,`parent_id`,`position`) VALUES('Tek-nettverket','Hei',0,0,0,3)

 .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.

 | File                                                                       | Function                                                                      | Line No.          |

 |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------|

 | admin/applications_addon/ips/tracker/modules_admin/ajax/projects.php       | [db_main_mysql].insert                                                        | 128               |

 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'

 | admin/applications_addon/ips/tracker/modules_admin/ajax/projects.php       | [admin_tracker_ajax_projects].create                                          | 82                |

 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'

 | admin/sources/base/ipsController.php                                       | [admin_tracker_ajax_projects].doExecute                                       | 418               |

 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'

 | admin/sources/base/ipsController.php                                       | [ipsAjaxCommand].execute                                                      | 120               |

 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'

This is the describe of the table:


+-------------------------+--------------+------+-----+---------+----------------+

| Field                   | Type         | Null | Key | Default | Extra          |

+-------------------------+--------------+------+-----+---------+----------------+

| project_id              | int(10)      | NO   | PRI | NULL    | auto_increment |

| title                   | varchar(200) | NO   |     |         |                |

| description             | text         | YES  |     | NULL    |                |

| template_id             | int(10)      | NO   |     | 0       |                |

| parent_id               | int(10)      | NO   |     | 0       |                |

| cat_only                | tinyint(1)   | NO   |     | 0       |                |

| project_show_perms      | text         | YES  |     | NULL    |                |

| project_read_perms      | text         | YES  |     | NULL    |                |

| project_start_perms     | text         | YES  |     | NULL    |                |

| project_reply_perms     | text         | YES  |     | NULL    |                |

| project_manage_perms    | text         | YES  |     | NULL    |                |

| project_upload_perms    | text         | YES  |     | NULL    |                |

| project_download_perms  | text         | YES  |     | NULL    |                |

| serial_data             | text         | YES  |     | NULL    |                |

| email_new               | tinyint(1)   | NO   |     | 0       |                |

| position                | int(5)       | NO   |     | 0       |                |

| project_versions        | mediumtext   | NO   |     | NULL    |                |

| project_version_display | tinyint(1)   | NO   |     | 0       |                |

| project_severity_add    | tinyint(1)   | NO   |     | 0       |                |

| project_severity_col    | tinyint(1)   | NO   |     | 0       |                |

| enable_rss              | tinyint(1)   | NO   |     | 0       |                |

| use_html                | tinyint(1)   | NO   |     | 0       |                |

| use_ibc                 | tinyint(1)   | NO   |     | 1       |                |

| quick_reply             | tinyint(1)   | NO   |     | 1       |                |

| private_issues          | tinyint(1)   | NO   |     | 0       |                |

| private_default         | tinyint(1)   | NO   |     | 0       |                |

| enable_suggestions      | tinyint(1)   | NO   |     | 1       |                |

| disable_tagging         | tinyint(1)   | NO   |     | 0       |                |

+-------------------------+--------------+------+-----+---------+----------------+


Link to comment
Share on other sites


Can you post this in Tracker please, I can see the problem, but we'll need to make sure the fixes work (There's a bunch of unused fields that haven't been removed - 2.0.0 Beta ).




Thanks, I've posted it here http://community.invisionpower.com/tracker/issue-38103-problems-with-mysql-strict-mode-and-adding-projects/
Link to comment
Share on other sites


Just quick question, If ill upgrade from BETA 3 which I had already configured, will it break my configuration / permissions settings etc?


No, it shouldn't break permissions, although it is a Beta so make sure you've got a backup before you do any upgrade.

p.s. we do now have a Marketplace topic setup: http://community.invisionpower.com/topic/365721-download-tracker/
Link to comment
Share on other sites

Yes, I have read it already ;) Just before all I wanted to make sure how deep changes you performed, as you required to remove old tracker files due to possible conflicts so I guess the tracker folder struct has been changed a bit, why I thought the system from INSIDE could be changed as well, what could cause permissions / config to break.

Anyway, glad to see that somebody took the tracker in the hands to work on it.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...