Avatar of qrpike
qrpike
 asked on

PHP - Fancy Upload, getting Error

I have a website, which I have an upload page where you can upload files. The framework is on PHP and the Uploader is Fancy Upload 2, written in JS. I do not know Javascript, but am very good with PHP.

On some computers i am getting an popup that says 'Error'.

Is there any way someone could tell me whats wrong? you can view the script from the browser since its Js.

the site is,
https://www.qdrive.net

Please let me know what I need to change in the code to stop the 'Error'.

This is VERY Ergent and I need it fixed ASAP.


PHPJavaScriptAJAX

Avatar of undefined
Last Comment
ee_auto

8/22/2022 - Mon
Ray Paseur

Have you tried using Firefox and Firebug to inspect the JS?

Also, do you have a link or page where we can find the JS?  It was not immediately apparent to me where to look for this.
Ionut A. Tudor

Hi,
can you make us a test user so we can enter and see the error ? or give us a page where we can access and see that behaviour.
qrpike

ASKER
Test Account to the Site:

Username: testaccount@qdrive.net
Password: google123

Page that is having problems:
https://www.qdrive.net/upload.php

I tried firebug, and enabled debugging on Js, but i can seem to find the errors.

Thanks again.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
Ionut A. Tudor

On firefox looks clean, on IE shows the warning `error`, i will try to see the reason for this,
qrpike

ASKER
I need this to be fixes as soon as possible, very irritating to users of the site.

Possibly like a paypal $20 bucks to whoever can fix it.
Ionut A. Tudor

in your file popupDiv.js replace

window.onscroll = setTimeout("placeIt('layer1')",500);
with
var timeout = setTimeout("placeIt('layer1')",500);

 
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
qrpike

ASKER
Did not seem to work =/
Ionut A. Tudor

the problem is with this line
window.onscroll = setTimeout("placeIt('layer1')",500);
find a way to replace it, call the placeIt function without timeout, or find another popup script.
Good luck
qrpike

ASKER
I commented out that entire line and it still gives an error when i click Browse Files.

Any Suggestions.

Like i said, $20 bucks to whoever can fix this error.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
Ray Paseur

I tried the login you posted above and got this message:

Your account was not found, or not yet activated. If you have not yet activated your account, please check your email for the activation link.

What is it that FancyUpload gives you?  Can you achieve this in HTML?  If so, I may be able to help, once I see the page in question.

Thanks, ~Ray
qrpike

ASKER
I fixed the problem, it was a flash error. Thanks.
ASKER CERTIFIED SOLUTION
ee_auto

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.