Osclass Support Forums

General osclass questions => General discussion => Topic started by: Lamanuncios on January 18, 2023, 05:32:39 PM

Title: Error delete ad
Post by: Lamanuncios on January 18, 2023, 05:32:39 PM
Hi group. I try to remove my own ad from website and apear this error.

Warning: Undefined variable $symbol in /home/lamanun/public_html/oc-content/plugins/favorite_items/functions.php on line 237

Warning: Cannot modify header information - headers already sent by (output started at /home/lamanun/public_html/oc-includes/osclass/utils.php:2295) in /home/lamanun/public_html/oc-includes/osclass/utils.php on line 2301

Any help?
Title: Re: Error delete ad
Post by: MB Themes on January 18, 2023, 06:15:08 PM
Looks like some variable is missing.
Title: Re: Error delete ad
Post by: Lamanuncios on January 18, 2023, 06:17:02 PM
Looks like some variable is missing.

More detail please. I need to solve this error soon posible. Tks 🙏
Title: Re: Error delete ad
Post by: MB Themes on January 24, 2023, 09:45:32 AM
@marian
In functions.php find line:
Code: [Select]
function fi_price_format($price, $symbol_code) {
and bellow it add following:
Code: [Select]
$symbol = '';
Updated plugin as well with few more adjustments.
Title: Re: Error delete ad
Post by: PeterB on January 24, 2023, 07:49:42 PM
I am having a very similar issue. I deleted three adverts and then got an error.

I do not have the "Warning: Undefined variable $symbol in /home/lamanun/public_html/oc-content/plugins/favorite_items/functions.php on line 237" error.

I only get the error below if I try to log into the dashboard.
Warning: Cannot modify header information - headers already sent by (output started at /home/hospijjj/public_html/jobs/oc-includes/osclass/utils.php:2295) in /home/hospijjj/public_html/jobs/oc-includes/osclass/utils.php on line 2301

OR

I get the following if I try to view an advert on the frontend
Warning: Cannot modify header information - headers already sent by (output started at /home/hospijjj/public_html/jobs/oc-includes/osclass/utils.php:2295) in /home/hospijjj/public_html/jobs/oc-includes/osclass/utils.php on line 2299

Please any assistance would be greatly appreciated.
Title: Re: Error delete ad
Post by: MB Themes on January 25, 2023, 11:01:45 AM
@PeterB
Update plugin ;)
Title: Re: Error delete ad
Post by: PeterB on January 25, 2023, 01:57:31 PM
@Marion Ion

Have you managed to solve your issue yet?

What Theme and plugins do you have running on your site?
Title: Re: Error delete ad
Post by: Lamanuncios on January 26, 2023, 03:48:08 PM
@PeterB
Update plugin ;)
Sorry, what plugin have to update?
Title: Re: Error delete ad
Post by: MB Themes on January 26, 2023, 04:35:25 PM
Favorite items plugin.
Title: Re: Error delete ad
Post by: Lamanuncios on January 27, 2023, 04:04:47 PM
Favorite items plugin.
It works. Tks 👍