Search found 6 matches

by efrat
26 Oct 2019, 09:15
Forum: Help
Topic: Problem creating issues with custom fields using REST API
Replies: 1
Views: 3134

Re: Problem creating issues with custom fields using REST API

Hi,
As far as I know you would need to add id to the custom field too. and I think you missed located one of the the closing }. Try like this:
'custom_fields': [
{
'field': {'name': 'IP name','id':'1'}
'value': 'Test',
},
{
'field': {'name': 'Other',,'id':'2'}
'value': 'MISC',
}
],
by efrat
25 Oct 2017, 12:41
Forum: Help
Topic: Upgrade to 2.6 not working well
Replies: 8
Views: 34684

Re: Upgrade to 2.6 not working well

I downloaded the files and then run the install.php script That's the problem.
You must not run the script, as this installs a complete fresh empty Mantis 2.7.0 database schema.
You have to import your old database, copy your old config_inc.php to config directory, adjust host and database settings ...
by efrat
25 Oct 2017, 07:58
Forum: Help
Topic: Upgrade to 2.6 not working well
Replies: 8
Views: 34684

Re: Upgrade to 2.6 not working well

I downloaded the files and then run the install.php script. At the end of this part I had mantis working perfectly.
The problem started after restoring the DB (I run the upgrade procedure with install.php again).

efrat.
by efrat
24 Oct 2017, 17:50
Forum: Help
Topic: Upgrade to 2.6 not working well
Replies: 8
Views: 34684

Re: Upgrade to 2.6 not working well

I clicked Retry and the upgrade finished with no error. But again when I opening view_all_bug_page.php I get 'HTTP ERROR 500'
Any idea what's wrong and why after upgrade this two pages are not displayed?

Thanks,
Efrat.
by efrat
24 Oct 2017, 11:52
Forum: Help
Topic: Upgrade to 2.6 not working well
Replies: 8
Views: 34684

Re: Upgrade to 2.6 not working well

Thanks. I will try fresh installation of 2.7 and report
efrat.

well I installed 2.7, restore my original database and upgraded it using the mantis admin/install.php page and the error I get is:

BAD
CREATE TABLE mantis_api_token_table ( id INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, user_id INTEGER ...
by efrat
23 Oct 2017, 13:51
Forum: Help
Topic: Upgrade to 2.6 not working well
Replies: 8
Views: 34684

Upgrade to 2.6 not working well

Hi,
I try to upgrade to ver 2.6 but have problem in the pages: my_view.php (blank) & view_all_bug_page.php (HTTP 500).
My current mantisbt env includes of :
CentOS release 6.2
mantisbt 1.2.19
PHP 5.3.3
Mysql 5.1.61
httpd-2.2.15-15
client side - IE 11 / Chrome Version 61.0.3163.100

I have created ...