*

Vlad7

  • ****
  • 244 posts
An error occured
« on: December 02, 2021, 10:43:17 PM »
Hello, after updating osclass to version 8.0 I got an error

[02-Dec-2021 23:36:34 Europe/Kiev] PHP Warning:  Undefined variable $required_type in /home2/ukagroco/public_html/oc-content/plugins/backoffice_manager/form/form_user_reg.php on line 70

the error appears when the user logs into his account or registers on the site. What could be the reason and how to fix it?

*

MB Themes

Re: An error occured
« Reply #1 on: December 03, 2021, 07:48:07 AM »
@Vlad7
Thank you, updated plugin ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Vlad7

  • ****
  • 244 posts
Re: An error occured
« Reply #2 on: December 03, 2021, 12:20:38 PM »
@Vlad7
Thank you, updated plugin ;)

Thanks, but now a new error has occurred. Clicking the republish button does not update the ad but returns error500.
<?php if(function_exists('republish_link')) { republish_link(osc_item_id()); } ?>


republish.php
header('Location: ' . osc_user_dashboard_url(osc_logged_user_id()));      ---Works


  header('Location: ' . osc_user_list_items_url(); ---does not work     ) i think the parenthesis is just missing?
« Last Edit: December 03, 2021, 12:30:20 PM by Vlad7 »

*

MB Themes

Re: An error occured
« Reply #3 on: December 03, 2021, 02:44:27 PM »
Yes correct, in which file you see that?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: An error occured
« Reply #4 on: December 03, 2021, 02:45:40 PM »
....got it, updating plugin ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots