Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: Class 'JJG\Exception' not found in Imap.php on line 64 #19

Closed
putout opened this issue Mar 12, 2023 · 2 comments
Closed

Fatal error: Class 'JJG\Exception' not found in Imap.php on line 64 #19

putout opened this issue Mar 12, 2023 · 2 comments
Labels

Comments

@putout
Copy link

putout commented Mar 12, 2023

cool code. good work. not using ssl. any tips?
i upgraded to php 5.6
thank you
code is
include 'Imap.php';
$host = "localhost";
$user= "user";
$pass= "pass";
$port= "143";
$folder = "INBOX";

use \JJG\Imap as Imap;
$mailbox = new Imap($host, $user, $pass, $port, $folder);
$mailbox->getMailboxInfo();`

Fatal error: Class 'JJG\Exception' not found in Imap.php on line 64

also tried
$ssl = "false"; and $ssl = false;
$mailbox = new Imap($host, $user, $pass, $port, $ssl, $folder);

@github-actions
Copy link

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@github-actions github-actions bot added the stale label Jul 13, 2023
@github-actions
Copy link

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant