*

piter

  • ****
  • 104 posts
Re: Osclass v4.0 released
« Reply #15 on: September 20, 2020, 12:08:33 PM »
s_contact_phone field is not in t_item table
so the database has not been updated

Where is the error log located? Do I need to enable debugging in config.php file?

*

MB Themes

Re: Osclass v4.0 released
« Reply #16 on: September 20, 2020, 01:16:29 PM »
It is good to enable error logs.
Error log is usually located in folder defined by your hosting
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

piter

  • ****
  • 104 posts
Re: Osclass v4.0 released
« Reply #17 on: September 20, 2020, 05:45:03 PM »
I have all apache/db/php error logs enabled on the server but there is absolutely nothing related to osclass update issue I mentioned.

On the front office the console shows two errors:
tipped.js error (illegal character 10:548)
tipped is not defined /oc-content/plugins/osclass_pay/js/user.js?v=20200920171156:288

but this shouldn't affect the database to be updated during osclass upgrade...
issue remains unsolved

*

MB Themes

Re: Osclass v4.0 released
« Reply #18 on: September 20, 2020, 05:56:06 PM »
It could, as that update is ajax based.
Try to disable osclass pay plugin and try again.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

piter

  • ****
  • 104 posts
Re: Osclass v4.0 released
« Reply #19 on: September 20, 2020, 06:26:34 PM »
Yes, it could and that was the problem.
After I deleted pay plugin the database update works and a new fields has been added now.
Only one minor issue is the warning as the release.notes.php does not exist in the package.

Warning: include(): Failed opening '/public_html/oc-includes/osclass/assets/release.notes.php' for inclusion (include_path='.:/usr/share/php') in /public_html/oc-admin/themes/omega/tools/version.php on line 29

*

MB Themes

Re: Osclass v4.0 released
« Reply #20 on: September 20, 2020, 06:30:47 PM »
When you got that?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

piter

  • ****
  • 104 posts
Re: Osclass v4.0 released
« Reply #21 on: September 20, 2020, 06:37:10 PM »
After clicking the UPDATE NOW button during 3.9 -> 4.0 db update on the back office.
I assume the missing file should be in OMEGA theme. It is included at the end of the update to display some comments about a new version etc.

include osc_lib_path()."osclass/assets/release.notes.php";

*

MB Themes

Re: Osclass v4.0 released
« Reply #22 on: September 20, 2020, 07:02:21 PM »
It is not theme file, it is from core. Maybe its location has changed, will check it out.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Osclass v4.0 released
« Reply #23 on: September 20, 2020, 08:26:25 PM »
@piter
Problem found and fixed, will be updated in v4.0.1
Thanks for feedback  ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Nightnoir

  • **
  • 29 posts
Re: Osclass v4.0 released
« Reply #24 on: September 21, 2020, 04:00:03 PM »
I just updated to version 4.0 on locally installed osclass with xampp and it seems to work perfectly!