Jump to content

warning: requirement is some modification php.ini file


gagan22

How i can resolve this warning. what changes i have to do .  

  1. 1. How i can resolve this warning. what changes i have to do .

    • sfsfs
      0
    • sfsfs
      0


Recommended Posts

HI everyone,

 

I have got one warning in my php file.Please help me i want to remove this warning .How it can be  removed ,warning is :

 

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 /home/fhlinux146/r/rydergifts.co.uk/user/htdocs/admin/includes/OrderRender.class.php on line 88

 

gagan

I would fix the class, not change the php.ini directive. Give me link to the class and I will tell you how to fix it. But if you want to change the php.ini file then find the line "allow_call_time_pass_reference = Off" in your php.ini file and change it to "allow_call_time_pass_reference = On" then restart your server. Or if recall you can set this per directory (not within a script), so you can add it as a php flag and set it in htaccess file...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.