Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

'allow_call_time_pass_reference' no longer available in PHP #325

Closed
bertenvdb opened this issue Dec 9, 2014 · 2 comments
Closed

'allow_call_time_pass_reference' no longer available in PHP #325

bertenvdb opened this issue Dec 9, 2014 · 2 comments

Comments

@bertenvdb
Copy link

I keep getting this error on allmst every page:

FatalErrorException: Core Error: Directive 'allow_call_time_pass_reference' is no longer available in PHP in Unknown line 0

Using PHP 5.6.1-1

What could be wrong? Can anyone help me troubleshoot this? I have almost zero knowledge about webservers.

@bwhitty
Copy link

bwhitty commented Dec 9, 2014

Check your php.ini for the allow_call_time_pass_reference directive and remove it if it is for some reason there. In PHP 5.4 call time pass by reference was removed, and with it it's associated ini directive.

http://php.net/manual/en/ini.core.php#ini.allow-call-time-pass-reference

@bertenvdb
Copy link
Author

Great! Problem solved.
Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants