Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
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
1 services are down - go to the Server Monitor to learn more
when you click on the Server Monitor link this error appears
Any Ideas?
Peace!
Yep, php5-xcache is installed
--
Engr. Andrew John P. Young
IT Consultant/RH Technician
RHCT sn# 609003172208054
"With God Everything IS POSSIBLE"
Hi Andrew,
Either of the following should solve this problem -
[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..
xcache.admin.enable_auth = Off
Have you got Xcache installed?
Also check the Xcache settings in you php.ini file.