Page 2 of 9 FirstFirst 1234 ... LastLast
Results 11 to 20 of 87

Thread: vShare 2.4

  1. #11

    Default

    I got that same Youtube error on two videos in a row the other day, but have since imported several without problem. I thought it must have just been a problem with those two videos. I guess maybe I cought them during a test of the new code or something.

    I guess now we just have to rip the videos and do a manual upload. No big deal. It's just one additional step. Hopefully the next update will have a fix for this.

    Do you think this is the root of the problems others were having after the upgrade? I was putting it off for a couple of days to see what the initial feedback was.
    This member is now known as Sitting Out

  2. #12

    Default

    Ahh curse! I'm a long way from the US backbone. It takes ages to upload files.
    Ah well as Al Bundy said "I've had it too good for too long.'
    Hoss

  3. #13
    Join Date
    Jun 2007
    Posts
    13

    Default

    Code:
    ERROR: Unable to execute query
    
    INSERT INTO `process_queue` SET
    		file='resalh_h_6.avi',
    		title ='test',
    		description='test',
    		keywords='test',
    		channels='36',
    		type='public',
    		user='mohammad',
    		user_ip='156.26.118.145',
    		status=2
    Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
    this error came when I try to upload as a normal user

  4. #14
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    You need to check if the new table have same collations as your existing ones.

  5. #15
    Join Date
    Jun 2007
    Posts
    13

    Default

    Quote Originally Posted by admin
    You need to check if the new table have same collations as your existing ones.
    I changed the collation of the new table to latin1_swedish_ci
    and this sloved the problem

    thank you a lot

  6. #16
    Join Date
    Aug 2007
    Location
    Dallas
    Posts
    13

    Default Missing Files

    I purchased the vShare a few days ago and yesterday I found that the 2.4 has been released to I installed the new version instead.

    I found that there were some files missing like when I click on Watch button (which links to tuhog.com/recent/), Channel (which links to tuhog.com/channels.php), and the user's name which links to tuhog.com/vshare.

    The admin area does not have an index.php either. Am I supposed to install 2.3 first then upgrade to 2.4? Because I couldn't find these files anywhere in the zipped file.

  7. #17
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    This ZIP file is upgrade only, that is for existing customers.

    If you have purchased, download link will be send instantly to your paypal email. If not PM me your paypal email address, i can resend the full download link.

  8. #18
    Join Date
    Jul 2007
    Posts
    8

    Default

    Hi, nice update! Just I got one problem, when I select "object" in my embed type my config doesnt save it, can you please help me?
    Thanks.

    *sorry for my ban english

  9. #19
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Quote Originally Posted by mashim
    Quote Originally Posted by admin
    You need to check if the new table have same collations as your existing ones.
    I changed the collation of the new table to latin1_swedish_ci
    and this sloved the problem

    thank you a lot
    What control panel you are using ?

  10. #20
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Quote Originally Posted by paburmester
    Hi, nice update! Just I got one problem, when I select "object" in my embed type my config doesnt save it, can you please help me?
    Thanks.

    *sorry for my ban english
    Run following SQL in phpMyAdmin

    INSERT INTO `sconfig` ( `soption` , `svalue` ) VALUES ( 'embed_type', '1');

Page 2 of 9 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •