robinsowell
robinsowell
Fixed a bug where some logins could trigger an erroneous 'The configured cookie domain does not match the site URL' error.
Call to undefined function get_file_info() ee/legacy/libraries/Filemanager.php:578 Didn't spot where we were using the number helper in those spots, so replaced rather than added. Tested out for user running into the...
Better to throw a 404 than show an error (which was confusing). We were getting a 'Call to a member function checkCachedLicenseResponse() on null' in Controller/Addons/Addons.php line 745 when we...
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'exp_members.group_id' in 'where clause': SELECT DISTINCT `exp_channel_titles`.`entry_id`, `exp_channel_titles`.`title`, `title` FROM (`exp_channel_titles`) JOIN `exp_members` ON `exp_members`.`member_id` = `exp_channel_titles`.`author_id` WHERE `exp_channel_titles`.`channel_id` IN ('13') AND (exp_members.group_id...
**Is your feature request related to a problem? Please describe.** If you uninstall an add-on that has a fieldtype, or delete a fieldtype, the modal does pop up to require...
Not sure if it's a bug or a feature request- but before, the time defaulted to 'now'. Now, the time, if included, defaults to noon. And users are requesting it...
It's a [recommended but not required library](https://docs.expressionengine.com/latest/installation/requirements.html#php-extensions-recommended) We're using it in a couple of spots, user ran into it in ee/ExpressionEngine/Service/Formatter/Formats/Text.php(605). We do have a multibyte helper which does ee_mb...
So using Redactor X, you put a script tag in your html code, and view the html and it strips out the code from view, but it still saves the...
Have an entry with a grid field. One of the columns is a relationship. The related entry has a grid field with a text field and an image field. This...
Weird one- v6..4.16, have Pro installed, go to Branding. If you pick a directory for either logo/favicon, then the upload interface disappears: Tested- doesn't happen in the latest v7. Only...