Closed (fixed)
Project:
Web File Manager
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2011 at 16:53 UTC
Updated:
26 Dec 2011 at 20:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
ale_89 commentedI can confirm this exactly as described above.
(at least the rollback works fine)
Comment #2
nhck commentedThank you for reporting this and helping to make webfm better.
Can you please provide more information on which version of php and drupal you are using?
Thank you.
Comment #3
RandyT commentedI can actually confirm this behavior just running cron on D6.
Running PHP5.3
Comment #4
nhck commentedTest this via:
https://drupal.org/node/1096906
Comment #5
RandyT commentedThis seems to have fixed the problem, however, I have some general permission problems or maybe lack of understanding of how this should work. I'll contact you directly so as not to muddy this thread.
Comment #6
KeDeWo commentedThanks for the quick reply. I installed the RC and I'm now waiting for feedback from the users.
FYI: running drupal 6.20 and PHP 5.3.2-1ubuntu4.7
Comment #7
KeDeWo commentedIt works fine! Thanks again.
Comment #8
roball commentedI had exactly the same problem with webfm 6.x-2.15 since I have upgraded PHP to 5.3.x recently (it worked fine with PHP 5.2.x). Upgrading webfm to 6.x-2.16-rc1 solved the problem.
Since this is really a critical error with PHP 5.3, I think this version should be released as the official one asap. Thanks.
Comment #9
nhck commentedComment #11
roball commentedNo official release planned soon with this critical fix?
Comment #12
filsterjisah commentedhttp://php.net/manual/en/function.finfo-open.php, scroll to first examples #1 & #2. The problem in webfm is it mixes both "Object oriented style" and "Procedural style", instead of just using one style. Patch added
Comment #13
nhck commentedThis is already fixed in the dev version? What is the advantage of your patch?
The problem at the time was an error in the php docs I believe ~ or a misunderstanding in reading it It was believed that finfo_open would return an object which it doesnt.
Comment #14
filsterjisah commentedI've added this patch for people who are using the stable version (6.x-2.16) of webfm.
Comment #15
roball commentedfilster007: the bug was fixed in 6.x-2.16-rc1 and also in 6.x-2.16 which was released yesterday.
With 2.16, I am only getting
but this seems to be unrelated to the problem reported and fixed here.
Comment #16
nhck commentedroball ~ its not related - at 511 a check needs to be added for i18nsync, will do that tomorrow.
Comment #17
nhck commentedfilster007 - and thank you for filing patches! Its just.. you always need to patch against the master version from git :-/
Comment #18
nhck commentedroball, I added a change for you to the development version, maybe you can check if it works better.
Comment #19
roball commentedThank you nhck for the quick fix! I will test it when time allows.
Comment #20
filsterjisah commentedI'll try to get git working on my windows machine (currently created svn patches)... and then i'll patch against master version :)
Comment #21
nhck commented