EVE-SECURE / temars-eve-api

Automatically exported from code.google.com/p/temars-eve-api
0 stars 0 forks source link

TEA_xmlhttp.php broken #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
TEA Version?
1.3.0.160
SMF Version?
2.0 gold

What steps will reproduce the problem?
1. Try to register for the forums

What is the expected output? What do you see instead?
When putting in your api details, then pressing get char's should give you a 
list of toons on that api. Instead it gives you...

Warning: require_once(Sources/TEAC.php) [function.require-once]: failed to open 
stream: No such file or directory in /home/xxx/www/TEA/TEA_xmlhttp.php on line 5

Fatal error: require_once() [function.require]: Failed opening required 
'Sources/TEAC.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in 
/home/xxx/www/TEA/TEA_xmlhttp.php on line 5

Please provide any additional information below.

Fixed it by changing line 5 to...

require_once("../Sources/TEAC.php");

Original issue reported on code.google.com by sc...@pieh0.co.uk on 24 Aug 2011 at 10:19

GoogleCodeExporter commented 9 years ago

Original comment by tema...@googlemail.com on 28 Aug 2011 at 7:33