Publish item but do not register in the database
« on: May 30, 2024, 03:01:10 AM »
Guys, I have a problem with my osclass that the same when I go to publish an item the same message appears that succeeds, but does not register in the database.

*

MB Themes

Re: Publish item but do not register in the database
« Reply #1 on: May 30, 2024, 03:26:20 PM »
enable PHP error logs (debug) and database debug logs, store them to files.
then run publish process.
then check these logs (in oc-content folder) for possible errors.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Publish item but do not register in the database
« Reply #2 on: June 03, 2024, 07:32:53 PM »
[03-Jun-2024 14:31:14 America/Sao_Paulo] PHP Warning:  Undefined array key "dt_expiration" in /home1/oc-includes/osclass/model/Item.php on line 868
[03-Jun-2024 14:31:14 America/Sao_Paulo] PHP Warning:  Undefined array key "pk_i_id" in /home1/oc-content/themes/delta/functions.php on line 2604

*

MB Themes

Re: Publish item but do not register in the database
« Reply #3 on: June 04, 2024, 09:28:07 AM »
Those are basically just notices. Means you need to review your database logs.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots