*

invisible

  • **
  • 26 posts
Re: Updating mindstellar osclass to osclasspoint
« Reply #15 on: February 27, 2023, 03:43:39 AM »
The upgrade file was there. But when i click the upgrade option, it was automatically removed. After clicking upgrade it shows the error mentioned in my above screenshot. Then i check for files in the oc-admin folder, upgrade.php is missing. So I manually uploaded upgraded.php to the folder. Then the same issue is repeating. Somehow the upgrade.php is removed each time i click upgrade button.

*

invisible

  • **
  • 26 posts
Re: Updating mindstellar osclass to osclasspoint
« Reply #16 on: March 02, 2023, 03:22:43 AM »
@frosticek no reply?

*

dsf

  • *****
  • 261 posts
Re: Updating mindstellar osclass to osclasspoint
« Reply #17 on: March 02, 2023, 10:50:54 AM »
The upgrade file was there. But when i click the upgrade option, it was automatically removed. After clicking upgrade it shows the error mentioned in my above screenshot. Then i check for files in the oc-admin folder, upgrade.php is missing. So I manually uploaded upgraded.php to the folder. Then the same issue is repeating. Somehow the upgrade.php is removed each time i click upgrade button.

100% correct. This happened to me also, a few months back. The file was missing, i had to manually put it there. But for some reason, after that it worked.

Had several other issues thought ....
« Last Edit: March 02, 2023, 11:19:06 AM by dsf »

*

MB Themes

Re: Updating mindstellar osclass to osclasspoint
« Reply #18 on: March 02, 2023, 12:11:19 PM »
@frosticek no reply?

Sorry, I do not think our osclass version can remove this file.
I remeber mindstellar had some uodates in class locations.

Try to remove evrything except oc-content folder and config.php, ten extract osclass zip
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

invisible

  • **
  • 26 posts
Re: Updating mindstellar osclass to osclasspoint
« Reply #19 on: April 02, 2023, 07:51:46 AM »
Tried it and still the upgrade.php is going missing after i click the upgrade button in admin backend.

here is the debug log


[02-Apr-2023 11:13:32 Asia/Kolkata] PHP Warning:  Undefined variable $html in /home/****/public_html/oc-content/themes/letgo/functions.php on line 1322
[02-Apr-2023 11:13:41 Asia/Kolkata] PHP Warning:  require_once(/home/*****/public_html/oc-admin/upgrade.php): Failed to open stream: No such file or directory in /home/****/public_html/oc-admin/index.php on line 196
[02-Apr-2023 11:13:41 Asia/Kolkata] PHP Fatal error:  Uncaught Error: Failed opening required '/home/*****/public_html/oc-admin/upgrade.php' (include_path='.:/opt/cpanel/ea-php80/root/usr/share/pear') in /home/*****/public_html/oc-admin/index.php:196
Stack trace:
#0 {main}
  thrown in /home/*****/public_html/oc-admin/index.php on line 196
[02-Apr-2023 11:13:52 Asia/Kolkata] PHP Warning:  Undefined variable $html in /home/****/public_html/oc-content/themes/letgo/functions.php on line 1322

*

invisible

  • **
  • 26 posts
Re: Updating mindstellar osclass to osclasspoint
« Reply #20 on: April 02, 2023, 08:00:13 AM »
When i click upgrade button after copying files as you said this happens. Please find attachment 1.png and then if i click anywhere, a blank page will come


*

invisible

  • **
  • 26 posts
Re: Updating mindstellar osclass to osclasspoint
« Reply #21 on: April 02, 2023, 08:09:45 AM »
[02-Apr-2023 11:33:11 Asia/Kolkata] PHP Fatal error:  Uncaught Error: Call to undefined function convertAlert() in /home/****/public_html/oc-includes/osclass/upgrade-funcs.php:275
Stack trace:
#0 /home/*****/public_html/oc-admin/upgrade.php(40): require()
#1 /home/****/public_html/oc-admin/index.php(198): CAdminUpgrade->doModel()
#2 {main}
  thrown in /home/*****/public_html/oc-includes/osclass/upgrade-funcs.php on line 275
[02-Apr-2023 11:33:22 Asia/Kolkata] PHP Notice:  Plugin js is missing the index.php file /home/****/public_html/oc-content/plugins/js/index.php in /home/****/public_html/oc-includes/osclass/classes/Plugins.php on line 124
[02-Apr-2023 11:33:22 Asia/Kolkata] PHP Notice:  Plugin css is missing the index.php file /home/****/public_html/oc-content/plugins/css/index.php in /home/*****/public_html/oc-includes/osclass/classes/Plugins.php on line 124
[02-Apr-2023 11:33:22 Asia/Kolkata] PHP Notice:  Plugin documentation is missing the index.php file /home/****/public_html/oc-content/plugins/documentation/index.php in /home/*****/public_html/oc-includes/osclass/classes/Plugins.php on line 124
[02-Apr-2023 11:33:22 Asia/Kolkata] PHP Notice:  Plugin images is missing the index.php file /home/*****/public_html/oc-content/plugins/images/index.php in /home/****/public_html/oc-includes/osclass/classes/Plugins.php on line 124
[02-Apr-2023 11:33:22 Asia/Kolkata] PHP Notice:  Plugin src is missing the index.php file /home/****/public_html/oc-content/plugins/src/index.php in /home/*****/public_html/oc-includes/osclass/classes/Plugins.php on line 124
[02-Apr-2023 11:33:28 Asia/Kolkata] PHP Warning:  require_once(/home/*****/public_html/oc-admin/upgrade.php): Failed to open stream: No such file or directory in /home/*****/public_html/oc-admin/index.php on line 196
[02-Apr-2023 11:33:28 Asia/Kolkata] PHP Fatal error:  Uncaught Error: Failed opening required '/home/*****/public_html/oc-admin/upgrade.php' (include_path='.:/opt/cpanel/ea-php80/root/usr/share/pear') in /home/******/public_html/oc-admin/index.php:196
Stack trace:
#0 {main}
  thrown in /home/******/public_html/oc-admin/index.php on line 196

*

MB Themes

Re: Updating mindstellar osclass to osclasspoint
« Reply #22 on: April 02, 2023, 08:38:43 AM »
You first need to replace all Osclass files with new one (manually, extracting ZIP).
Then check what's your Osclass version in database and make sure it's latest before using Mindstellar.
In your case you tried to execute code to upgrade from Osclass version lower than 2.4 ... seems that functions used there does not exists anymore.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

invisible

  • **
  • 26 posts
Re: Updating mindstellar osclass to osclasspoint
« Reply #23 on: April 02, 2023, 10:49:07 AM »
all files including oc-content and config.php?

Please Tell me how to check osclass version in database.

*

MB Themes

Re: Updating mindstellar osclass to osclasspoint
« Reply #24 on: April 02, 2023, 05:16:46 PM »
Config.php does not exists in osclass installation.
Version is in t_preference table, section osclass.
Should be 390 in your case
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

invisible

  • **
  • 26 posts
Re: Updating mindstellar osclass to osclasspoint
« Reply #25 on: April 03, 2023, 06:58:57 AM »
Config.php does not exists in osclass installation.
Version is in t_preference table, section osclass.
Should be 390 in your case

yes. but if i replace config.php  and all files with v8+ then, it will ask me to install it from the start i think.

My motive is to upgrade to v8+ without starting fresh.

When i checked my database shows my version is still v5.1.2 please sceenshots attached

*

MB Themes

Re: Updating mindstellar osclass to osclasspoint
« Reply #26 on: April 03, 2023, 09:46:20 AM »
How can you replace config.php if it does not exists in installation package??
Version should be without DOTs.
Set it to 390 and try to restart upgrade.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

invisible

  • **
  • 26 posts
Re: Updating mindstellar osclass to osclasspoint
« Reply #27 on: April 03, 2023, 01:33:52 PM »
woohooo!!! solved.. after changing the version to 390 it was successfully upgraded.
But  Tools>Upgrade Osclass is giving a blank page

*

invisible

  • **
  • 26 posts
Re: Updating mindstellar osclass to osclasspoint
« Reply #28 on: April 03, 2023, 06:02:51 PM »
Also the listings are shown in homepage but, when i click a listing, an error like "sorry but i can't find the page you are looking for" is showing

*

MB Themes

Re: Updating mindstellar osclass to osclasspoint
« Reply #29 on: April 04, 2023, 12:04:12 PM »
Try to disable friendly URLs and/or refresh their setting.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots