Kaltura plug-in on windows server

1 reply [Last post]
Joined: 03/18/2010
Points: 4

Hi,

I have a windows server with Apache webserver. Will the plug-in work on this?

I have tried installing - am I correct that three is only one file in the module. When I extract the tgz a single php file named alpha-95 is all that is contained in it. For Moodle plug-ins I would expect a version.php to be included so that it can be registered.

ANy help appreciated.

Ciaran

Joined: 03/18/2010
Points: 4

Oops - its ok I figured this. Don't to lack of experience with tar files. In case anyone like me has the same problem the solution was to use 7zip to extract the gz file 2 times. The first time creates a single file with all code concatenated and the second time expands these out to the directory format required for installation.

Hope it helps