hello peoples.

what do that means, and how can i repear it ?

sorry but i can´t php.

please help, maybe in german.

thanks

Comments

chrisshattuck’s picture

Hi kmb,

If you don't mind, please post the rest of the error message, which will say what line the error was found on.

Sorry, no spechich deutsch.

Thanks,
Chris

stevenghines’s picture

Version: 5.x-1.x-dev » 5.x-1.0-beta2

I'm getting this as well. Full error is:

PHP Warning: Call-time pass-by-reference has been deprecated; 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 in \sites\all\modules\navigate\navigate.module on line 172

markhalliwell’s picture

You must modify your php.ini file. This is located on your webserver. You must search for the following and change to: allow_call_time_pass_reference = TRUE. Once you do this, this error should go away.

I will try this online translation:
Sie müssen Ihren php modifizieren. ini Datei. Dies ist auf Ihrem webserver befunden. Sie müssen das Folgende und die Änderung zu suchen: allow_call_time_pass_reference = TRUE. Wenn Sie dies machen, sollte dieser Fehler verschwinden.

markhalliwell’s picture

Status: Active » Fixed

Marking ticket as fixed as this is a PHP server configuration issue not a bug.

Status: Fixed » Closed (fixed)

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