Support Forums

Old 04-19-2006, 10:57 AM   #1
Member
 
 
Join Date: Mar 2006
Location: Brisbane, Australia
Posts: 91
Rep Power: 14
Bucketman is on a distinguished road
Default Renewal Question

I have set most of my listings to 60 day expiration and some are getting close to end of life. A few users have emailed me saying they've received an email saying the ads about to expire, please visit and renew the ad (all good - that's working as it should).

However, all are saying that when they log into the site, go to modify an ad, then click on the 'click here to renew' option for the ad, it takes them to verify ad info screen, then the verify user info screen, then back to the modify ad screen, with 'click here to renew' still there as an option - as if nothing has happened.

I have tested this myself and yes, I get the same thing and ads are not being renewed - they still show the same expiry date after going through the renew process.

I'm running version 3.014 on my site - is there any known issues. I remember reading some posts before the fateful crash day about people with renew problems.

Any ideas - as a workaround I'm having to go into Admin and manually change the expiry date, but would be better if the renew process was working - especially if I will soon be charging for it.

__________________
Regards,

Ashley McKinnon
Site Administrator

GoBuyItBrisbane
Bucketman is offline  
Old 04-19-2006, 12:01 PM   #2
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,650
Rep Power: 108
Eric Barnes is a jewel in the rough
Default

Ashley,

I just tested this and it does appear to be a bug. If you would open the file userrenew.php and locate this around line 57:
PHP Code:
//verify the package details
$sSQL="SELECT oPackageID,oTotal,oDiscount,pBold,pHighlighted,featured FROM ".PREFIX."orders LEFT JOIN ".PREFIX."products ON oProductID=id WHERE id=".$lid
Then change to:
PHP Code:
//verify the package details
$sSQL="SELECT oPackageID,oTotal,oDiscount,pBold,pHighlighted,featured FROM ".PREFIX."orders LEFT JOIN ".PREFIX."products ON oProductID=id WHERE id=".$listingid

Basically all that is different is id=".$lid becomes id=".$listingid
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline  
Old 04-19-2006, 06:42 PM   #3
Member
 
 
Join Date: Mar 2006
Location: Brisbane, Australia
Posts: 91
Rep Power: 14
Bucketman is on a distinguished road
Default No - still no go

changed that line (it was at line 139 in my userrenew.php file) but hasn't made any difference.

Any other ideas ????

I have attached my userrenew.php file for reference -

Attached Files
File Type: zip userrenew.zip (5.2 KB, 2 views)
__________________
Regards,

Ashley McKinnon
Site Administrator

GoBuyItBrisbane

Last edited by Bucketman; 04-19-2006 at 06:48 PM.
Bucketman is offline  
Old 04-19-2006, 06:49 PM   #4
Moderator
 
Chaslie's Avatar
 
Join Date: Mar 2006
Location: Great Ocean Road - Australia
Posts: 729
Rep Power: 27
Chaslie will become famous soon enough
Default

Quote:
I'm running version 3.014 on my site - is there any known issues. I remember reading some posts before the fateful crash day about people with renew problems.
Yes I was experiencing those problems - was around v3.0.9/10
__________________
Chaslie
V4.1 dev


68 Classifieds Important Links
Customer Area | Issue Tracker | User Manuals & Documentation

HTML Help
W3 Schools
Chaslie is offline  
Old 04-19-2006, 07:11 PM   #5
Moderator
 
Chaslie's Avatar
 
Join Date: Mar 2006
Location: Great Ocean Road - Australia
Posts: 729
Rep Power: 27
Chaslie will become famous soon enough
Default

Ashley,
Go to administration > browse listings.

Can you see any 'listing doubles' - the original listing status may be 'active' and you may have a duplicate of the original listing (after is was renewed) with a status of 'not completed'.

Can you confirm/deny you are seeing the above please?

This is what I am experiencing - didn't notice it until just now. However the expire date (after renewal) of the 'original listing' has transferred OK - it's just that there are doubles of renewed listing in admin with a status of 'not completed'.
__________________
Chaslie
V4.1 dev


68 Classifieds Important Links
Customer Area | Issue Tracker | User Manuals & Documentation

HTML Help
W3 Schools
Chaslie is offline  
Old 04-19-2006, 07:12 PM   #6
Moderator
 
Chaslie's Avatar
 
Join Date: Mar 2006
Location: Great Ocean Road - Australia
Posts: 729
Rep Power: 27
Chaslie will become famous soon enough
Default

Ashley,
Go to administration > browse listings.

Can you see any 'listing doubles' - the original listing status may be 'active' and you may have a duplicate of the original listing (after is was renewed) with a status of 'not completed'.

Can you confirm/deny you are seeing the above please?

This is what I am experiencing - didn't notice it until just now. However the expire date (after renewal) of the 'original listing' has transferred OK - it's just that there are doubles of renewed listing in admin with a status of 'not completed'.
__________________
Chaslie
V4.1 dev


68 Classifieds Important Links
Customer Area | Issue Tracker | User Manuals & Documentation

HTML Help
W3 Schools
Chaslie is offline  
Old 04-19-2006, 09:21 PM   #7
Member
 
 
Join Date: Mar 2006
Location: Brisbane, Australia
Posts: 91
Rep Power: 14
Bucketman is on a distinguished road
Default No listing doubles

I have just confirmed by going into my Admin area and clicking on Browse Listings. There is definately no double listings. The one listing I am trying to renew just shows as expiring on 26th april - as it always has.
__________________
Regards,

Ashley McKinnon
Site Administrator

GoBuyItBrisbane
Bucketman is offline  
Old 04-19-2006, 09:51 PM   #8
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,650
Rep Power: 108
Eric Barnes is a jewel in the rough
Default

I will have to double check your file against the latest tommorow. However in the mean time what payment provider are you using? I am not sure if that would make a difference but it could.
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline  
Old 04-20-2006, 01:40 AM   #9
civ
Senior Member
 
civ's Avatar
 
Join Date: Mar 2006
Location: Greer, SC
Posts: 665
Rep Power: 26
civ will become famous soon enough
Default

Ouch, this appears to be happening with .15 as well. I'm glad someone caught this!
civ is offline  
Old 04-20-2006, 03:24 AM   #10
Member
 
 
Join Date: Mar 2006
Location: Brisbane, Australia
Posts: 91
Rep Power: 14
Bucketman is on a distinguished road
Default I'm not using a pay provider

Sorry to throw this in the mix but all Ads on my Site are free up until end of May - that's why I want to get it sorted out before people start paying for ads. So to confirm there is no charge at present for any ads - all listing packages are FREE.

It appears it doesn't go through to the verfiy listing package screen. Just goes from Verify account details then back to browse listings.
__________________
Regards,

Ashley McKinnon
Site Administrator

GoBuyItBrisbane
Bucketman is offline  
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Last question... I hope Jake Pre Sales Questions 5 10-31-2006 11:05 AM


All times are GMT -4. The time now is 03:03 AM.


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