*

Alireza SSE

  • **
  • 26 posts
Bug after submit register user form
« on: October 08, 2025, 11:33:21 AM »
Hello.
Bug after submit register user form
version oc 8.3.0
php 8.0.30 and php 7.4.33

« Last Edit: October 08, 2025, 11:42:45 AM by Alireza SSE »

*

Alireza SSE

  • **
  • 26 posts
Re: Bug after submit register user form
« Reply #1 on: October 08, 2025, 11:41:07 AM »
( ! ) Warning: <strong>Could not instantiate mail function.</strong><br /> in \osclass-v8.3.0\oc-includes\osclass\utils.php on line 684

Warning: Cannot modify header information - headers already sent by (output started at \osclass-v8.3.0\oc-includes\osclass\utils.php:2420) in osclass-v8.3.0\oc-includes\osclass\core\Cookie.php on line 88

Warning: Cannot modify header information - headers already sent by (output started at \osclass-v8.3.0\oc-includes\osclass\utils.php:2420) in \osclass-v8.3.0\oc-includes\osclass\utils.php on line 2434


*

Alireza SSE

  • **
  • 26 posts
Re: Bug after submit register user form
« Reply #2 on: October 08, 2025, 11:42:15 AM »
Please solve this problem

*

Alireza SSE

  • **
  • 26 posts
Re: Bug after submit register user form
« Reply #3 on: October 08, 2025, 11:52:15 AM »
Sigma Osclass Theme 1.6.0 by MB Themes

*

MB Themes

Re: Bug after submit register user form
« Reply #4 on: October 09, 2025, 08:12:27 AM »
@Alireza SSE
Well, fix your localhost.
Error is pretty clear and self-explanatory.
Do not use localhost if you have no clue about what you doing.

Code: [Select]
Could not instantiate mail function.
This error typically indicates that your server isn't configured to send email using PHP. The most reliable solution is to install an SMTP plugin and configure it with a trusted email provider. If the issue persists, contact your hosting provider to verify server email capabilities or to request SMTP credentials.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Alireza SSE

  • **
  • 26 posts
Re: Bug after submit register user form
« Reply #5 on: October 10, 2025, 10:16:52 PM »
Thanks