Skip to content
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

Call to undefined function spl_auto_register() #1686

Closed
anonymous-matomo-user opened this issue Sep 9, 2010 · 2 comments
Closed

Call to undefined function spl_auto_register() #1686

anonymous-matomo-user opened this issue Sep 9, 2010 · 2 comments
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@anonymous-matomo-user
Copy link

Hi all,

when calling piwik inside of site using Zend framework (so with an __autoload function), there is this error in the core/Loader.php file on line 107: Call to undefined function spl_auto_register()

actually the name of the function is spl_autoload_register() (see l. 102)

This happens only when an __autoload function already exists.

Hope this helps.

@anonymous-matomo-user
Copy link
Author

PS: this in version 1.0

@robocoder
Copy link
Contributor

(In [3108]) fixes #1686 - thanks vinzentt

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants