Adult Script Pro Community Forums

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.

#1 2012-02-20 12:18:32

Eri
Member
Registered: 2011-03-18
Posts: 977

[FIXED] upload problem

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

Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#2 2012-02-20 12:28:43

ful2fun.com
Member
From: Usa
Registered: 2011-09-16
Posts: 1,041
Website

Re: [FIXED] upload problem

It Is Problem Due To Database Error Table Is Missing Which Store This Info.

ful2fun.com
livesexpirates.com

Offline

#3 2012-02-20 17:36:16

THS
Member
Registered: 2012-02-02
Posts: 313
Website

Re: [FIXED] upload problem

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

#4 2012-02-20 17:44:20

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED] upload problem

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

#5 2012-02-20 17:57:31

ful2fun.com
Member
From: Usa
Registered: 2011-09-16
Posts: 1,041
Website

Re: [FIXED] upload problem

symtab wrote:

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.



ful2fun.com
livesexpirates.com

Offline

#6 2012-02-20 18:00:19

THS
Member
Registered: 2012-02-02
Posts: 313
Website

Re: [FIXED] upload problem

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

#7 2012-02-20 19:18:55

Eri
Member
Registered: 2011-03-18
Posts: 977

Re: [FIXED] upload problem

i am using latest version.

The video is downloaded but get this error message. also there are no video info about file size


Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#8 2012-02-21 07:09:23

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED] upload problem

@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

#9 2012-02-21 07:54:24

ful2fun.com
Member
From: Usa
Registered: 2011-09-16
Posts: 1,041
Website

Re: [FIXED] upload problem

symtab wrote:

@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?


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.


ful2fun.com
livesexpirates.com

Offline

#10 2012-02-21 08:45:46

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED] upload problem

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

#11 2012-02-21 08:49:50

ful2fun.com
Member
From: Usa
Registered: 2011-09-16
Posts: 1,041
Website

Re: [FIXED] upload problem

symtab wrote:

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 .



ful2fun.com
livesexpirates.com

Offline

#12 2012-02-21 18:37:55

THS
Member
Registered: 2012-02-02
Posts: 313
Website

Re: [FIXED] upload problem

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

#13 2012-02-22 08:37:34

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED] upload problem

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

#14 2012-02-22 09:59:04

Eri
Member
Registered: 2011-03-18
Posts: 977

Re: [FIXED] upload problem

I may have this problem due to the server load.


Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#15 2012-02-22 18:59:20

Pornogoddess
Member
From: NY
Registered: 2011-01-12
Posts: 183
Website

Re: [FIXED] upload problem

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

#16 2012-05-26 12:05:21

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: [FIXED] upload problem

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

Board footer

Powered by FluxBB