After having xcache installed, I get the error
Fatal error: xcache_clear_cache() [function.xcache-clear-cache]: xcache.admin.user and xcache.admin.pass is required in ...line 89.
While the site is working, I cannot add/edit post and do a whole bunch of stuff.
Too bad I do not know php or how to edit the xcache.ini. I paid host to install and make the modifications but I don't know why they can't modify the portion where you could turn the admin.user off.
What I did was to comment out the function up to line 89. And the errors all went away.
Question is: Is it ok to comment out that particular function? What would be the subsequent effect? Anyone knows what that particular function is for? The php line goes
/**
* Flushes all data
*
* @return boolean
*/
/**function flush()
{
xcache_clear_cache(XC_TYPE_VAR, 0);
return true;
}*/