Copyright © 2011 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
Hello there,
i hope someone can help me.
In the last Step on installation KCE i get the Error "Local Registration failed" with no Error Code und no Error Message.
I read many posts about this issue in the forum but no one fixed it realy.
When i look in the DB there is no Admin-User created. Can i create an Admin-Account manually via PHPmyAdmin ? Could this fix the login-Problem?
Best regards from imsotec
I used Firefox during the installationprocess. But this has nothing to do with my problem. I think that isn't a browser-problem.
Sorry, I just did a reinstall myself and see that I was successful. However, it also says registration failed. So, I think we're at the same place; installation was successful but registration failed. If that's right, this shouldn't be seen as a show stopper for either of us, I think.
I think I'm writing faster than I'm thinking. Successfully registering is necessary to utilize a successful installation. Otherwise, we don't have the partner ID, secret ID, etc needed to use the KalturaCE instance I just installed.
So, I believe what was supposed to happen is that, at the end of the good install, we would receive an email telling us our credentials to use with the instance we just installed. I didn't already have a mail server running on my local box so I'm guessing that's why I didn't receive my credentials from the KalturaCE instance I just installed onto localhost.
I need someone who knows this product to tell me if what I've said makes sense or not. And, of course, how to precede from here. I'm still at the fledgling step of learning what Kaltura is beyond the marketing rhetoric. I'm trying to get to the part where I'm coding with it/against it and doing proof of concepts.
I had the same problem - reinstalled using php 5.2.9 instead of 5.3.0 fixed it. another thread had some details about deprecated functions used being removed in 5.3.x...
I think with my PHP-Version is all okay. My Server uses:
PHP 5.2.0-8+etch16
MySQL 5.0.32-Debian_7etch11-log
I've had the same problems. been trying to get this installed for a couple weeks now, on and off. Each time i would get a little further, but i've hit a wall with this. I'm on a vps running debian lenny.
PHP 5.2.6-1+lenny6 with Suhosin-Patch 0.9.6.2
i get the local registration error every time, and from what i've gathered, this is causing the installer to halt/not finish. This in turn causes the site to not redirect properly, and continuously try to install. It is also not adding the admin_kuser to the database.
In one install, i actually went in and manually added the data to the database, but i still couldn't log into the KMC. I could get to the testme page, and somehow i could get a working KS string, but i was not able to add any admin/users during that session. I've since reinstalled, and am not able to get a working KS string through that page now.
I've been through just about every forum post that talks about install loop, redirect loop, local registration error, ks string errors, etc. Some have helped, but none have provided a full, working solution for getting this up and running.
i have even gone as far as making a temp php fie which simply runs the -
registerLocalPartner();
run_batch();
functions, since they seemed to be failing or the install was failing before getting to them.
another problem i'm seeing is that i can go to the kmc login directly here -
....alpha/web/index.php/kmc
and try to log in, even after manually adding data to the database, but i get this blank message box when trying to log in. its just a box with an 'ok' button, and no error or anything in the box. (i'm assuming its an error) I also get that when i try to reset the password.
SMTP *is* working on our server - i have sent emails from the ssh commandline successfully.
any one have any insight to how to get this thing running? i feel like it's SO close to working...
btw, i have tried this with ubuntu and centOS as well, but debian lenny has been the least problematic, at least as far as getting all the correct packages installed.
any help is appreciated.
-josh
Read what I (mkuraja) said here - http://www.kaltura.org/wheres-samples
My remarks also have links nested in them. Look at those links to. You'll see I solved two problems. The 1st being my trying to get KalturaCE up and running successfully. The 2nd problem I solved was my needing a registered ID to use to log into the instance I installed.
Maybe the sequence of issues and solutions I had are not exactly like yours but neither were other commenters' postings that came before me. I had to piece together pearls of advice from many unrelated postings before I got my instance up. Hopefully, my trail of comments I've left behind will be enough for you to finish your efforts.
I've read in the requirements of KCE that PHP 5.2.9 is needed. But this PHP-Version isn't stable at this time. So i stopped my project and wait for a stable PHP-Version.
I had the same problem. I was using the Chrome browser and had to switch to Firefox.