Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of db_create_table(). 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 in /home/content/e/r/r/errorad/html/d6/modules/modr8/modr8.install on line 70

Error after submitting a module configuration that enables modr8 on an out-of-the-box install on a Drupal 6.1, PHP 5.2.5

CommentFileSizeAuthor
#3 call-time-pbr-242908.patch513 bytespwolanin

Comments

pwolanin’s picture

hmm, probably an irrelevant typo in the code - let me look.

pwolanin’s picture

Priority: Critical » Minor

also, this is a warning, not an error

pwolanin’s picture

Status: Active » Needs review
StatusFileSize
new513 bytes

hmm, yeah - that part of the 6.x update was a GHOP task.

pwolanin’s picture

Status: Needs review » Fixed

committed patch in #3

christyc’s picture

So, I'm getting this error now, and I'm a total drupal newbie. Can you please tell me what to do with the patch code to fix the problem?

pwolanin’s picture

Since this is just a single-line change - it's easy. Just remove the line starting with "-" and add the line starting with "+" (omitting the +).

see also: http://drupal.org/patch

note, I'll probably make another beta release this weekend that will include that change.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.