-
Notifications
You must be signed in to change notification settings - Fork 13
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
Javascript error and wrong upload path #1
Comments
Sorry for the delay, I didn't see your message come in. At what point is the error being thrown? Also if you could provide the error in the /backend/runtime/logs/app.log that will help me debug it. |
App log:
Settings: 'filemanager' => [
'class' => 'linchpinstudios\filemanager\Module',
'thumbnails' => [[100,100]], // Optional: array
'path' => '/images/uploads/', // Default relative to your web directory or AWS
'thumbPath' => '/images/uploads/thumbs/',
], |
Does "images/uploads/thumbnails" path created within your web folder? Josh Hagel | Linchpin Studios: Owner https://www.facebook.com/linchpinstudios On Wed, Nov 12, 2014 at 3:23 AM, PendalF89 [email protected] wrote:
|
Yes, i am using advanced template and create folder @backend/web/images/uploads/thumbs |
Do you have issue? I have this error too((( |
Yes, I have had this error. But now don't checked. I've already written my file manager ;) |
Sorry Pendal for the delay. Your system looks nice. I've added a directory to the Module so that it looks for the directory. It seems to not be doing that on your configurations. Let me know if the latest update works for you. If you want to move it to the @frontend of your advanced configuration you can set that in your config file. Also note you should set the url for your front-end domain.
|
Thank you! |
I have this error too(( What to do? |
me to |
When I want to upload an image, I get this error in firebug:
Error: Syntax error, unrecognized expression: /yii2-app-advanced/backend/web/filemanager/files/#
throw new Error( "Syntax error, unrecognized expression: " + msg );
Also the image do not upload, and after uploading I get the error in firebug:
"NetworkError: 404 Not Found -x/backend/web/filemanager/files/files/thumbnails/1411041436-550e95258718ddd46707505efe45c06e.jpg"
The text was updated successfully, but these errors were encountered: