Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Null PHP Warning #2098

Merged
merged 6 commits into from
Jan 7, 2025
Merged

Fix: Null PHP Warning #2098

merged 6 commits into from
Jan 7, 2025

Conversation

krishana7911
Copy link
Contributor

Fix: Null PHP Warning

[28-Dec-2024 05:01:33 UTC] PHP Warning: Attempt to read property "action_query" on null in /home/komchatten/public_html/wp-content/plugins/buddypress-media/app/main/controllers/template/RTMediaTemplate.php on line 794
[28-Dec-2024 05:01:33 UTC] PHP Warning: Attempt to read property "action" on null in /home/komchatten/public_html/wp-content/plugins/buddypress-media/app/main/controllers/template/RTMediaTemplate.php on line 747
[28-Dec-2024 05:01:33 UTC] PHP Warning: Attempt to read property "action_query" on null in /home/komchatten/public_html/wp-content/plugins/buddypress-media/app/main/controllers/template/RTMediaTemplate.php on line 747
[28-Dec-2024 05:01:33 UTC] PHP Warning: Attempt to read property "action" on null in /home/komchatten/public_html/wp-content/plugins/buddypress-media/app/main/controllers/template/RTMediaTemplate.php on line 599
[28-Dec-2024 05:01:33 UTC] PHP Warning: Attempt to read property "action_query" on null in /home/komchatten/public_html/wp-content/plugins/buddypress-media/app/main/controllers/template/RTMediaTemplate.php on line 599
[28-Dec-2024 05:01:33 UTC] PHP Warning: Attempt to read property "action" on null in /home/komchatten/public_html/wp-content/plugins/buddypress-media/app/main/controllers/template/RTMediaTemplate.php on line 317
[28-Dec-2024 05:01:33 UTC] PHP Warning: Attempt to read property "action_query" on null in /home/komchatten/public_html/wp-content/plugins/buddypress-media/app/main/controllers/template/RTMediaTemplate.php on line 317
[28-Dec-2024 05:01:33 UTC] PHP Warning: Attempt to read property "action" on null in /home/komchatten/public_html/wp-content/plugins/buddypress-media/app/main/controllers/template/RTMediaTemplate.php on line 242
[28-Dec-2024 05:01:33 UTC] PHP Warning: Attempt to read property "action_query" on null in /home/komchatten/public_html/wp-content/plugins/buddypress-media/app/main/controllers/template/RTMediaTemplate.php on line 242
[28-Dec-2024 05:01:33 UTC] PHP Warning: Attempt to read property "format" on null in /home/komchatten/public_html/wp-content/plugins/buddypress-media/app/main/controllers/template/RTMediaTemplate.php on line 231
Screenshot 2025-01-07 at 6 49 13 AM

Fixes:

  • Add isset conditions for each function to handle the null values.
  • Fix error related to dynamic property creation by explicitly declaring the value.

@krishana7911 krishana7911 self-assigned this Jan 7, 2025
krishana7911 added a commit that referenced this pull request Jan 7, 2025
@krishana7911 krishana7911 merged commit fa86c28 into develop Jan 7, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants