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
Original issue reported on code.google.com by
sc...@pieh0.co.uk
on 24 Aug 2011 at 10:19