Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COT_CACHE_TYPE_DEFAULT undefined #1085

Closed
Alex300 opened this issue Nov 16, 2012 · 0 comments
Closed

COT_CACHE_TYPE_DEFAULT undefined #1085

Alex300 opened this issue Nov 16, 2012 · 0 comments
Labels
Milestone

Comments

@Alex300
Copy link
Member

Alex300 commented Nov 16, 2012

Файл system/cache.php строка 1250:

public function bind($event, $id, $realm = COT_DEFAULT_REALM, $type = COT_CACHE_TYPE_DEFAULT)

Константа COT_CACHE_TYPE_DEFAULT нигде не определена

Определены только следующие константы:

/**

  • Default cache type, uneffective
    /
    define('COT_CACHE_TYPE_ALL', 0);
    /
    *
  • Disk cache type
    /
    define('COT_CACHE_TYPE_DISK', 1);
    /
    *
  • Database cache type
    /
    define('COT_CACHE_TYPE_DB', 2);
    /
    *
  • Shared memory cache type
    /
    define('COT_CACHE_TYPE_MEMORY', 3);
    /
    *
  • Page cache type
    */
    define('COT_CACHE_TYPE_PAGE', 4);

И все.


File system/cache.php line 1250:

public function bind($event, $id, $realm = COT_DEFAULT_REALM, $type = COT_CACHE_TYPE_DEFAULT)

Constant COT_CACHE_TYPE_DEFAULT is not defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants