Giter VIP home page Giter VIP logo

memadmin's Issues

内存分配问题

memcache 问题:
slab:4 chunk_size=144 byte
slab:5 chunk_size=160 byte

a:1:{s:4:"sced";i:1470907447;} 大小:30 byte 居然跑到slab 5 了。请问这是什么问题?

不能获取 setting

No SETTINGS Information can be get,no permissions or version does not support

当点击 setting 的时候会出现这个错误

memcache

链接引用错误

set_con.js
第287行链接引用错误:
json2data('apps/get_list.php');

应该是:
json2data('apps/GetList.php');

是否支持宝塔面板的memcached

我用的是宝塔面板bt.cn ,安装的memcached 使用您的软件提示“PHP未安装Memcache扩展
The memcache extension for PHP must be loaded first”
php7.2 memcached1.5

nginx+fastcgi cache出现 405错误

我发现在启用了fastcgi cache的nginx下登录不了,点击登录按钮出现405错误,如何解决?
起初我以为单纯是fastcgi cache的问题,后来发现别的php程序如phpmyadmin等均可以正常登录;我在网上找了一些nginx+405的相关解决方案,无效;包括给index.php或config.php添加不缓存header也不行。我在本地Windows上的没加fastcgi cache的nginx上倒是可以用。

无法读取链接列表

服务器的php如果开启magic_quotes_gpc,提交的数据都会知道加斜杠的,这样会导致反序列化失败。我在
$res = unserialize($_COOKIE['memadmin_cookie_conlist']);
前加上这句话解决问题:
$_COOKIE['memadmin_cookie_conlist'] = stripslashes($_COOKIE['memadmin_cookie_conlist']);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.