b3rnhard / mantis-rest

Automatically exported from code.google.com/p/mantis-rest
0 stars 0 forks source link

problem with autoload #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
even if you fix that (e.g. by using spl autoloading) much internal stuff in 
mantis 
changed and nothing will work without fixes to this project 

Original comment by dafire@gmail.com on 24 Sep 2009 at 10:41

GoogleCodeExporter commented 8 years ago
Indeed there are a lot of things that won't work. I fixed the autoload problem 
and for now I have fixed all the GET methods. But 3 years latter... I don't 
think anyone actually cares :/

Original comment by rafagames92 on 31 Jan 2013 at 12:35