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

Zend require_once path fix #593

Closed
robocoder opened this issue Mar 9, 2009 · 2 comments
Closed

Zend require_once path fix #593

robocoder opened this issue Mar 9, 2009 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@robocoder
Copy link
Contributor

In libs/Zend/Registry.php (line 146), replace:

```
require_once ‘Exception.php’;
```

with

```
require_once ‘Zend/Exception.php’;
```

(This is fixed in later versions of ZF.)

@mattab
Copy link
Member

mattab commented Mar 9, 2009

fixed in 974

vipsoft, do you know of any blocker to update all the zend files used in Piwik?

btw as a side note, I am thinking of migrating to use Zend_Form later.

@robocoder
Copy link
Contributor Author

With respect to #497 ? I haven’t done the analysis yet on patches (eg which, if any, must be forward ported).

@robocoder robocoder added this to the RobotRock milestone Jul 8, 2014
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.
Projects
None yet
Development

No branches or pull requests

2 participants