*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
hello i need help now intalled OSCLASS 8.0.2 and when change name CATEGORY no is SAVED why?

Version PHP 8.0.18  this new installer before work normal osclass
Panel: PLESK
Versión del servidor: 10.3.32-MariaDB - MariaDB Server


Photo

Change https://prnt.sc/9FoaGbIme1SZ
CHange after Saved https://prnt.sc/1qqN30-DEIoy

Now F5 https://prnt.sc/rj2M4nOmufV- change no saved

Server information: Linux vmi823489.contaboserver.net 4.18.0-348.20.1.el8_5.x86_64 #1 SMP Thu Mar 10 11:31:47 EST 2022 x86_64

Server software version: ()

PHP version: 8.0.18

Memory limit: 2080M

Max execution time: 9999s

Upload max file size: 128M

Max input vars: 25000

Allow URL Fopen: Enabled

MySQL version: 10.3.32-MariaDB
« Last Edit: May 12, 2022, 07:55:44 PM by Lopetoms »
hostoki.com

*

MB Themes

Parameters looks good.
Enable db error log and send queries you have on category name update
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
i try ENABLE but log error no see you can enter my site?
hostoki.com

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
SELECT a.*, b.*, c.i_num_items, tct.*, 1 as theme_category_table_loaded
FROM (oc_t_category as a)
INNER JOIN oc_t_category_description as b ON (a.pk_i_id = b.fk_i_category_id AND b.fk_c_locale_code = "es_ES")
LEFT JOIN oc_t_category_stats as c ON a.pk_i_id = c.fk_i_category_id
LEFT JOIN oc_t_category_epsilon as tct ON a.pk_i_id = tct.fk_i_category_id
WHERE b.s_name != '' AND a.b_enabled = 1
ORDER BY i_position ASC
0.0011470317840576   SELECT a.pk_i_id, a.i_position, b.*, tct.*, 1 as theme_category_table_loaded
FROM (oc_t_category as a)
INNER JOIN oc_t_category_description as b ON a.pk_i_id = b.fk_i_category_id
LEFT JOIN oc_t_category_epsilon as tct ON a.pk_i_id = tct.fk_i_category_id
WHERE b.s_name != '' AND a.b_enabled = 1
GROUP BY a.pk_i_id
ORDER BY i_position ASC
hostoki.com

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Parameters looks good.
Enable db error log and send queries you have on category name update


hello you can help me
hostoki.com

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
All right, all the requirements have met!
PHP version 5.6 or higher
PHP version 8.0 or lower
MySQLi extension for PHP
GD extension for PHP
Folder oc-content/uploads exists
oc-content/uploads folder is writable
Folder oc-content/downloads exists
oc-content/downloads folder is writable
Folder oc-content/languages folder exists
oc-content/languages folder is writable
Root directory is writable
config-sample.php file exists
hostoki.com

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
i see problem is when active LANGUAJE SPANISH
hostoki.com

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
What would be the solution because my Spanish language does not save the categories
hostoki.com

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Parameters looks good.
Enable db error log and send queries you have on category name update

Hello, what is the solution? is there a problem in the script? because I could see that it is only with the categories when you install the Spanish language and I want to change. delete and disable categories changes are not saved
« Last Edit: May 13, 2022, 08:07:10 PM by MB Themes »
hostoki.com

*

MB Themes

@Lopetoms
You have not added update select statements those should flow to database.
Also nothing from error log, console log too.

You can check commands issued to database in network tab of browser. Enable debug log and debug DB log.

Sample:
https://yourdomain.com/oc-admin/index.php?page=ajax&action=enable_category&octoken=mbmcxld950uw&id=31&enabled=1

Response:
Code: [Select]
{"ok":"The subcategory has been enabled","affectedIds":[{"id":"31"}]}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
@Lopetoms
You have not added update select statements those should flow to database.
Also nothing from error log, console log too.

You can check commands issued to database in network tab of browser. Enable debug log and debug DB log.

Sample:
https://yourdomain.com/oc-admin/index.php?page=ajax&action=enable_category&octoken=mbmcxld950uw&id=31&enabled=1

Response:
Code: [Select]
{"ok":"The subcategory has been enabled","affectedIds":[{"id":"31"}]}

define('OSC_DEBUG_DB', true);
define('OSC_DEBUG_LOG', true);
define('OSC_DEBUG', true);

i have enable no see error you can help please? i remove all and install again and same error no can


{"ok":"La subcategor\u00eda se ha activado","affectedIds":[{"id":"31"}]}
hostoki.com

*

MB Themes

If you enable this one , errors should go to oc-content/debug.log

OSC_DEBUG_LOG

But it looks it worked for you OK
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
If you enable this one , errors should go to oc-content/debug.log

OSC_DEBUG_LOG

But it looks it worked for you OK

no work brother NO SAVED categoria

i can send my passwork and you try no work

https://prnt.sc/y_kxUIayau7b now this error
« Last Edit: May 13, 2022, 09:18:45 PM by Lopetoms »
hostoki.com

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
[13-May-2022 21:16:48 Europe/Madrid] PHP Warning:  Trying to access array offset on value of type bool in /var/www/vhosts/tobaratos.com/httpdocs/oc-admin/themes/omega/categories/iframe.php on line 26
[13-May-2022 21:16:48 Europe/Madrid] PHP Warning:  Trying to access array offset on value of type bool in /var/www/vhosts/tobaratos.com/httpdocs/oc-includes/osclass/frm/Category.form.class.php on line 31
[13-May-2022 21:16:48 Europe/Madrid] PHP Warning:  Trying to access array offset on value of type bool in /var/www/vhosts/tobaratos.com/httpdocs/oc-includes/osclass/frm/Category.form.class.php on line 186
[13-May-2022 21:16:48 Europe/Madrid] PHP Warning:  Trying to access array offset on value of type bool in /var/www/vhosts/tobaratos.com/httpdocs/oc-includes/osclass/frm/Category.form.class.php on line 191


this error  debug.log

When I deactivate a category and activate it again it says that the ID number does not exist mybe this version error i try muchs no work remove all data and install again and same and try in other company hosting Cpanel and same error and try other hosting Plesk and error
« Last Edit: May 13, 2022, 09:49:22 PM by Lopetoms »
hostoki.com

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
hello..... need help please 3 days no can use and create my site.... yestoday buy new theme and no can use my site
hostoki.com