Support Forums

Quick Checkout - Place an Ad stopped working correctly

This is a discussion on Quick Checkout - Place an Ad stopped working correctly within the TemplateCodes forums, part of the Third Party Support category; Hello - We've been working hard to fine tune our site, but have run into a core problem with placing ...


Go Back   68 Classifieds Forums > Third Party Support > TemplateCodes

Reply
 
Thread Tools Display Modes
Old 09-01-2010, 05:10 PM   #1
Junior Member
 
Join Date: Sep 2010
Posts: 5
Rep Power: 0
atlas is on a distinguished road
Default Quick Checkout - Place an Ad stopped working correctly

Hello -
We've been working hard to fine tune our site, but have run into a core problem with placing an ad that I could really use some help with.

We've looked through all the instruction docs, forums, triple checked packages, tried re-uploading the quick_checkout module, deactivate/reactivate, etc. but are overlooking something... maybe another set of eyes would help.

The quick checkout continues to skip from the Create Listing section right to the last section as soon as I hit "Save" when creating the listing skipping over Upload, Preview, etc.

I've just tried changing some of the module configuration settings that bypass a few steps, but still the problem remains. You can login using a test account (u: kc / p: kc) and then click on Place an Ad to see the problem: https://www.tradinpaper.com/modules....&cmd=checkout1

Any help would be appreciated!

Thanks,
KC
atlas is offline   Reply With Quote
Old 09-01-2010, 05:25 PM   #2
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,361
Rep Power: 85
seymourjames is a jewel in the rough
Default

Seems like you do not have your 68C ad packages set up to accept images or you do not have the image upload module installed and activated. Send a ticket to us with your 68C admin control panel login details and your FTP information. We will take a quick look for you. Also do check you have set up your config file in the module correctly.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting
seymourjames is offline   Reply With Quote
Old 09-01-2010, 06:38 PM   #3
Junior Member
 
Join Date: Sep 2010
Posts: 5
Rep Power: 0
atlas is on a distinguished road
Default

Hello -
I do... it's set up currently to allow 1 image and it was working at one point. When I deactivate the quick_checkout, the old way allows me to upload ok. We've been building some customizations but not so much to the quick checkout just yet, but it must be something we're overlooking for sure.

Appreciate your help... I'm sending a ticket momentarily!

Thanks,
KC
atlas is offline   Reply With Quote
Old 09-02-2010, 02:50 AM   #4
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,361
Rep Power: 85
seymourjames is a jewel in the rough
Default

No ticket has arrived through our contact form. Before doing that please install the package you downloaded without modification except to the config file to set your payment gateway correctly. At least you know it is something you have done for sure or something with your hosting provider has changed such as mod_security. Details about flash files and mod_security in the instructions document.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting
seymourjames is offline   Reply With Quote
Old 09-02-2010, 02:26 PM   #5
Staff
 
Join Date: Mar 2006
Posts: 588
Rep Power: 34
Blair will become famous soon enough
Default

D -
We've received the ticket. What address does he use to submit a ticket with you?
Thanks-
__________________
Blair
68C Staff

68C Downloads | Report a Bug | Knowledge Base
If you have a current support subscription, you can Submit a Support Ticket
Blair is offline   Reply With Quote
Old 09-02-2010, 05:53 PM   #6
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,361
Rep Power: 85
seymourjames is a jewel in the rough
Default

The contact form on our web site. However, it is unclear to me whether he has installed the module as downloaded or in fact made modifications to it. The implication is that it is no longer standard. He can however send his FTP and 68C admin control panel details so we can check it out - excuse the pun.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting
seymourjames is offline   Reply With Quote
Old 09-03-2010, 03:53 AM   #7
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,361
Rep Power: 85
seymourjames is a jewel in the rough
Default

No ticket here. Can't really comment further on any issues without the login details requested.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting
seymourjames is offline   Reply With Quote
Old 09-04-2010, 02:41 PM   #8
Junior Member
 
Join Date: Sep 2010
Posts: 5
Rep Power: 0
atlas is on a distinguished road
Default

Ok - so now that image_upload module is correctly available, we do see the function ok. However, it doesn't work and always shows a 302 error in the upload log each time. Not much documentation about it, but some scouring on google for "swfuploader and 302", it mentions a few things like setting up mime types but limiting file extensions, to changing seo friendly url settings, to something to do with SSL and particular certificate authorities. Yeah - great... another guessing game.

So now I either have to troubleshoot this or fall back and punt cuz quick_checkout apparently won't work without this...

I may have to scrap quick_checkout and use the default way cuz that file upload seems to work ok even though it's not as cool as quick_checkout.

Anybody run into the Notice: 302 in the upload log for your server?

Thanks,
Kevin
atlas is offline   Reply With Quote
Old 09-04-2010, 02:49 PM   #9
curmudgeon
 
Join Date: Mar 2006
Posts: 5,414
Rep Power: 138
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

As noted in the documentation, if you web server is using mod_security it will interfere with the module. You can either disable mod_security or add a rule to it so it doesnt interfere for checkout.
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline   Reply With Quote
Old 09-04-2010, 09:54 PM   #10
Junior Member
 
Join Date: Sep 2010
Posts: 5
Rep Power: 0
atlas is on a distinguished road
Default

Hello -
Nice thought - I did run into that one as well... mod_security does not appear anywhere in our phpinfo and is not enabled.

However, I did add this to .htaccess just to double check:

<IfModule mod_security.c>
# Turn off mod_security filtering.
SecFilterEngine Off

# The below probably isn't needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>

Any other suggestions?

Thanks,
KC
atlas is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Modify text in Quick Checkout? arivederchi TemplateCodes 2 06-05-2010 01:53 PM
Package issue with Quick Checkout Module metrony TemplateCodes 4 05-17-2010 05:15 PM
Quick Checkout Module TemplateCodes-Mike Modification Release 16 05-17-2010 05:06 PM
Email notifications suddenly stopped working after php upgrade nickhaughton Technical Support 3 03-18-2009 07:13 AM


All times are GMT -4. The time now is 02:38 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0