Closed (fixed)
Project:
FileField Nginx Progress
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2010 at 03:05 UTC
Updated:
30 Dec 2010 at 15:10 UTC
This new release code is throwing a number of errors on my site. filefield_nginx_progress 1.3; Pressflow 6.19.96; php-5.3.3; nginx 0.8.53.
Warning: strcmp() expects parameter 1 to be string, array given in _system_sort_requirements() (line 1124 of /usr/local/drupal/pressflow-6.19.96/modules/system/system.module).
and
Warning: usort(): Array was modified by the user comparison function in system_status() (line 1723 of /usr/local/drupal/pressflow-6.19.96/modules/system/system.admin.inc).
On the /admin/reports/status page it is showing this message correctly:
Upload progress nginx Enabled (upload progress module )
but it is corrupting the filefield message to:
Array Array
Array
Comments
Comment #1
smoothify commentedThanks for reporting this - not sure how this went unnoticed but I have now committed a fix by removing the attempt to override filefield's requirements.
To avoid others running into this issue, I have created a new 1.4 release.
I will revisit this later and see if I can also improved the detection of whether nginx is configured correctly for upload progress.
Comment #2
brianmercer commentedThanks much. 1.4 is running fine.
Comment #3
smoothify commentedgreat - closing this issue then :)