Osclass Support Forums

General osclass questions => General discussion => Topic started by: ads365 on January 18, 2021, 03:34:19 PM

Title: Uncaught Error: Class 'POP3' not found in utils.php:385
Post by: ads365 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
Title: Re: Uncaught Error: Class 'POP3' not found in utils.php:385
Post by: MB Themes on January 18, 2021, 04:17:50 PM
@ads365
What is your osclass version?
Title: Re: Uncaught Error: Class 'POP3' not found in utils.php:385
Post by: ads365 on January 18, 2021, 04:22:42 PM
@ads365
What is your osclass version?

I am Using Osclass v4.2.2
Title: Re: Uncaught Error: Class 'POP3' not found in utils.php:385
Post by: ads365 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.
Title: Re: Uncaught Error: Class 'POP3' not found in utils.php:385
Post by: MB Themes on January 19, 2021, 01:16:01 PM
@ads365
Will be fixed in 4.3, solution is not to use POP3 before SMTP
Title: Re: Uncaught Error: Class 'POP3' not found in utils.php:385
Post by: ads365 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.