We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
subject say's it all. Create an new Mail in the Webapp with "send later" and you see the issue ...
The text was updated successfully, but these errors were encountered:
I just tried here and see the following /var/lib/gromox/timer.txt
/var/lib/gromox/timer.txt
.... 2 1738602900 /usr/bin/php\ /usr/share/gromox/sa/submit.php\ [email protected]\ 328869 2 0 EXEC-FAILURE
gromi:/var/lib/gromox # journalctl --since 18:14 --until 18:16 ... Feb 03 18:15:00 gromi zcore[16229]: rhost=[]:0 [email protected] zs_logon rejected: Authentication rejected Feb 03 18:15:00 gromi timer[18724]: PHP Fatal error: Uncaught TypeError: mapi_openentry(): Argument #1 ($ses) must be of type resource, bool given in /usr/share/gromox/sa/submit.php:28 Feb 03 18:15:00 gromi timer[18724]: Stack trace: Feb 03 18:15:00 gromi timer[18724]: #0 /usr/share/gromox/sa/submit.php(28): mapi_openentry() Feb 03 18:15:00 gromi timer[18724]: #1 {main} Feb 03 18:15:00 gromi timer[18724]: thrown in /usr/share/gromox/sa/submit.php on line 28 ...
@mniehren you got something similiar?
Sorry, something went wrong.
@crpb It seem's for me that in the line 23 of submit.php $session = mapi_logon_ex($argv[1], null, 0); failed.
If i hardcoded my password instead of "null" it work's.
No branches or pull requests
Hi,
subject say's it all. Create an new Mail in the Webapp with "send later" and
you see the issue ...
The text was updated successfully, but these errors were encountered: