-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class is not defined (after following the tutorial) #1
Comments
sorry for that, forgot the frontend-bridge dependency in composer.json, which includes jinheritance.js, bringing Class and the whole inheritance functionality into JS. Please execute "composer update" and especially follow the instructions of cake-attachments regarding the FrontendBridge. with kind regards |
This is entity dump after saving with attachments (article entity). 'attachments' => [] and |
try giving the Attachments->attachmentsArea Helper method the correct fieldName, like so:
The Attachments Behavior should do the rest. What about the JS errors? Did you fix them? |
Yes, ty, fixed them, using AssetCompress. This is my variant.
I rly can't understand what's going on)) but after pressing "open", modal window closes and that's all, progress bar not moving and new files not added |
Hi, @crowd-systems kind regards, |
'app_data/attachments' and 'tmp/uploads' chmod 777 |
I've deleted all plugins ex AssetCompress, Attachments and FrontendBridge in your app skeleton and now have new error (when adding file for uploading). But now the green progressbar appears
|
There is a problem with csrf token:
Is there any normal way to fix this? Without using
or |
The text was updated successfully, but these errors were encountered: