Hello :-)
I am in the process of attempting to install Epesi but I have been having problems with xcache. I subsequently followed the fix that Adam mentioned here: http://forum.epesibim.com/d/4358-error-on-installation-xcache-count
But I now have:
Hide
Type: E_COMPILE_ERROR (64)
Message: require_once(): Failed opening required 'HTML/QuickForm/Renderer.php' (include_path='libs/minify:libs:.:.:/usr/share/php:/usr/share/pear')
File: /var/www/clients/client1/web1/web/workflow/contactcentre2/modules/Libs/QuickForm/Renderer/TCMSArray.php
Line=30
error backtrace:
[PHP core called function]
function called: check_for_fatal()
Epesi.text('Type: E_COMPILE_ERROR (64)
Message: require_once(): Failed opening required \'HTML/QuickForm/Renderer.php\' (include_path=\'libs/minify:libs:.:.:/usr/share/php:/usr/share/pear\')
File: /var/www/clients/client1/web1/web/workflow/contactcentre2/modules/Libs/QuickForm/Renderer/TCMSArray.php
Line=30
error backtrace:
[PHP core called function]
function called: check_for_fatal()
','error_box','p');Epesi.append_js('$(\'debug_content\').style.display=\'block\';alert(\'There was an error in one of epesi modules. Details are displayed at the bottom of the page, please send this information to system administrator.\');');
I have done the following with the lines as recommended by Adam - maybe I have commented out the wrong part (within cache.php):
public function clear($name = null)
{
/*if(function_exists('xcache_clear_cache') && function_exists('xcache_count')) {
$count = xcache_count(XC_TYPE_PHP);
for($cache_id=0; $cache_id<$count; $cache_id++)
xcache_clear_cache(XC_TYPE_PHP,$cache_id);
} */
Hoping one of you kindly folk can point me in the right direction.
Thanks and Kind Regards,
indieben.
[EDIT] I had to edit your post - please use code block to quote code 😉 triple backticks ```