EVE-SECURE / temars-eve-api

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

error when adding rules #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
-TEA Version?
TEA 1.3.0 r169

-SMF Version?
SMF 2.0.2

-What steps will reproduce the problem?
1.Add a new rule like the following image
2.
3.

-What is the expected output? 
Rule gets added.

-What do you see instead?
Fatal error: Uncaught exception 'Exception' with message 'String could not be 
parsed as XML' in {forum_install_path}/Sources/TEA.php:1682 Stack trace: #0 
{forum_install_path}/Sources/TEA.php(1682): SimpleXMLElement->__construct('') 
#1 {forum_install_path}/Sources/TEA.php(1317): 
TEA->settings_rules('http://lagy.eve...') #2 
{forum_install_path}/Sources/TEA.php(2985): TEA->Settings('http://lagy.eve...') 
#3 {forum_install_path}/Sources/Admin.php(519): ModifyTEASettings() #4 
{forum_install_path}/index.php(151): AdminMain() #5 {main} thrown in 
{forum_install_path}/Sources/TEA.php on line 1682

Original issue reported on code.google.com by ApocilMu...@eve-site.com on 23 Oct 2012 at 2:37

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fix:
Open TEA.php and TEAC.php in a text editor and replace any instance of:

http://api.eveonline.com/ (OR http://api.eve-online.com/)

-WITH-

https://api.eveonline.com/

CCP switched to secure http recently.

Original comment by LogicSeq...@gmail.com on 23 Oct 2012 at 2:28