[pmwiki-users] Windows Media Player question

Hans design at softflow.co.uk
Wed Apr 12 15:38:33 CDT 2006


Wednesday, April 12, 2006, 4:47:39 PM, Mark wrote:
> I know this is a very beginner question but has anyone used the wmplayer.php
> because when I install it and try to put a file in the wiki page I get an
> error saying linkupload funtion is not defined.  Does anyone know what this
> function does and why I am getting this error.

LinkUpload is a function in scripts/upload.php, part of pmwiki.
If it is reported as not defined I guess you have not enabled
uploads? Enable uploads in config.php with

$EnableUpload = 1;

and while you are there increase the maximum allowed filesize, it
should be pretty huge if you want to upload media files, perhaps
at least 10Mb for audio files, and ten times more for video files.
Set perhaps
$UploadMaxSize = 10000000;

and set  a password for uploads:

$DefaultPasswords['upload'] = crypt('myuploadpassowrdgoeshere');

If you have uploads enabled and get the error saying that LinkUpload
is not defined then I am mystified and you better ask Pm.


Best,
 Hans                           





More information about the pmwiki-users mailing list