goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
299 stars 199 forks source link

Upload New Modul #120

Open alwin4711 opened 9 years ago

alwin4711 commented 9 years ago

HI, what kind of files i have to upload to implement a new modul ? When i made a new Modul with the modulgenerator how can i upload it to an other installation of no-cms ? Best regards Alain

goFrendiAsgard commented 9 years ago

Zip it by using winzip then upload it by accessing Module Management.

Or better, if you have ftp/cpanel access just copy the directory to /modules On Apr 23, 2015 5:42 PM, "Alain Lasserre" notifications@github.com wrote:

HI, what kind of files i have to upload to implement a new modul ? When i made a new Modul with the modulgenerator how can i upload it to an other installation of no-cms ? Best regards Alain

— Reply to this email directly or view it on GitHub https://github.com/goFrendiAsgard/No-CMS/issues/120.

alwin4711 commented 9 years ago

ok, next error..... what is the correct way to delete a modul ?? just deactivate an d than manuall delete the modulfiles in Modul-folder ??? But in modullist its still visible ??


Severity: Warning

Message: unlink(C:/xampp/htdocs/no-cms/modules/alwin_2.zip): Permission denied

Filename: controllers/Main.php

Line Number: 49

Backtrace:

File: C:\xampp\htdocs\no-cms\modules\main\controllers\Main.php Line: 49 Function: unlink

File: C:\xampp\htdocs\no-cms\modules\main\controllers\Main.php Line: 119 Function: upload

File: C:\xampp\htdocs\no-cms\index.php Line: 455 Function: require_once

goFrendiAsgard commented 9 years ago

you need to change the permission into writable

On Thu, Apr 23, 2015 at 6:57 PM, Alain Lasserre notifications@github.com wrote:

ok, next error..... what is the correct way to delete a modul ?? just deactivate an d than manuall delete the modulfiles in Modul-folder ???

But in modullist its still visible ??

Severity: Warning

Message: unlink(C:/xampp/htdocs/no-cms/modules/alwin_2.zip): Permission denied

Filename: controllers/Main.php

Line Number: 49

Backtrace:

File: C:\xampp\htdocs\no-cms\modules\main\controllers\Main.php Line: 49 Function: unlink

File: C:\xampp\htdocs\no-cms\modules\main\controllers\Main.php Line: 119 Function: upload

File: C:\xampp\htdocs\no-cms\index.php Line: 455 Function: require_once

— Reply to this email directly or view it on GitHub https://github.com/goFrendiAsgard/No-CMS/issues/120#issuecomment-95559633 .


Go Frendi Gunawan.

alwin4711 commented 9 years ago

sure ? i'm using Windows 7 and xampp ???

alwin4711 commented 9 years ago

what about some extra funktion / buttons like....

activate modul / deactivate modul (still exist) backup database upgrade modul / overwrite modul / delete modul