-
**tl;dr : UserFrosting 4.6 doesn't support PHP 8.1, use PHP 8.0.**
-----
The following exception can be seen when running UserFrosting 4.6 with PHP 8.1, either in the console or browser.
```t…
-
UserFrosting version
4.6.4
PHP version
8.1.24
Webserver software
Apache/2.4.57 (CentOS Stream) OpenSSL/3.0.7
Database version
mysql 10.5.16-MariaDB
Database name
userfrosting
Project directo…
-
The first page (dashboard) is rendered in the user's locale but the alert sent along with it is rendered in the default locale.
Forum discussion:
https://forums.userfrosting.com/t/welcome-message-…
-
The `sync()` function, when used on a `belongsToMany()` relationship, does not appear to set the `created_at` or `updated_at` timestamp fields.
-
Support for SQL Server on Windows seams broken with UserFrosting 4.2, at least at the testing level.
Current AppVeyor error message :
```
SQLSTATE[23000]: [Microsoft][ODBC Driver 13 for SQL Ser…
-
When an admin resets a password for a user (who has not yet confirmed registration, open registration is disabled) using the "_Send the user a link that will allow them to choose their own password_" …
-
Since this error is the most common one new comers encounter :
```
An exception has been thrown during the rendering of a template ("The asset 'vendor/font-awesome/css/font-awesome.css' could no…
-
Since all sprinkles should have a `composer.json` file, it shouldn't be hard to generate the `sprinkles.json` automatically when running `composer update`. A previous concerns was the specific order o…
-
In the Dashboard -> Users -> [Create User]
The predefined group is always the group of the current logged-in User that is creating the user.
Even when I change in `default.php -> registration.us…
-
As https://github.com/userfrosting/UserFrosting/issues/748 demonstrated, Handlebars doesn't distinguish between invoking a helper, versus referencing a variable parameter, in its syntax:
```
// Re…