[Pmwiki-users] Fw: undefine keep() function??

Alex Ho isalex
Mon Feb 23 00:02:18 CST 2004


 hi all,

 i just want to extend the upload function
 by using Christian UploadExtend plugin.
 but i just get the following error after enable it in local.php

 Fatal error: Call to undefined function: keep() in
 /home/isalex/public_html/cityu/workspace2/pmwiki/local/upload.php on line
142

 here is partial content in local.php
 $EnableUpload = 0;
 include_once('local/upload.php');
 $DefaultPasswords['upload'] = crypt('xxxxx');
 $UploadExts = array('doc','gif','jpeg','jpg','png','ppt');
 $UploadMaxSize = 200000;
 $UploadExtSize['ppt'] = 350000;
 $UploadExtSize['doc'] = 350000;





More information about the pmwiki-users mailing list