The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
users after upload gets this error message
Query: INSERT INTO video_upload SET video_id = 36510, ext = 'flv', size = 44364232
Error Message: Table 'admin_test.video_upload' doesn't exist
Error Number: 1146
Offline
It Is Problem Due To Database Error Table Is Missing Which Store This Info.
Offline
What version of the script are you running? This section is from components/upload.php - line 133. In the latest version everything is correct (code-wise) and is not using dot notation for the query. If is does not look like this, it should:
$this->db->query("INSERT INTO #__video_upload
SET video_id = ".$video_id.",
ext = '".$this->db->escape($file['ext'])."',
size = ".$file['size']);
Having said all of that, I went to test my site and nothing happens when I click upload for the user. I will keep looking and see what Symtab has to say.
Last edited by THS (2012-02-20 17:41:41)
Offline
There is some kind of bug for the upload, i'll remove the progress bar (you are the second person to find this error, although i cannot reproduce it on any of my installs). Is the table video_upload missing?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
There is some kind of bug for the upload, i'll remove the progress bar (you are the second person to find this error, although i cannot reproduce it on any of my installs). Is the table video_upload missing?
Many problems Arise Due To htaccess I Have problem In Pornstar Adding But When I Replaced htaccess It Got Right. And In His Case It is Database Problem. I Have Faced Once Also.
Offline
Symtab, on a side note, on the upload page on the right is a section that says video upload guides. How do we add content there?
Offline
@Eri: Do you have the video_uplod table?
@THS: edit templates/your-template/video_upload.tpl.php
Would you vote for removing the current progress bar and replacing it with a flash progress bar?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
@Eri: Do you have the video_uplod table?
@THS: edit templates/your-template/video_upload.tpl.phpWould you vote for removing the current progress bar and replacing it with a flash progress bar?
Flash bar is Ok If It is Less In Size But It Will Create Problem If Person Do Not Have Plash Player. Upload Should Not require ANy Software Like Java Or flash,etc.
Offline
Yeah...but currently there is no way to have a uploadprogress only with html/javascript (well it is for firefox, crome and safari, but not IE). Since its a video site, users need to have flash, so i guess this will work.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Yeah...but currently there is no way to have a uploadprogress only with html/javascript (well it is for firefox, crome and safari, but not IE). Since its a video site, users need to have flash, so i guess this will work.
Ok If You Say We Can try It But flash Should Not Take To Much Time To Load Will reduce File Uploading Speed .
Offline
Flash progress bars are fine. Where I work, we have migrated to JS/HTML5/CSS3 to do this though. The issue at hand for that, is its not a standard yet, and it doesn't work in all browsers. So with that being said, anything we choose doesn't work in all browsers, i.e. flash not supported on newer devices, html5 not in all browsers, etc. So if it were me, I would just leave it as it is and focus on other issues (whatever those may be).
Offline
Yeah...i know about the html5 upload progress bars. I will go with flash until IE supports html5.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Yea put me in for not being able to wait for this. (I'm the other one with the bug.) Does the photo upload progress bar run on the same module as videos? Because my photo upload bar is working -
Offline
Its fixed. Right now we have a Flash Upload progress bar, meaning that all browsers with flash will be able to display a progress bar.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1