Picture Rotating Picture Rotating
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Picture Rotating

Started by larol, January 25, 2005, 12:00:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

larol

When I would rotate pictures then appears the 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 time, you can set allow call time pass reference to true in your INI file. However, future versions may not support this any longer.
What can I do, Where can I find the INI- File?
Tks a lot for answer.
larol

Joachim Müller

This refers to php.ini and is only available for the server admin - if you're webhosted, you can't (and shouldn't) edit php.ini.
I strongly recommend rotating on the client before upload.

Joachim

larol

Hey Joachim, tks a lot for answer. How can I avoid this error 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 /mnt/kw2/03/741/00000000/htdocs/cpg/include/imageObjectGD.class.php on line 90

with regards
larol

kegobeer

Unless you edit the php.ini file, you will see this message all the time.  You may be able to supress it if you comment out the error_reporting(E_ALL); statement in init.inc.php.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Nibbler

You should be able to simply remove the & from line 90 of that file.