-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Private var needs to be public #532
Comments
I'm not seeing that issue. What version of FUEL are you using? |
Was from a fresh pull just now. I think it’s PHP version specific.
|
What version of PHP are you using? |
Turns out this server is old. PHP 5.5.9 |
Hmm... I don't have that specific version but do have a 5.5.38 and 5.6.37 and can't replicate that issue. If you simply comment out line 67 in the |
Fuel_router has a private var $located that MX_Router has as public which results in a fatal error.
Changed to a public and seems to work.
The text was updated successfully, but these errors were encountered: