Strange Error whilst editing a record in CMSB.
2 posts by 2 authors in: Forums > CMS Builder
Last Post: October 25, 2018 (RSS)
By zaba - October 25, 2018
ERROR:
E_WARNING: Unknown: using touch command with binary protocol is not recommended with libmemcached versions below 1.0.18, please use ascii protocol or upgrade libmemcached
URL:
https://XXXXXXXX/admin.php?menu=database&action=editTable&tableName=team
BACKTRACE:
#0 _errorlog_logErrorRecord() called at [/XXXXXX/cmsb/lib/errorlog_functions.php:62]
#1 _errorlog_catchRuntimeErrors() called
RAW LOG DATA:
Array
(
[logType] => runtime
[errno] => 2
[errstr] => Unknown: using touch command with binary protocol is not recommended with libmemcached versions below 1.0.18, please use ascii protocol or upgrade libmemcached
[errfile] => Unknown
[errline] => 0
[errcontext] =>
)
By Dave - October 25, 2018
Hi Zaba,
That sounds like an issue with how your hosting provider has configured PHP. Specifically it looks like they're using memcached to store PHP session files and somethjing isn't configured properly. You can google for that error and forward it to them and they should be able to fix it.
interactivetools.com