*

KaloSex

  • ****
  • 135 posts
Re: too many processes
« Reply #15 on: February 13, 2023, 09:15:36 PM »
Debug log is created automaticall if you enable also third option to debug logs into file.
But not sure if it helps you anyhow.

You need details about those processes. What they are...

any idea for what should i search for?

*

dsf

  • *****
  • 261 posts
Re: too many processes
« Reply #16 on: February 13, 2023, 09:44:50 PM »
so only this? define('OSC_DEBUG', true);

there is no debug.log there, should i create it on that folder?

You also need to add

define('OSC_DEBUG_DB_LOG', true) ;

*

dsf

  • *****
  • 261 posts
Re: too many processes
« Reply #17 on: February 13, 2023, 09:47:19 PM »

any idea for what should i search for?

How many processes are you allowed to have simultaneously?

Are we talking about entry processes?

*

KaloSex

  • ****
  • 135 posts
Re: too many processes
« Reply #18 on: February 14, 2023, 02:30:21 AM »

any idea for what should i search for?

How many processes are you allowed to have simultaneously?

Are we talking about entry processes?

iam on vps, so i dont have limit on them. Up to now on debug log i got only this:

[14-Feb-2023 02:00:07 Europe/Athens] PHP Fatal error:  Uncaught Error: Call to undefined function hsl_param() in /home/hru33ujxrs7c/public_html/oc-content/plugins/reminder/functions.php:92
Stack trace:
#0 /home/hru33ujxrs7c/public_html/oc-includes/osclass/classes/Plugins.php(42): erm_purge_logs()
#1 /home/hru33ujxrs7c/public_html/oc-includes/osclass/helpers/hPlugins.php(34): Plugins::runHook('cron_daily')
#2 /home/hru33ujxrs7c/public_html/oc-includes/osclass/cron.php(124): osc_run_hook('cron_daily')
#3 /home/hru33ujxrs7c/public_html/index.php(206): require_once('/home/hru33ujxr...')
#4 {main}
  thrown in /home/hru33ujxrs7c/public_html/oc-content/plugins/reminder/functions.php on line 92
[14-Feb-2023 03:27:13 Europe/Athens] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/hru33ujxrs7c/public_html/oc-content/plugins/forums/functions.php on line 348


So up to now, one error for the forum plugin and one for the reminder plugin

*

dsf

  • *****
  • 261 posts
Re: too many processes
« Reply #19 on: February 14, 2023, 02:51:28 AM »
The fatal error is the Reminder. Disable the plugin.

The forum is not an error but a php 8.1 depresiation notice. I bet switching to php 8.0.x it will go away. Means nothing. ignore it.

So disable the reminder plugin and see it you still have an issue.
« Last Edit: February 14, 2023, 11:15:50 AM by dsf »

*

KaloSex

  • ****
  • 135 posts
Re: too many processes
« Reply #20 on: February 14, 2023, 03:01:46 AM »
doesnt look like a solution to disable the plugin, since its random when i get the processes overuse mail. Its not like i will disable it and run something to check it out. I think osclasspoint should check about the error on reminder plugin and fix? Should i post it on the plugin's forum categ?

*

MB Themes

Re: too many processes
« Reply #21 on: February 14, 2023, 12:07:14 PM »

any idea for what should i search for?

How many processes are you allowed to have simultaneously?

Are we talking about entry processes?

iam on vps, so i dont have limit on them. Up to now on debug log i got only this:

[14-Feb-2023 02:00:07 Europe/Athens] PHP Fatal error:  Uncaught Error: Call to undefined function hsl_param() in /home/hru33ujxrs7c/public_html/oc-content/plugins/reminder/functions.php:92
Stack trace:
#0 /home/hru33ujxrs7c/public_html/oc-includes/osclass/classes/Plugins.php(42): erm_purge_logs()
#1 /home/hru33ujxrs7c/public_html/oc-includes/osclass/helpers/hPlugins.php(34): Plugins::runHook('cron_daily')
#2 /home/hru33ujxrs7c/public_html/oc-includes/osclass/cron.php(124): osc_run_hook('cron_daily')
#3 /home/hru33ujxrs7c/public_html/index.php(206): require_once('/home/hru33ujxr...')
#4 {main}
  thrown in /home/hru33ujxrs7c/public_html/oc-content/plugins/reminder/functions.php on line 92
[14-Feb-2023 03:27:13 Europe/Athens] PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /home/hru33ujxrs7c/public_html/oc-content/plugins/forums/functions.php on line 348


So up to now, one error for the forum plugin and one for the reminder plugin

Update plugin to fix this error.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: too many processes
« Reply #22 on: February 14, 2023, 12:08:41 PM »
We have no limits on server as well, usually only cpu time and i/o operations are monitored.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

KaloSex

  • ****
  • 135 posts
Re: too many processes
« Reply #23 on: February 15, 2023, 12:27:50 AM »
all my plugins and osclass are on latest version

*

dsf

  • *****
  • 261 posts
Re: too many processes
« Reply #24 on: February 15, 2023, 12:38:21 AM »
all my plugins and osclass are on latest version

See: