You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add a check for $config['encryption_key'] since this seem to be mandatory for file upload.
In my case I set the via an environment variable getenv('ENCKEY') and due to server configuration the key wasn't set and I spend quite some time to try and find out why I couldn't upload assets into a custom folder as described here:
Is it possible to add a check for
$config['encryption_key']
since this seem to be mandatory for file upload.In my case I set the via an environment variable getenv('ENCKEY') and due to server configuration the key wasn't set and I spend quite some time to try and find out why I couldn't upload assets into a custom folder as described here:
https://forum.getfuelcms.com/discussion/comment/10704/#Comment_10704
The text was updated successfully, but these errors were encountered: