Skip to content

prankoi/samfa-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Samfa CMS

Installation

  • import database.sql and insert.sql
  • log-in with the following credentials:
username: admin
password: admin
login as: admin

Important Notes

  • Reports module can only work if ONLY_FULL_GROUP_BY in sql_mode is disabled in the database server by default
  • Before running the app, please disable such restriction by running this command as super admin in the database:
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode, 'ONLY_FULL_GROUP_BY', ''));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors