*

rooman

  • ****
  • 231 posts
frequent error
« on: September 08, 2022, 12:50:17 PM »
Hello,

frequent error
This problem appears constantly
Is it an external attack or a script error?

Code: [Select]
The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in /home/htl/public_html/oc-includes/osclass/core/Session.php on line 59
[07-Sep-2022 10:02:26 America/New_York] PHP Warning:  session_start(): Failed to read session data: files (path: /opt/alt/php74/var/lib/php/session) in /home/htl/public_html/oc-includes/osclass/core/Session.php on line 59
[07-Sep-2022 10:02:26 America/New_York] PHP Warning:  session_regenerate_id(): Cannot regenerate session id - session is not active in /home/htl/public_html/oc-includes/osclass/core/Session.php on line 60


Marked as best answer by frosticek on November 19, 2022, 05:05:37 PM
*

MB Themes

Re: frequent error
« Reply #1 on: September 08, 2022, 02:30:58 PM »
@rooman
Try to go to that file & line, find:
Code: [Select]
uniqid('', true)
replace with:
Code: [Select]
str_replace('.', '', uniqid('', true))
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rooman

  • ****
  • 231 posts
Re: frequent error
« Reply #2 on: September 08, 2022, 05:35:39 PM »
I think that is the cause of the problem
It is entering the local server and entering the main server
At the same time
This problem appears

Do not forget to add it in the new update 8.0.3
I will give it a try, thank you

*

MB Themes

Re: frequent error
« Reply #3 on: September 08, 2022, 10:06:02 PM »
Yes we will fix unique ID  ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots