View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - [SOLVED] Error while creating ticket by specific user after upgrade to V9.2.2 - ProjeQtOr
 
 

[SOLVED] Error while creating ticket by specific user after upgrade to V9.2.2

More
30 Aug 2021 12:39 - 31 Aug 2021 04:41 #1 by sD_Dionysus
After upgrade to V9.2.2 while creating ticket by specific user ('abc') an error occurs:
 
This writes to the log:
2021-08-30 14:36:58.351 ===== TRACE ===== NEW CONNECTED USER 'abc' (using remember me feature)
2021-08-30 14:38:13.745 ***** ERROR ***** [V9.2.2] ERROR *****
2021-08-30 14:38:13.745 ***** ERROR ***** [V9.2.2] on file '/var/www/html/projeqtor/tool/html.php' at line (2432)
2021-08-30 14:38:13.745 ***** ERROR ***** [V9.2.2] cause = Undefined variable: title
2021-08-30 14:38:34.452 ===== TRACE ===== sendMailIfMailable : Mails without dest
2021-08-30 14:39:22.652 ***** ERROR ***** [V9.2.2] ERROR *****
2021-08-30 14:39:22.652 ***** ERROR ***** [V9.2.2] on file '/var/www/html/projeqtor/tool/html.php' at line (2432)
2021-08-30 14:39:22.652 ***** ERROR ***** [V9.2.2] cause = Undefined variable: title
2021-08-30 14:39:23.106 ***** ERROR ***** [V9.2.2] ERROR *****
2021-08-30 14:39:23.106 ***** ERROR ***** [V9.2.2] on file '/var/www/html/projeqtor/tool/html.php' at line (2432)
2021-08-30 14:39:23.106 ***** ERROR ***** [V9.2.2] cause = Undefined variable: title
2021-08-30 14:39:23.107 ***** ERROR ***** [V9.2.2] Undefined variable: title in html.php at line 2432
2021-08-30 14:39:23.107 ***** ERROR ***** [V9.2.2] Error while executing CRON script : fix the source issue and manually restart the CRON Process
2021-08-30 14:39:23.109 ***** ERROR ***** [V9.2.2] ERROR *****
2021-08-30 14:39:23.109 ***** ERROR ***** [V9.2.2] on file '/var/www/html/projeqtor/tool/html.php' at line (2432)
2021-08-30 14:39:23.109 ***** ERROR ***** [V9.2.2] cause = Undefined variable: title
2021-08-30 14:39:23.109 ***** ERROR ***** [V9.2.2] Undefined variable: title in html.php at line 2432
2021-08-30 14:39:23.109 ***** ERROR ***** [V9.2.2] Error while executing CRON script : fix the source issue and manually restart the CRON Process
Please tell me what is the possible reason and how to fix the error?
Attachments:
Last edit: 31 Aug 2021 04:41 by sD_Dionysus.

Please Log in or Create an account to join the conversation.

More
01 Sep 2021 08:35 #2 by babynus
Just add 1 line before line 2433 in projeqtor/tool/html.php, from
       function ($matches) { 
         return '<img onClick="showImage(\'Note\',\''.$matches[1].'\',\''.basename($matches[1]).'\');" src="'.$matches[1].'" style="cursor:pointer;" '.$title;
       },
to
       function ($matches) { 
         $title='title="'.i18n("msgClickToEnlarge").'"';
         return '<img onClick="showImage(\'Note\',\''.$matches[1].'\',\''.basename($matches[1]).'\');" src="'.$matches[1].'" style="cursor:pointer;" '.$title;
       },

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
01 Sep 2021 10:09 #3 by sD_Dionysus

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.045 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.