Search found 8 matches

by gkeepa
03 Mar 2025, 18:22
Forum: General Discussion
Topic: adding a custom.js to bug_view_inc.php
Replies: 0
Views: 5931

adding a custom.js to bug_view_inc.php

hi all, i would like to add a custom.js and css to my custom field, such that the field highlight green when it's yes and red when it's no. it works when i include echo '<script src="js/custom.js"></script>'; on the bug_view_inc.php. however, i want to put this setting in config_inc.php with $g ...
by gkeepa
27 Apr 2022, 20:14
Forum: Help
Topic: mantisbt 2.19 upgrading php from 5.6 to 8.0
Replies: 14
Views: 145959

Re: mantisbt 2.19 upgrading php from 5.6 to 8.0

really appreciated the help.

created a php page with the following, works fine.:
<?php
echo "hello";
phpinfo();
?>


the following are set in the config_default_inc.php (we never changed these)
$g_log_level = LOG_ALL;
$g_log_destination = '';

from iis, the following is the latest log when the ...
by gkeepa
27 Apr 2022, 17:54
Forum: Help
Topic: mantisbt 2.19 upgrading php from 5.6 to 8.0
Replies: 14
Views: 145959

Re: mantisbt 2.19 upgrading php from 5.6 to 8.0

yes i tried it, same output from the browser. clearly something is not loading properly before the page could render. is there a way we can turn on or see the log on where the process is stuck on?
by gkeepa
26 Apr 2022, 19:13
Forum: Help
Topic: mantisbt 2.19 upgrading php from 5.6 to 8.0
Replies: 14
Views: 145959

Re: mantisbt 2.19 upgrading php from 5.6 to 8.0

on windows i tried both 7.4 and 8.0, both have the same issue. on linux i tried 7.4 and it's running fine.
by gkeepa
26 Apr 2022, 15:12
Forum: Help
Topic: mantisbt 2.19 upgrading php from 5.6 to 8.0
Replies: 14
Views: 145959

Re: mantisbt 2.19 upgrading php from 5.6 to 8.0

i did setup the same env on linux with same source code of 2.19 and same mysql db and php7.4 and it was working without any issues. so what could cause it not to work with windows server 2019?
by gkeepa
25 Apr 2022, 19:10
Forum: Help
Topic: mantisbt 2.19 upgrading php from 5.6 to 8.0
Replies: 14
Views: 145959

Re: mantisbt 2.19 upgrading php from 5.6 to 8.0

how would i do the following as a plugin: adding a 2nd approver for each issue. currently i added a field on the db for the 2nd approver and added the same field for the manage user screens, then modify the bug update to handle the case when the ticket should be automatically sent to the 2nd ...
by gkeepa
25 Apr 2022, 14:19
Forum: Help
Topic: mantisbt 2.19 upgrading php from 5.6 to 8.0
Replies: 14
Views: 145959

Re: mantisbt 2.19 upgrading php from 5.6 to 8.0

thanks. although i prefer to avoid upgrade since i did make some changes to various part of the mantisbt 2.19, is there a way to automatically replicate these changes to the new version. for future reference if i do need to upgrade again, what's the best way to retain my local customizations
by gkeepa
25 Apr 2022, 13:44
Forum: Help
Topic: mantisbt 2.19 upgrading php from 5.6 to 8.0
Replies: 14
Views: 145959

mantisbt 2.19 upgrading php from 5.6 to 8.0

hi my current mantisbt is 2.19.0, running on php 5.6, mysql8.025 and iis 10 in windows server 2019. i just tried to change php to 8.0, however after the change, mantisbt is not rendering any php page, instead, it only shows the following on the browser for any mantisbt php pages, what could be the ...