I seem to have come across this issue again. After activating the module on my Drupal 5.1 installation ( MySQL database 4.1.14 / PHP 4.4.4 / Apache/2.0.46 ), I get the following message:
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/craig/community20.ca/beta/modules/util/util.module on line 78
in my settings.php, I've set the following to display errors and warnings:
ini_set('display_errors', 'On');
ini_set('error_reporting', E_ALL);
Also note, that when I try to disable "Collapse all fieldsets on the module enabling page" on the Utility module settings page, I get the proper message telling it has saved the changes, but the checkbox is checked again even though it does not collapse the fieldset on the module page.
This is a list of active modules I have incase it helps in tracking down the culprit.
- ACL 5.x-1.3
- Activeedit 5.x-0.6
- Activemenu 5.x-0.6
- Aggregator 5.1
- AJAX Submit 5.x-0.6
- Audio Field 5.x-1.0
- Block 5.1
- Blog 5.1
- Blog API 5.1
- Book 5.1
- Calendar 5.x-1.2
- CCK Field Permisions 5.x-1.8
- Collapsiblock 5.x-0.6
- Color 5.1
- Comment 5.1
- Contact 5.1
- Content 5.x-1.5
- Content Copy 5.x-1.5
- Content Taxonomy 5.x-1.x-dev
- Content Taxonomy ActiveSelect 5.x-1.x-dev
- Content Taxonomy Autocomplete 5.x-1.x-dev
- Content Taxonomy Options 5.x-1.x-dev
- Content Templates 5.x-1.1
- Date 5.x-1.4
- Date API 5.x-1.4
- daterange 5.x-1.2
- Devel 5.x-1.x-dev
- Devel Node Access 5.x-1.x-dev
- Drupal 5.1
- Dynamicload 5.x-0.6
- EMail 5.x-1.x-dev
- FCKeditor 5.x-1.1
- Field Actions 5.x-1.0
- Fieldgroup 5.x-1.5
- Fieldgroup Table 5.x-1.x-dev
- File Field 5.x-1.x-dev
- Filter 5.1
- FlashVideo 5.x-1.7
- Form Tweaker 5.x-1.x-dev
- Formfilter 5.x-1.x-dev
- Forum 5.1
- Forum Access 5.x-1.6
- Fullname Field 5.x-1.0
- Generator 5.x-1.x-dev
- Google Sitemap 5.x-1.2
- Help 5.1
- Image 5.x-1.1
- Imagecache 5.x-1.2
- Insert view 5.x-1.x-dev
- Invite 5.x-1.4
- Javascript tools 5.x-0.6
- JS Calendar 5.x-0.6
- jtooltips 5.x-1.2
- last_node 5.x-1.0
- Legacy 5.1
- Legal 5.x-1.x-dev
- Link 5.x-1.5
- Locale 5.1
- LoginToboggan 5.x-1.x-dev
- Macro 5.x-1.x-dev
- Menu 5.1
- Menu Per Role 5.x-1.x-dev
- Meta tags 5.x-1.2
- Mime Mail 5.x-1.x-dev
- Node 5.1
- Node As Block 5.x-1.1
- Node Family 5.x-1.1
- Node Reference 5.x-1.5
- Node style 5.x-1.1
- Nodeformtemplate 5.x-1.0
- Number 5.x-1.5
- Option Widgets 5.x-1.5
- Organic groups 5.x-1.0
- Pageroute 5.x-1.0
- Pageroute Nodefamilies 5.x-1.0
- Pageroute UI 5.x-1.0
- Panels 5.x-1.1
- Path 5.1
- Pathauto 5.x-1.1
- Persistent Login 5.x-1.1
- Ping 5.1
- Poll 5.1
- Private 5.x-1.0
- Profile 5.1
- Read More Tweak 5.x-1.1
- RelatedContent 5.x-1.0
- Release Monitor 5.x-1.0
- RoleAssign 5.x-1.0
- Search 404 5.x-1.x-dev
- Search 5.1
- Simplenews 5.x-1.1
- Simplenews Template 5.x-1.0
- Site Pass 5.x-1.x-dev
- Statistics 5.1
- System 5.1
- Tabs 5.x-0.6
- Taxonomy 5.1
- Taxonomy Super Select 5.x-1.5-1
- Taxonomy Theme 5.x-1.1
- Text 5.x-1.5
- Thickbox 5.x-1.x-dev
- Throttle 5.1
- Tracker 5.1
- Upload 5.1
- Upload preview 5.x-1.2
- User 5.1
- User Reference 5.x-1.5
- User registration notification 5.x-1.x-dev
- Util 5.x-1.x-dev
- Video CCK 5.x-1.x-dev
- Video Field 5.x-1.0
- Views 5.x-1.5
- Views Bookmark 5.x-1.1
- Views fusion 5.x-1.0
- Views RSS 5.x-1.5
- Views Theme Wizard 5.x-1.5
- Views UI 5.x-1.5
- views_fastsearch 5.x-1.0
- views_filterblock 5.x-1.1
- Watchdog 5.1
- YouTube CCK 5.x-1.x-dev
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | util_runtime.patch | 280 bytes | dmitrig01 |
Comments
Comment #1
wilco commentedupdate: ignore the list of modules... I submitted without editing out the deactivate modules, so that contains all modules without filtering.
my apologies.
Comment #2
dmitrig01 commentedAs a matter of fact, this was actually a typo :)
Here is a patch
Comment #3
wilco commentedThat did it! You rock.
Thank you.
Comment #4
(not verified) commented