[drupal-devel] [bug] "Only variables can be passed by reference" to
file_check_directory()
danielc
drupal-devel at drupal.org
Thu Jun 30 00:44:22 UTC 2005
Issue status update for http://drupal.org/node/26033
Project: Drupal
Version: 4.6.2
Component: base system
Category: bug reports
Priority: critical
Assigned to: Anonymous
Reported by: danielc
Updated by: danielc
Status: patch
Attachment: http://drupal.org/files/issues/file_create_path.diff (2.4 KB)
A client of mine just upgraded to the latest snapshot of PHP 5.0.5-dev
and started getting errors when file_check_directory() is called:
Fatal error: Only variables can be passed by reference in
c:\drupal\modules\system.module on line 653
This patch fixes the problem by assigning the values to variables
before passing them to file_check_directory().
Thanks.
(BTW: I'm no longer on on drupal-devel due to time constraints.)
danielc
More information about the drupal-devel
mailing list