I am unable to upgrade to 4.5.1 h from 4.5.1g because of the following message in the upgrade module:
PHP Setting: Call Time Pass By Reference Allow Call Time Pass Reference is On (this should be set to Off in php.ini)
I am unable to upgrade to 4.5.1 h from 4.5.1g because of the following message in the upgrade module:
PHP Setting: Call Time Pass By Reference Allow Call Time Pass Reference is On (this should be set to Off in php.ini)
Hello
If you are using Apache as your web server, you can turn off the 'call time pass ref' in the file .htaccess
Just edit .htaccess in the root directory of your Sugar installation and add the line:
Code:php_value allow_call_time_pass_reference 0
Nicolas Foucher
--
CARRENET www.carrenet.com
Partenaire SugarCRM
I am experiencing the same issue. I have attempted to edit the .htaccess file however the change you suggest produces 500 errors.
I've tried:
Code:php_value allow_call_time_pass_reference 0Code:php_value allow_call_time_pass_reference offCode:php_flag allow_call_time_pass_reference 0I immediately get 500 errors each time. When I remove the line the pages load fine, but I'm of course still unable to upgrade!Code:php_flag allow_call_time_pass_reference off
I'm also getting the following in the error log:
[24-Nov-2007 09:58:45] PHP Warning: Cannot use a scalar value as an array in /home/********/public_html/crm/modules/UpgradeWizard/systemCheck.php on line 207
specifically on the upgrade page.
Anyone any ideas?
Last edited by goldfish; 2007-11-24 at 05:47 PM.
I called my hosting service, and they told me to put a new file called php.ini in the folder with sugar crm with the allow call time pass reference=off string in the file. It worked very well for me.Originally Posted by goldfish
Hi!!
I´m trying to update and I have the same problem. My provider said me the same thing, agcilantro, create a PHP.INI, but it doesn´t work. Could you paste the php.ini you use in this forum? I will try it.
Thanks a lot
Ivan![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks