*

webcity

  • *****
  • 252 posts
PHP Warnings
« on: November 28, 2024, 08:13:38 AM »
Hi,

I'm getting lots of PHP warnings in my error logs, can the code be updated to not generate the warnings as I don't want to disable warning errors showing in my server logs.

I'm using the latest version of the plugin and PHP version 8.2. The warning errors are:


[09-Nov-2024 15:02:16 Europe/London] PHP Warning:  Trying to access array offset on value of type bool in /home/my_site/public_html/oc-content/plugins/advertisement_manager/index.php on line 395
[09-Nov-2024 15:02:23 Europe/London] PHP Warning:  Trying to access array offset on value of type bool in /home/my_site/public_html/oc-content/plugins/advertisement_manager/index.php on line 323
[09-Nov-2024 15:02:23 Europe/London] PHP Warning:  Trying to access array offset on value of type bool in /home/my_site/public_html/oc-content/plugins/advertisement_manager/index.php on line 327
[09-Nov-2024 15:02:23 Europe/London] PHP Warning:  Trying to access array offset on value of type bool in /home/my_site/public_html/oc-content/plugins/advertisement_manager/index.php on line 331
[09-Nov-2024 15:02:23 Europe/London] PHP Warning:  Trying to access array offset on value of type bool in /home/my_site/public_html/oc-content/plugins/advertisement_manager/index.php on line 332
[09-Nov-2024 15:02:23 Europe/London] PHP Warning:  Trying to access array offset on value of type bool in /home/my_site/public_html/oc-content/plugins/advertisement_manager/index.php on line 333
[09-Nov-2024 15:02:23 Europe/London] PHP Warning:  Trying to access array offset on value of type bool in /home/my_site/public_html/oc-content/plugins/advertisement_manager/index.php on line 334
[09-Nov-2024 15:02:23 Europe/London] PHP Warning:  Trying to access array offset on value of type bool in /home/my_site/public_html/oc-content/plugins/advertisement_manager/index.php on line 337
[09-Nov-2024 15:02:23 Europe/London] PHP Warning:  Trying to access array offset on value of type bool in /home/my_site/public_html/oc-content/plugins/advertisement_manager/index.php on line 338
[09-Nov-2024 15:02:23 Europe/London] PHP Warning:  Trying to access array offset on value of type bool in /home/my_site/public_html/oc-content/plugins/advertisement_manager/index.php on line 339
[09-Nov-2024 15:02:23 Europe/London] PHP Warning:  Trying to access array offset on value of type bool in /home/my_site/public_html/oc-content/plugins/advertisement_manager/index.php on line 388
[09-Nov-2024 15:02:23 Europe/London] PHP Warning:  Trying to access array offset on value of type bool in /home/my_site/public_html/oc-content/plugins/advertisement_manager/index.php on line 390
[09-Nov-2024 15:02:23 Europe/London] PHP Warning:  Trying to access array offset on value of type bool in /home/my_site/public_html/oc-content/plugins/advertisement_manager/index.php on line 395
[09-Nov-2024 15:02:26 Europe/London] PHP Warning:  Trying to access array offset on value of type bool in /home/my_site/public_html/oc-content/plugins/advertisement_manager/index.php on line 323

Many thanks

Marked as best answer by frosticek on November 30, 2024, 08:49:02 PM
*

MB Themes

Re: PHP Warnings
« Reply #1 on: November 29, 2024, 03:02:05 PM »
Plugin was updated.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

webcity

  • *****
  • 252 posts
Re: PHP Warnings
« Reply #2 on: November 30, 2024, 06:11:29 PM »
Thanks :-)

*

webcity

  • *****
  • 252 posts
Re: PHP Warnings
« Reply #3 on: December 02, 2024, 10:59:45 AM »
Hi,

Thanks for the update.

I've just updated the plugin and I'm getting a server 500 error message now.

I've had to disable the plugin for the site to load.

Many thanks

*

MB Themes

Re: PHP Warnings
« Reply #4 on: December 02, 2024, 01:33:07 PM »
I see.
Plugin updated, please try now.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

webcity

  • *****
  • 252 posts
Re: PHP Warnings
« Reply #5 on: December 02, 2024, 01:53:13 PM »
Thanks for your help.

That has resolved the problem :-)

*

webcity

  • *****
  • 252 posts
Re: PHP Warnings
« Reply #6 on: December 02, 2024, 03:56:36 PM »
I've noticed that banners are showing on the  mysite.com/search pages in addition to the categories that I have selected.

How do I stop banners showing on the /search pages?

Many thanks

*

MB Themes

Re: PHP Warnings
« Reply #7 on: December 02, 2024, 07:04:33 PM »
I think best way would be to condition your integration - show just when search category id > 0
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots