There are several minor issues with the current XMB package that I would like to address with a 1.9.11.09 release. A preview patch is up in the Fixes
/ Patches forum for anyone who can help test drive the patch file.
A regression in localhost and 127.0.0.1 type addresses during installation was mentioned a couple times in the support forum.
During work to release XMB Shop Hack for 1.9.11, several legacy bugs showed up in the file attachment system. Those bugs also affected post
attachments and other uploads, in addition to the Shop add on.
There was one report of an open_basedir warning coming from the attachment system. We are now using the @ operator when trying to create temporary
files.
Efficiency issues in the dotted folders system and the "please get rid of your upgrade files" reminder system were addressed. For the latter, I added
the ability to force mysql.php to ignore query errors so that they can be handled at the implementation level. This is faster than checking the
existence of a file or a database table before running a query.
Return statements were added to files such as config.php to make XMB a little less sensitive to file ending syntax.