You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2022. It is now read-only.
In my installation of mantis-rest I have a problem with the autoload function.
When I request a resource (for example :
"http://mantis.dryadebox.net/rest/users"), I get the following message :
Fatal error: Cannot redeclare __autoload() (previously declared in
/var/www/mantis-rest-r85/init.php:7) in /var/www/mantisbt-1.2.0a3/core.php
on line 107
Maybe the current mantis-rest library (version r85) isn't compatible with
latest mantis development release (version 1.2.0a3).
For information, I'm running mantis and mantis-rest over apache2 and php
5.2.0-8 .
Original issue reported on code.google.com by jgastonr...@cityway.fr on 9 Jun 2009 at 9:02