Jump to content

IP.Tracker, please IPS...


Michael

Recommended Posts

  • Replies 155
  • Created
  • Last Reply
Posted

it will be released when its ready ;)



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
Posted


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.
Posted

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




They are doing stuff. Check out all the fixed posts here.
Posted

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!

Posted

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:
  • 2 weeks later...
Posted

I could use some help with solving an IP.Tracker-bug, but the IP.Tracker-forum is still not back, where can I post about it or could I send one of the developers a message?

Posted

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.

Posted

I don't recall seeing/fixing this bug, It's likely an issue with your server/install. What version of IP.Board/Tracker are you using ?



IP.Board 3.2.3 + IP.Tracker beta 3.
Posted

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).

Posted

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       |                |

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


Posted

<snip>


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 ).
Posted

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/
Posted

Tracker 2.1.0 beta 4 is officially released, for anyone feeling adventurous:

Please read the installation/upgrade instructions; you will have trouble if you don't.

Posted

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.

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...