[Solved] install doesn't start

2 replies [Last post]
oli
oli's picture
User offline. Last seen 2 years 5 weeks ago.
Joined: 03/29/2010
Points: 12
configure_db

Hi,

when I try to install kaltura via http://localhost/kalturaCE/index.php the page with "Your KalturaCE Server Is Up And Running" is shown and not the installation wizzard.

I did enable mod_rewrite and changed httpd.conf according to the pre-Installation requirements. Also libCurl, memcache and mysql are installed. php-cli is included in the php-package.

I use open suse 10.3 with php version 5.2.4 and apache version 2.2.4.

I can start the installation when using http://localhost/kalturaCE/install/index.php, but no log-files are generated and in the second step (database configuration) the values in the input fields seem to be really strange (see the attached image). After I insert the right values and try to go to the next installation step I just get a blank page.

Thanks for any help.

Joined: 02/26/2010
Points: 5

check your php config and make sure short tags are on (different from ASP style tags).

oli
oli's picture
User offline. Last seen 2 years 5 weeks ago.
Joined: 03/29/2010
Points: 12

Thanks, that solved the problem.