Search found 8 matches

by suman4u
28 Mar 2024, 08:14
Forum: Suggestions
Topic: Zapier integration module
Replies: 6
Views: 1321

Re: Zapier integration module

I desperately suggest this feature +1
by suman4u
06 Feb 2024, 23:41
Forum: Bug Report version 3.5.3
Topic: PHP warning and error page
Replies: 6
Views: 221

Re: PHP warning and error page

Thanks @Sergey and @Edi. It's working
by suman4u
04 Feb 2024, 08:21
Forum: Bug Report version 3.5.3
Topic: PHP warning and error page
Replies: 6
Views: 221

Re: PHP warning and error page

You have to consider the possibility of empty result of your query. Because if it is, it will give null value to $ts which caused the warning. Try changing your code like this: $status = [157]; $case_id = [id]; //$output_value = $case_id; $ts_query = db_query("SELECT app_comments.date_added AS...
by suman4u
03 Feb 2024, 11:21
Forum: Bug Report version 3.5.3
Topic: PHP warning and error page
Replies: 6
Views: 221

Re: PHP warning and error page

This was my PHP code. Can you suggest strlen alternative? // $status = [157]; $case_id = [id]; //$output_value = $case_id; $ts_query = db_query("SELECT app_comments.date_added AS ts FROM app_comments INNER JOIN app_comments_history ON app_comments_history.comments_id=app_comments.id WHERE app_c...
by suman4u
03 Feb 2024, 10:02
Forum: Bug Report version 3.5.3
Topic: PHP warning and error page
Replies: 6
Views: 221

PHP warning and error page

After update to 3.5 and changing PHP to 8.1 the following error code occurs when form is submitted: Warning: Trying to access array offset on value of type null in .../includes/classes/fieldstypes/fieldtype_php_code.php(175) : eval()'d code on line 6 Deprecated: strlen(): Passing null to parameter #...
by suman4u
22 Mar 2023, 19:11
Forum: Bug Report version 3.3
Topic: cPanel is deprecating PHP 7.4 and PHP FILEINFO module is not available
Replies: 1
Views: 1196

cPanel is deprecating PHP 7.4 and PHP FILEINFO module is not available

cPanel is deprecating PHP 7.4 and PHP FILEINFO module is not available there. So, installation is paused. What to do?