Welcome Guest, Not a member yet? Register   Sign In
Metallo.id - A Multi-purpose Content Management System
#2

Metallo.id CORE version 0.2.0 is available for download!

Where to download, Report an Issue, Change Logs, Documentation (in progress), Demo Site please read the first post.

After updating the CORE, you have to update the installed modules and themes too.


Important note:
In the version 0.1.0, there is a bug (a missing zip extraction rule, actually) that prevent the files with newer time set being overwritten. So, if you want to test the CORE Update System (update The Metallo.id CORE via the Update CORE page), you have to fix the issue manually first.

How to fix the issue:

Open this file: app/Controllers/Admin/System/Update_core.php

Find this script (Line-109):
if (!$this->pclzip->extract(PCLZIP_OPT_PATH,ROOTPATH)) {

Change it to:
if (!$this->pclzip->extract(PCLZIP_OPT_PATH,ROOTPATH,PCLZIP_OPT_REPLACE_NEWER)) {

Then upload the patch file id.metallo.cms.core-0.1.0-to-0.2.0-patch.zip via the Update CORE page (Admin->System->Update Core).

This issue is fixed in the version 0.2.0.


Best Regards,
Metallo.id
Reply


Messages In This Thread
RE: Metallo.id - A Multi-purpose Content Management System - by metallo.id - 06-13-2019, 12:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB