[ZendTo] Error in 5.23
Orion Poplawski
orion at nwra.com
Wed Mar 18 20:29:25 GMT 2020
Just updated to 5.23. Request a drop-off was failing with:
PHP Fatal error: Uncaught Error: Call to a member function
authorizedUserData() on null in /opt/zendto/lib/Req.php:149\nStack trace:\n#0
/opt/zendto/lib/Req.php(82): Req->initWithFormData....
Looks like:
$senderOrganization = $theDropbox->authorizedUserData("organization");
needs to be:
$senderOrganization = $this->_dropbox->authorizedUserData("organization");
Thanks for the great software, we've been using it for years!
--
Orion Poplawski
Manager of NWRA Technical Systems 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane orion at nwra.com
Boulder, CO 80301 https://www.nwra.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3799 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://jul.es/pipermail/zendto/attachments/20200318/9db81b22/attachment.p7s>
More information about the ZendTo
mailing list