IP.Tracker, please IPS...
#141
Posted 02 July 2012 - 12:54 PM
Stuart Silvester
Tracker 2.1.0 - Now Available!!!
Trader Feedback System v1.4 - Download Now - NEW
Member Map v1.0.9 - Download Now
Content Spy v1.1.2 - Purchase Here
#142
Posted 02 July 2012 - 08:51 PM
IP.Board 3.2.3 + IP.Tracker beta 3.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 am administrator TSP on the norwegian IPB 3.2.3-board Diskusjon.no.
#143
Posted 03 July 2012 - 08:27 AM
- Ryan H. likes this
Developer / Senior Support
If it sounds like fun, it's not allowed on the bus!

Invision Power Services, Inc.
#144
Posted 03 July 2012 - 12:04 PM
Thanks.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).
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§ion=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 | | +-------------------------+--------------+------+-----+---------+----------------+
I am administrator TSP on the norwegian IPB 3.2.3-board Diskusjon.no.
#145
Posted 03 July 2012 - 05:19 PM
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 ).<snip>
Stuart Silvester
Tracker 2.1.0 - Now Available!!!
Trader Feedback System v1.4 - Download Now - NEW
Member Map v1.0.9 - Download Now
Content Spy v1.1.2 - Purchase Here
#146
Posted 03 July 2012 - 07:02 PM
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.inv...dding-projects/
I am administrator TSP on the norwegian IPB 3.2.3-board Diskusjon.no.
#147
Posted 10 July 2012 - 04:58 PM
Please read the installation/upgrade instructions; you will have trouble if you don't.
- stoo2000 and Bob van Leeuwen like this
Ryan Hoerr / "No1 1000" - Sublime Development
IP.Board 3.4 Resources 




Mod Advanced Tags & Prefixes
Mod Easy Pages
Skin Graphite
Skin Thoreau
#148
Posted 10 July 2012 - 05:32 PM
#149
Posted 10 July 2012 - 05:38 PM
No, it shouldn't break permissions, although it is a Beta so make sure you've got a backup before you do any upgrade.Just quick question, If ill upgrade from BETA 3 which I had already configured, will it break my configuration / permissions settings etc?
p.s. we do now have a Marketplace topic setup: http://community.inv...wnload-tracker/
Stuart Silvester
Tracker 2.1.0 - Now Available!!!
Trader Feedback System v1.4 - Download Now - NEW
Member Map v1.0.9 - Download Now
Content Spy v1.1.2 - Purchase Here
#150
Posted 10 July 2012 - 05:44 PM
Anyway, glad to see that somebody took the tracker in the hands to work on it.
#151
Posted 10 July 2012 - 05:45 PM
Keep up the good work...
- Ryan H. and Marcher Technologies like this
#152
Posted 10 July 2012 - 05:48 PM
The reason for that is that we've moved Tracker files from /admin/applications_addon/ips to /admin/applications_addon/other - it will no longer show as an official IPS app in the ACP.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.
Stuart Silvester
Tracker 2.1.0 - Now Available!!!
Trader Feedback System v1.4 - Download Now - NEW
Member Map v1.0.9 - Download Now
Content Spy v1.1.2 - Purchase Here
#153
Posted 10 July 2012 - 06:39 PM
Now it is like
//////////////// OPTION_1 ///// OPTION2 /////OPTION3 Grou1 Group2 Group3
This made me a headache when I was configuring it
I believe schema what IPS used over forum
//////////////// Group1 ///// Group2 ///// Group3 OPTION_1 OPTION_2 OPTION_3
Would be much more handy.
Also, dragging the categories seems to be not smooth, working very sharp way, easy to get confused and mess the categories. How about re-caching categories automatically after each drag?
Another cosmetic suggestion for next update would be to change that annoying CAPS writing to normal one
Another thing guys is DUPLICATING the categories, it is so annoying when you have to check permissions all over again for each category.
Also, still no possibility to check permissions in moment of creating category for: http://screenshooter...1999852/pygawqo you have to edit created category again to get it working.
I did not post it in Bug Tracker as I believe this are not bugs, just missing features.
If you think I should post any of them in the tracker then I'll do it.
#154
Posted 10 July 2012 - 09:41 PM
Sorry Double Posting, edit was unavailable already
Also pre-defined tags would be handy, option to use them only or also specified by end-user.
@Stoo2000
update your forum, http://ipb.silvester...eedback-system/
Seems you have the bug with Nexus 1.5.1 of no possibility to buy item with options
#155
Posted 11 July 2012 - 06:15 AM
It would seem I did, I forgot I used options !@Stoo2000
update your forum, http://ipb.silvester...eedback-system/
Seems you have the bug with Nexus 1.5.1 of no possibility to buy item with options
- ΑndyF likes this
Stuart Silvester
Tracker 2.1.0 - Now Available!!!
Trader Feedback System v1.4 - Download Now - NEW
Member Map v1.0.9 - Download Now
Content Spy v1.1.2 - Purchase Here
#156
Posted 11 July 2012 - 07:25 AM
Thanks to everyone for their patience while we transition this product.
Developer / Senior Support
If it sounds like fun, it's not allowed on the bus!

Invision Power Services, Inc.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users


This topic is locked








