This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

ads365

  • **
  • 11 posts
Uncaught Error: Class 'POP3' not found in utils.php:385
« on: January 18, 2021, 03:34:19 PM »
When User submit the Ad It shows the blank page with error below:

This page isn’t workingwww.ads365.in is currently unable to handle this request.
HTTP ERROR 500

Below is the error log. Earlier it was working fine. No idea what happened.

Please help me How to rectify that error


[18-Jan-2021 19:39:11 Asia/Kolkata] PHP Fatal error:  Uncaught Error: Class 'POP3' not found in /home/xyz/public_html/ads365.in/oc-includes/osclass/utils.php:385
Stack trace:
#0 /home/xyz/public_html/ads365.in/oc-includes/osclass/emails.php(1125): osc_sendMail(Array)
#1 /home/xyz/public_html/ads365.in/oc-includes/osclass/classes/Plugins.php(40): fn_email_admin_new_item(Array)
#2 /home/xyz/public_html/ads365.in/oc-includes/osclass/helpers/hPlugins.php(31): Plugins::runHook('hook_email_admi...', Array)
#3 /home/xyz/public_html/ads365.in/oc-includes/osclass/ItemActions.php(610): osc_run_hook('hook_email_admi...', Array)
#4 /home/xyz/public_html/ads365.in/oc-includes/osclass/ItemActions.php(292): ItemActions->sendEmails(Array)
#5 /home/xyz/public_html/ads365.in/oc-includes/osclass/controller/item.php(150): ItemActions->add()
#6 /home/xyz/public_html/ads365.in/index.php(96): CWebItem->doModel()
#7 {main}
  thrown in /home/xyz/public_html/ads365.in/oc-includes/osclass/utils.php on line 385

*

MB Themes

Re: Uncaught Error: Class 'POP3' not found in utils.php:385
« Reply #1 on: January 18, 2021, 04:17:50 PM »
@ads365
What is your osclass version?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ads365

  • **
  • 11 posts
Re: Uncaught Error: Class 'POP3' not found in utils.php:385
« Reply #2 on: January 18, 2021, 04:22:42 PM »
@ads365
What is your osclass version?

I am Using Osclass v4.2.2

*

ads365

  • **
  • 11 posts
Re: Uncaught Error: Class 'POP3' not found in utils.php:385
« Reply #3 on: January 19, 2021, 11:34:54 AM »
@ads365
What is your osclass version?

I am Using Osclass v4.2.2

Any Update to resolve the issue.

Marked as best answer by ads365 on January 20, 2021, 06:45:17 AM
*

MB Themes

Re: Uncaught Error: Class 'POP3' not found in utils.php:385
« Reply #4 on: January 19, 2021, 01:16:01 PM »
@ads365
Will be fixed in 4.3, solution is not to use POP3 before SMTP
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ads365

  • **
  • 11 posts
Re: Uncaught Error: Class 'POP3' not found in utils.php:385
« Reply #5 on: January 20, 2021, 06:46:12 AM »
@ads365
Will be fixed in 4.3, solution is not to use POP3 before SMTP

Thank you so much for prompt reply and giving the solution to my issue.