This bug is fixedQuote:
Originally Posted by karlmay
code:group_videos.tpl online-47
[img]{$tmburl}/1_{$answers[i].vid}.jpg[/img]
REPLACE:
[img]{$tmburl}/1_{$answers[i].VID}.jpg[/img]
Printable View
This bug is fixedQuote:
Originally Posted by karlmay
code:group_videos.tpl online-47
[img]{$tmburl}/1_{$answers[i].vid}.jpg[/img]
REPLACE:
[img]{$tmburl}/1_{$answers[i].VID}.jpg[/img]
Thanks for reply Bizhat
You can remove the video without login.
http://www.grindplay.com/group/create/videos/1
thanks for leki found this error
Kudos!
The upload bar works great.
It is commendable that your program works so well that it tests host providers.
I first tell my provider the error and he fixes his server. Almost every issue is a bad ffmpeg install or server mis-configuration. Your program takes the bleeding edge for them and pushes them to work!
Keep up the great work. I have only one upgrade that went bad and fresh install works perfect.
Good to see you got it workn musictvblogger congrats.
Found a small bug. In group, once you create a group and need to edit the group, the groups name is a href and makes the whole page clickable. Example you try to click in an input and it clicks the href link automatically.
yup reported that one back in may with the rest of the group bugs....its easy to fix though...just a missing </A>... just open my_group_edit.tpl and findQuote:
Originally Posted by zeffer
replace withCode:<DIV class=tableSubTitle>Edit Group: <A href="{$baseurl}/group/{$smarty.request.urlkey}/">
{$smarty.request.urlkey}</DIV>
Code:<DIV class=tableSubTitle>Edit Group: <A href="{$baseurl}/group/{$smarty.request.urlkey}/">
{$smarty.request.urlkey}</A></DIV>
Thanks leki.
There is a bug fix available at
http://forums.buyscripts.in/viewtopic.php?t=1051
All those who upgraded to vshare 2.3 before 4 Aug 2007 should use this bug fix.
sorry i think i posted in general discussions and needed to post here.
Ok, so I just tried upgrading. I just FTP'd the contents of the zip file to my server in public_html. I ran the upgrade.php and it said you have upgraded and told me to delete the upgrade.php from my server. I deleted it and then logged into my admin area and it says i'm still using the old version. Went and checked out my site and nothing changed on it at all.
The odd thing is that when I transferred the files over it didn't ask me if I wanted to overwrite anything. I checked my filezilla settings and it is set to ask me and I also made sure it was set to binary BEFORE I transferred the files.
So since it didn't work the first time I tried again. reran upgrade.php and it said that I had already upgraded. :?
anyone think they know what I did wrong?
Running upgrade.php only do Database upgrade.
To see if your files are uptodate, login to admin and check the version details.
As for files, check the date of files in your server. If they are old, just reupload the files.
I just bought/downloaded this script.. I can't see where a user can add an embedded youtube vid as opposed to simply uploading a vid.
I haven't found a way to do it other than using this website called videoDL.org it basically allows you to convert the youtube file so you can upload on your site. you still have to upload its worked for me several times just to test it out. there is also a feature in the admin for importing video's I haven't tested that yet.Quote:
Originally Posted by chronoshift
I applied the new update and its patch, but "View Channels" in the admin side does not show all the channels. It only shows the first page (21 Channels). And there is no way to navigate through the second page.
In youre case, it's not. It would be in alphabetical order betweenQuote:
Originally Posted by hilariouslaugh.com
andCode:curl
CURL support enabled
CURL Information libcurl/7.15.3 OpenSSL/0.9.7a zlib/1.2.1.2 libidn/0.5.6
Code:ftp
im having a problem with the progress bar i uploaded the new zip file like admin requested and installed it properly, now when i go to uplad video i get this message
sorry, uploading files in this format is not allowed, please ensure your file names follow this format
1. entire file cannot exceed 32 characters
2. format should be filename.extention or filename
3. legal characters are 1-9, a-z, A-Z, '_', '-'
everything was working fine untill i decided to try and make the progress bar work, can someone tell me where to start to find my problem
thanks in advance
I followed the instructions here http://forums.buyscripts.in/viewtopic.php?t=981
then did this also
http://forums.buyscripts.in/viewtopic.php?t=1184
and it works great for me.
Still have a lot to work on for my site but this script is just what I have been looking for.
ok i have checked all that , it was all good, so what else can i do, the message i get is from internet explorer, pop up not on my web page.
I get this error when trying to upgrade. ANy ideas? All the others upgrades has gone fine.
Its when i run the upgrade script.
vShare Upgrade
Fatal error: Unable to read 33446 bytes in /home/bilforum/www/video/include/function.php on line 1
This new update has it got a bug where you dont need to select a channel before uploading? Cos i just spent 20 minutes trying to work out why i was getting a error, only to find after i try edit the video and choose a channel i am able to delete it.
Does it? Maybe it's because this was my first install and not an upgrade, but I dont have this problem. If I select no channels, or if I select 4+ channels, I get a message telling me to select 1-3 channels.
I really struggle with this problem. My site doesnt work at all now. :(Quote:
Originally Posted by zkilzz
Upload in binary mode, it will work.
See FAQ
Fatal error: Unable to read XXXX bytes
when i now upload a video, it shows the process bar and looks normal but when finished it redirects me back to the sign up/ sign in page but no video has been uploaded.
what is content of uu_default_config.pm and config.php ?Quote:
Originally Posted by harvey
config.php
$config = array();
$config['ffmpeg'] = "usr/local/bin/ffmpeg";
$config['mplayer'] = "/usr/bin/mplayer";
$config['mencoder'] = "/usr/bin/mencoder";
$config['flvtool'] = "/usr/bin/flvtool2";
$config['basedir'] = "/home/showme66/public_html/vshare";
$config['baseurl'] = "http://showmeu.com/vshare";
include($config['basedir'] . "/include/vshare.php");
uu_default_config.pm
$config = {
config_file_name => 'uu_default_config',
temp_dir => '/home/showme66/public_html/vshare/templates_c/',
upload_dir => '/home/showme66/public_html/vshare/video/',
unique_upload_dir => 0,
unique_upload_dir_length => 16,
unique_file_name => 0,
unique_file_name_length => 16,
max_upload => 20971520000,
overwrite_existing_files => 0,
redirect_after_upload => 1,
redirect_url => 'http://www.showmeu.com/vshare/upload.php',
redirect_using_js_html => 1,
redirect_using_html => 0,
redirect_using_js => 0,
redirect_using_location => 0,
delete_param_file => 1,
get_data_speed => 1000,
disallow_extensions => '(sh|php|php3|php4|php5|py|shtml|phtml|cgi|pl|plx| htaccess|htpasswd)',
allow_extensions => '(3gp)|(mp4)|(mov)|(asf)|(avi)|(flv)|(wmv)|(mpg)|( mpeg)|(mpeg4)|(xvid)|(divx)|(3gpp)',
normalize_file_names => 1,
normalize_file_delimiter => '_',
normalize_file_length => 32,
link_to_upload => 1,
path_to_upload => 'http://www.showmeu.com/vshare/video/',
send_email_on_upload => 0,
html_email_support => 0,
link_to_upload_in_email => 0,
email_subject => 'Uber File Upload',
to_email_address => '[email protected],[email protected]',
from_email_address => '[email protected]',
};
1;
In your config.php, baseurl have no www.Quote:
redirect_url => 'http://www.showmeu.com/vshare/upload.php',
So you have to use like
Quote:
redirect_url => 'http://showmeu.com/vshare/upload.php',
thanks admin it now works great.
...like an idiot I tried to put in the blue template and now I can't get into my ftp OR my css files. What is going on? Someone help me!
I saved my other template, but I can't even open ftp to change it back.
...like an idiot I tried to put in the blue template and now I can't get into my ftp OR my css files. What is going on? Someone help me!
I saved my other template, but I can't even open ftp to change it back.
Reason for this error is wrong path in cgi-bin/uu_default_config.pm
Check the value of temp_dir and upload_dir.
temp_dir => '/path/to/templates_c/',
upload_dir => '/home/web/vshare/video/',
Okay change what to what?
temp_dir => '/path/to/templates_c/', to ?
upload_dir => '/home/web/vshare/video/', to ?
Thanks---------- I got this fix by looking at include/config/php