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
{{ message }}
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
I would like to use Proffer in my CakePHP 4 project. However, when implementing the delete example from the documentation, I get an error. I already tried replacing the config() function with getConfig(), but I am stuck at the following error:
Call to a member function getClientFilename() on string
The text was updated successfully, but these errors were encountered:
Thank you for your response. Yes, I am using the most recent version of the Cake 4 release. Uploading works fine, but I am not able to delete an image/file using the code from the example.
Edit: double checked and it turn out I am even using the dev Cake 4 branch, which is even two weeks newer.
I would like to use Proffer in my CakePHP 4 project. However, when implementing the delete example from the documentation, I get an error. I already tried replacing the config() function with getConfig(), but I am stuck at the following error:
The text was updated successfully, but these errors were encountered: