© 2015 X2Engine Inc.

Difference between revisions of "Known Issues"

From X2Engine
Jump to: navigation, search
(Created page with "Category:Support = Known Issues = {|class="wikitable" align="center" |- ! scope="col" | Description ! scope="col" | Affected Installations ! scope="col" | How to Fix |- |...")
 
(Known Issues)
Line 1: Line 1:
 
[[Category:Support]]
 
[[Category:Support]]
  
= Known Issues =
+
= Troubleshooting =
 
{|class="wikitable" align="center"
 
{|class="wikitable" align="center"
 
|-
 
|-

Revision as of 18:50, 17 October 2012


Troubleshooting

Description Affected Installations How to Fix
Update notifications do not work
  • Installed at 1.6.1 or earlier and updated to a version in 1.6.5 - 2.0
  • Installed at 2.0 - 2.1 without "Enable Software Update Notifications" in the install process
  • Installed on any server where the PHP option fopen_allow_url is disabled
  • Enable fopen_allow_url in the hosting environment (updates themselves won't work without this option; it's the crux of the remote update process)
  • Set value of the column unique_id in table x2_admin to a string other than "none" or null, i.e.
    UPDATE `x2_admin` SET `unique_id`='[something]'