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
| Project: | Kaltura Community Edition (CE) - Self Hosted Online Video Platform |
| Version: | api_v3 |
| Component: | Documentation |
| Category: | support request |
| Priority: | critical |
| Assigned: | Kalturian |
| Status: | active |
| Total votes: | 71 |
After a fresh install with :
Ubuntu 10.04 or Cent OS 5.5
Xampp 1.7.1 patched as installation guide
Login action is giving a blank page.
Logs are reporting an Invalid_KS error in api_V3.
The installation produced no warning.
The Start page and admin_console login page are loading correctly.
Comments
#1
I have same problem. I really doubt if this community edition ever worked to anybody... :/
#2
I have the same problem. It worked for a little while and then wouldn't log me in and only go to a blank screen. It would also not send me an email to reset the password. It may have something to do with the xymon/hobbit system? I have also had problems with that on the install using centOS.
#3
Exact same problem here, tried Ubuntu 9.10 and 10.04, exactly according to the installation instructions. Blank page after login.
#4
Please attach your log files and some more details info on your system specs, are you using special server management?
Please see if the following fixed your issue too --
http://www.kaltura.org/setting-error-reporting-estrict-may-cause-apiv3-c...
Are you getting any errors in the apache log files?
#5
Please find attached all my logs. As you can see, the Apache error log is empty.
System specs:
Intel(R) Core(TM)2 Quad CPU Q9300 @ 2.50GHz
8GB RAM
750 GB HD
Tried with Ubuntu 9.10 and Ubuntu 10.04. In both cases, followed the instructions from Kaltura's manual. Configserver Firewall installed.
Let me know if you need any other info.
#6
#7
Please find here my logs.
I'm running a cent OS 5.5 on a hosted by a VirtualBox 3.2.8.
#8
my guess is its probably the configserver firewall thats giving you troubles
#9
I had not thought to that but I just checked my firewall config and it's disabled on this machine.
#10
I have tried the system with the firewall disabled but there is no change: the blank screen still shows up.
Are there any specific ports that need to be open? Is there a specific firewall configuration needed?
#11
Is there anything we can do to speed up the resolution of this issue? Its clearly pretty serious, if more information is needed from us than we should hear something about it.
#12
what is the PHP version you're running?
Did you try the PHP 5.3 patch (http://www.kaltura.org/kaltura-ce-2x-not-compatible-php-53)?
#13
We are running PHP 5.2.9 from the Kaltura-modified XAMPP server.
Would other errors not be more logical when using PHP 5.3? As mentioned Kaltura installs fine and the start page appears just fine. It is the login page that AFTER hitting ENTER goes blank...
#14
Thanks to jeand (http://www.kaltura.org/blank-page-after-login-and-invalid-ks#comment-451...) we were able to get things running by leaving the MySQL root password blank (?!). Odd but true. Hopefully this both helps others, and makes it easier to write a bug fix.
#15
I have the same problem .
Has any body resolved it?
Thanks .......
#16
I've reinstalled XAMPP and Kaltura completely but just leaving the root password blank didn't work. I checked MySQL and it does show a blank password
SELECT User, Host, Password FROM mysql.user;
+--------------+-----------+-------------------------------------------+
| User | Host | Password |
+--------------+-----------+-------------------------------------------+
| root | localhost | |
| root | linux | |
| | localhost | |
| | linux | |
| pma | localhost | |
| etl | localhost | *F67D6F829683A9471E1A193BCA97ADC944FEB0C9 |
| etl | % | *F67D6F829683A9471E1A193BCA97ADC944FEB0C9 |
| kaltura_read | localhost | *18329B22AE77CC05C7EF8A9D41A6782F88C1FDA0 |
+--------------+-----------+-------------------------------------------+
Thoughts?
FYI: I changed the lammp/mysql port to 3307 (I'm gonna have another app running on here using the default mysql)
#17
Try with the default port. Kaltura doesn't seem to play nice with "non default" installs.
#18
Default port/blank root password did work except I only got it to work on a completely fresh server. This version IS very scary!!!
#19
Please see - http://www.kaltura.org/blank-page-after-login-and-invalid-ks#comment-467...
And report back on the thread.
#20
Thanks to the observation by jardar, this issue was resolved for us by using a MySQL password that does NOT contain parenthesis. Using just alphanumeric characters solved the problem.