-
Notifications
You must be signed in to change notification settings - Fork 86
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
Sync failed #15
Comments
Hmmm, I can see that you're on Windows. The bundle is calling out to rsync Someone has recently submitted code to sync the files with built-in Symfony On Mon, Nov 19, 2012 at 6:34 AM, Julien Duthoit [email protected]:
Tom Boutell |
Unfortunately, I'm indeed using Windows. An option to deal with this choice would be nice if it could solve this kind of problems. My production server runs with Apache, I would do a test on it to see. Maybe it would be more interesting to solve this rsync problem with Apache on Wamp than change to built-in Symfony functionality, especially if it means an performance hit like you mentionned. BTW, other problem I'm dealing with... Even if it's certainly non related. Did the default template offers a design like the BlueImp Demo Page (http://blueimp.github.com/jQuery-File-Upload/) ? Thanks |
I suggest you try the pull request and report back on whether it makes the On Mon, Nov 19, 2012 at 9:11 AM, Julien Duthoit [email protected]:
Tom Boutell |
Hmmm, after images arrive you should see them, yes. At least, I do. On Mon, Nov 19, 2012 at 9:27 AM, Tom Boutell [email protected] wrote:
Tom Boutell |
With no changes except for the existing files that seems to have some problems with path too : RecursiveDirectoryIterator::__construct(C:/wamp/www/project/app/../web/uploads/attachments/1472,C:/wamp/www/project/app/../web/uploads/attachments/1472): Working with paths on Windows is a pain... |
True. I'm not really set up to test this in a Windows environment, but I'll On Mon, Nov 19, 2012 at 10:50 AM, Julien Duthoit
Tom Boutell |
Unfortunately, I've not enough time to make it work on my work project for the moment, especially as it is working on server side. But as soon as I will have personnal time to test it, I keep you updated if no one makes it by this time. The other pull request generates other path problems for me, but maybe it's only due to my wamp configuration. |
Always stuck on the same problem, I'm seeing files added in $existingFiles in the list below my file input. |
kzrdt, |
Sadly, I'm no longer using Symfony for the moment. I don't have the project sources with me so I can't really help you. |
Thank you anyway!! 2013/9/16 Julien Duthoit [email protected]
|
Sorry, I´m not working any more with symphony. 2014-03-05 13:45 GMT+01:00 Odirlei Borgert [email protected]:
|
I'm trying to implement your bundle on one of my application, It seems to work until the synchronization of the tmp and definitive folder.
I have my file in something like /tmp/attachments/198359516(/originals) but on validation, I obtain :
at FileManager ->syncFiles (array('from_folder' => '/tmp/attachments/1210185416', 'to_folder' => '/attachments/1474', 'remove_from_folder' => true, 'create_to_folder' => true))
in C:\wamp\www\project\vendor\punkave\symfony2-file-uploader-bundle\PunkAve\FileUploaderBundle\Services\FileUploader.php at line 47
The folder is however created. Do you know if it is something that could come from my configuration?
Thanks for your bundle. It took me some time to understand it but it's really a nice and clean tool.
The text was updated successfully, but these errors were encountered: