I am using Pageroute module 5.x-1.0 and have attached "Resume" Content type where I have to upload the resume of students. But while uploading I get some popup error which I have attached as image in this issue.

I have tried the all patch provide in other issue but it didnt work.

Please do help me to find solution fast as my website is live now and people are facing problem.

website: www.jobtatkal.com

Its Urgent...

CommentFileSizeAuthor
#2 problem1.jpg325.64 KBpniraj007
problem.jpg334.48 KBpniraj007

Comments

oadaeh’s picture

What happens if you disable fckeditor?

pniraj007’s picture

StatusFileSize
new325.64 KB

Thanks for replying..

I have checked by disabling fckeditor but it is still giving popup error though the type of error has changed then before. Screenshot of error is attached.

Please do help me solving it.

pniraj007’s picture

I think it is giving page source code as an error. I have tried all this issue but couldnt find the solution:

http://drupal.org/node/187013
http://drupal.org/node/135083
http://drupal.org/node/260396
http://drupal.org/node/250431
http://drupal.org/node/253344
and many more...

But none worked :((

oadaeh’s picture

How can you troubleshoot and fix the problem if you don't really know what the error is?

I don't know for sure, but I'm guessing this is not a Pageroute error, and this issue shouldn't be here. I think if it were a Pageroute error, you wouldn't be getting a pop up error message. If it's a page source code error, as you're thinking it is, then it's probably some where in your theme's code or possibly in some custom code you might have.

It looks like you're attaching a resume, but getting an error back saying you haven't attached one. If resume attachments are not required for that page, try submitting the page without a resume being attached. If they are required, try changing it so they are not required, and submit a page without a resume.

Are you parsing the attached resume after it's uploaded? If so, try temporarily disabling that code and see if you can submit a page with an attached resume.

pniraj007’s picture

Thanks for replying.

Yes, Your right even I can't find what the error is.

Attachment is not required. I did it without attachment and it worked perfectly.

The error comes at time while its uploading the file(loading gif)(when I press attach button) not at the time of submission of node. And when I use this content type without pageroute it works perfectly for the upload.

Please do guide me.

oadaeh’s picture

Are you saying that if you select a file and then click Submit it works, but if you click Attach it does not? If so, then your problem is possibly somewhere in the JavaScript code. If not, then one more thing to try is changing the theme to Garland or Bluemarine and trying it again where it fails now to see if it still fails again or succeeds.

pniraj007’s picture

Yes, you are right.

It is the problem with the javascript. When I comment the lines in code calling the javascript and then upload just with submit of node it automatically gets uploaded.. but this is the case with my localhost.

But when I got live, and comment that lines... the upload of resume is not done as of was done in localhost.

what can be that issue?

Now its not giving any error.. thanks for that.

Hope you can help me out with javascript.

pniraj007’s picture

Why Javascript is creating such problem when content type is attached to pageroute??

oadaeh’s picture

Sorry. I'm at my limits. I don't know anything about Pageroute, and I'm not very knowledgeable about JavaScript, either.

pniraj007’s picture

Oki fine no problem, please do response if any one has any idea about pageroute & upload.

fago’s picture

upgrade to the latest development snapshot of pageroute and try if it helps.

pniraj007’s picture

Hi Fago,

Thanks for replying..

I have checked it with Development Snapshot but still its giving the same popup error. I have attached screenshot of error in above replies. I think it is a error of Javascript.

Please do find me a solution if u can.. I would really appreciate.

Thank You.

pniraj007’s picture

No Solution :((

Tauran’s picture

Status: Active » Closed (fixed)

Install the latest release of subform elements.
Please reopen if the request persists.

pniraj007’s picture

Status: Closed (fixed) » Active

The issue still persist...