*

webcity

  • *****
  • 255 posts
Can't update categories in v8.02
« on: May 22, 2022, 02:19:08 PM »
Hi,

When I try and update the settings/category name, it doesn't save the changes.

I've enabled debug and this is the error message:

Code: [Select]
NOTICE: TRYING TO ACCESS ARRAY OFFSET ON VALUE OF TYPE BOOL IN /HOME/AUCLASSI/PUBLIC_HTML/OC-ADMIN/THEMES/OMEGA/CATEGORIES/IFRAME.PHP ON LINE 26
EDIT CATEGORY ID:

Notice: Trying to access array offset on value of type bool in /home/auclassi/public_html/oc-includes/osclass/frm/Category.form.class.php on line 31

Notice: Trying to access array offset on value of type bool in /home/auclassi/public_html/oc-includes/osclass/frm/Category.form.class.php on line 186

Notice: Trying to access array offset on value of type bool in /home/auclassi/public_html/oc-includes/osclass/frm/Category.form.class.php on line 191

Notice: Trying to access array offset on value of type bool in /home/auclassi/public_html/oc-includes/osclass/frm/Category.form.class.php on line 159


Can anyone suggest a solution?

Many thanks

*

MB Themes

Re: Can't update categories in v8.02
« Reply #1 on: May 22, 2022, 02:20:52 PM »
It looks like id does not exists or category with that id does not exists
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

webcity

  • *****
  • 255 posts
Re: Can't update categories in v8.02
« Reply #2 on: May 22, 2022, 02:26:56 PM »
Thanks for the reply.

Can you suggest where I can start looking for the problem?

I get the same problem when I try and add a new category too. It adds the new category "Please edit me" , when I edit the new category it doesn't save the changes.

Many thanks

*

webcity

  • *****
  • 255 posts
Re: Can't update categories in v8.02
« Reply #3 on: May 22, 2022, 02:49:54 PM »
I've checked in phpMYadmin and all the category ID's seem to be there in t_category and t_category_description

Can anyone suggest a solution or is having the same problem?

Many thanks

*

webcity

  • *****
  • 255 posts
Re: Can't update categories in v8.02
« Reply #4 on: May 22, 2022, 03:13:03 PM »
Hi,

I've purchased quite a few plugins from Osclasspoint including All in One SEO, should I start disabling them to find the problem? They are all up to date too with the latest release.

Many thanks

*

webcity

  • *****
  • 255 posts
Re: Can't update categories in v8.02
« Reply #5 on: May 23, 2022, 05:02:36 AM »
The problem seems to be only when I use the Epsilon theme, if I switch back to the default theme, all works OK

I'll open a post under the Epsilon support forum.

Thanks

*

MB Themes

Re: Can't update categories in v8.02
« Reply #6 on: May 23, 2022, 04:47:43 PM »
It does not seem to be related, theme has no impact in backoffice. Maybe you can try to remove foreign keys on t_category_epsilon table to be sure. You can also try to update category on database to see if there is some mysql error.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots