Jump to content

warning: requirement is some modification php.ini file


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...

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.