-
ExpressionEngine 6.1.5
PHP v 7.4.24
MySQL 5.6.41
Percona Server (GPL), Release 84.1
When adding a new Fluid fieldset, the fieldsets appear in the entry of the control panel as linked buttons how…
-
**Description of the problem**
When seeking to create a ChannelEntry via the Model service in the CLI, I am getting a number of different errors and am unable to create.
**How To Reproduce**
…
-
Deprecated
implode(): Passing glue string after array is deprecated. Swap the parameters
ee/ExpressionEngine/Addons/channel/mod.channel.php, line 559
Severity: E_DEPRECATED
Code:
```
S…
-
Upon login using the discussion forum login form I get the following errors. These errors show even if error reporting is off. (EE 6.06, php 7.3, mySQL 5.0.12)
https://***.***/forums/member/login/
…
-
** Problem **
A password conformation fields have the HTML attribute "new-password" instead of probably "current-password." Browsers won't use saved password, and some [Safari] try to auto-fill new …
-
**Description of the problem**
When using Channel Form, and selecting the Category Selection, using the tags specified in https://docs.expressionengine.com/latest/channels/channel-form/categories.htm…
-
**Describe the bug or issue you're experiencing**
I've previously been able to click directly on any File field submissions when viewing Form Submissions. However, the File field don't seem to be hyp…
-
With EE2 I could easy create entries for guest users. Now with EE5.3 I cannot. I'm using the following rule to create entries: "ee('Model')->make('ChannelEntry')". When I'm logged in as a user It's wo…
-
This is an issue dating back to EE3 I believe, and I am curious about why this functionality was disabled.
In system/ee/ExpressionEngine/Addons/channel/libraries/channel_form/Channel_form_lib.…
-
Should the PATH_THIRD be updated to PATH_MOD for complete integrations with javascript (and css) package loading? I have some failures as PATH_THIRD would references the legacy third party addon locat…