© 2015 X2Engine Inc.

Known Issues

From X2Engine
Revision as of 18:50, 17 October 2012 by Demitri (talk | contribs) (Created page with "Category:Support = Known Issues = {|class="wikitable" align="center" |- ! scope="col" | Description ! scope="col" | Affected Installations ! scope="col" | How to Fix |- |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Known Issues

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]'