We are getting this error after upgrading to 2.6 ver
This error is when we upload from remote server.
Fatal error: Call to undefined function: strpbrk() in /home/video/public_html/include/classes/class.upload_remote.php on line 16
We are getting this error after upgrading to 2.6 ver
This error is when we upload from remote server.
Fatal error: Call to undefined function: strpbrk() in /home/video/public_html/include/classes/class.upload_remote.php on line 16
You are using PHP 5, vshare 2.6 need PHP 5 to work. If you are using PHP 4, remore upload will not work, you can edit the template and remove option for remote upload.
How to modify upload.php into templates dir ?
Please, can you help me ? ... I only need to upload from local ( from PC )
Thanks ! ;)
Edit the upload.tpl file in tempate folder and findout the following and remove
<input type=radio name="upload_from" value="remote"> <span class="bold">Remote Server</span>
http://rapidshare.com/files/155542792/c ... remote.php
Try with that class.upload_remote to fix the line 16 problem ;)Code:http://rapidshare.com/files/155542792/class.upload_remote.php
Bookmarks