SkyBlueCanvas Code Patches
This page lists recent patches to the SkyBlueCanvas code. Each patch includes installation instructions, the patch date and to which version of SkyBlueCanvas the patch applies.
For PHPv4 Users
If your web server is running PHPv4, you will encounter an error when trying to use the Skinner or Installer. The fix is very easy.
Open the file /skyblue_root/includes/mvc/loader.php in a text editor, and delete the following code:
class NoSuchFileException extends Exception {
}The class is not being used and will not cause any problems if deleted.
Installer Patch
If you are experiencing a problem uploading ZIP files via the Installer Manager, download the Installer Patch. The patch fixes an issue with the MIME type of uploaded ZIP files.
Skinner Manager Patch
If you are experiencing a problem changing the active skin in the Skinner Manager, download the Skinner Manager Patch. The patch fixes a PHPv4 specific bug.