Error in Installing CE 1.5 in Ubuntu 8.04

3 replies [Last post]
Joined: 07/07/2009
Points: 39

Hi, installed the new 1.5 CE beta onto Ubutu 8.04
I got

Ubuntu 8.04.1
PHP Version 5.2.4-2ubuntu5.6
php5-cli
memcache
mysql 5.0.51a-3ubuntu5.1-log
libcurl3 7.18.0-1ubuntu2

VirtHost Directory Directives

Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all

Installation goes well... then on the final page it says

Your KalturaCE Server Is Only Partially Functional

1 services are down - go to the Server Monitor to learn more

when you click on the Server Monitor link this error appears

Fatal error: xcache_count() [function.xcache-count]: xcache.admin.user and xcache.admin.pass is required in /var/www/kalturaCE/symfony/cache/sfProcessCache.class.php on line 157

Any Ideas?

Joined: 04/05/2009
Points: 354

Have you got Xcache installed?

Also check the Xcache settings in you php.ini file.

Joined: 07/07/2009
Points: 39

Peace!

Yep, php5-xcache is installed

--
Engr. Andrew John P. Young
IT Consultant/RH Technician
RHCT sn# 609003172208054
"With God Everything IS POSSIBLE"

Joined: 01/05/2009
Points: 1697

Hi Andrew,

Either of the following should solve this problem -

Enter a login & password in your php.ini -

[xcache.admin]
xcache.admin.user = "admin"
; xcache.admin.pass = md5($your_password)
xcache.admin.pass = "c2272becdcdf2f6782a7034cc4c7464f"
to produce a MD5 password, just run a simple php page with the md5 function :
md5(my_password);
copy and paste, restart apache(or lighttpd) - clear symphony cache : symfony clear-cache

or..

Set xcache not to auth admin -

xcache.admin.enable_auth = Off

reference on xcache trac