Martyn Brown
Martyn Brown
In the latest development version of Elkarte the integration hooks for TinyPortal are not detected. I think it is due to the file only being read in for the first...
@Spuds not sure if you want this as part of the core, or if I am doing this the right way. The ip for the redis server is hardcoded currently,...
When creating the cache instance it first creates a cache object in $this->_cache_obj it then creates a new instance when called statically. ``` #0 ElkArte\Cache\CacheMethod\Redis->addServers() called at [/var/www/html/sources/ElkArte/Cache/CacheMethod/Redis.php:45] #1 ElkArte\Cache\CacheMethod\Redis->__construct(Array...
When doing a clean install of Elkarte 1.1.8 and then trying to upgrade to Elkarte 2.0 you get the following error. Warning: Undefined array key "theme_language_error" in /var/www/html/sources/ElkArte/Languages/Loader.php on line...
This create's a php standard which we can ensure all code complies with. We could use the config which is part of SMF 3 so we follow their standard explicitly....