Jump to content

IP.Tracker, please IPS...

Featured Replies

Hello,

I too am interested in the IP Tracker. Are we able to obtain a status update for the project?

Regards,
QBM

  • Replies 155
  • Views 25.2k
  • Created
  • Last Reply

Does IPS ever give status updates or dates?


Hello,



I too am interested in the IP Tracker. Are we able to obtain a status update for the project?



Regards,


QBM


it will be released when its ready ;)

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


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.

LOL
IP.Tracker_nulled maybe :) :P


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.

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!


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:

ready for user acceptance testing yet ?
:P :D

  • 2 weeks later...

Can somebody send me beta 3 of the tracker? I want to upgrade to IPB 3.3, but I dont have the beta release anymore, because I formated me HDD.

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?

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


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.

Don't know of any such issue; Stoo may have dealt with it early on. I don't know why you would ever be getting a 503, though.

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 ?


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.

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


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

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



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

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/

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.

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


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/

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

  • No registered users viewing this page.