<?php
// make sure we are not being called directly
defined('APP_DIR') or exit();
/**
* db_schema
*/
function myModule_db_schema(){
jrCore_db_create_datastore('myModule', 'module');
return true;
}
get a white screen on the module and cannot set up quota.
error says:
CRI: unable to retrieve quota settings for module: myModule
I ran integrity check and checked the code it appears to be normal.
no other errors in the logs. Its just a basic module to get up and running.
the module consist of:
Lang directory and en-US.php file
icon
include.php
quota.php
schema.php
updated by @developer-networks: 10/30/19 09:02:43AM