No input file specified

1 reply [Last post]
Joined: 01/10/2010
Points: 1

Hiya all,

I am trying to install kaltura on my Dreamhost account in its own subdir (mydomain/kalturaCE).

I ran the installation, got a success message, but can't get the 'server status' 'KMC' or other essential links to work from the 'JustInstalled' page... when I click on them I get "No input file specified."

I checked the error log and saw this:

[2010-01-10 04:59:31] replace uiconfs with command php ./run_replace_root.php /kalturaCE
[2010-01-10 04:59:31] failed to replace in uiconf files
Array
(
    [0] =>
    [1] => Fatal error: Call to undefined function:  file_put_contents() in /home/.servername/username/hostname.com/kalturaCE/install/replace_root.php on line 27
)

[2010-01-10 04:59:31] uiconf replacement output: <div class="install failed">Failed to replace urls in uiconf files</div>

Can anyone give me any pointers - been at this for a few hours now....

Cheers

Joined: 03/16/2010
Points: 12

if you still have this problem you can try and run run_replace_root.sh in the install folder
i had to change this file a litle ...

to this:
find ../content/uiconf -name "*.xml" -exec $1 php -f ./replace_root.php {} $2 \;