Closed (fixed)
Project:
Classified Ads
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2011 at 20:08 UTC
Updated:
3 Apr 2012 at 20:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
fgmThis probably means that something else changed on the site: did you recently install, upgrade, reconfigure, or remove some other module ?
In addition, to which link are you referring ? On which page or block did it use to be ?
Comment #2
pitxels commentedsame problem here
Comment #3
fgmSame question as previous user: cannot reproduce the problem, please provide steps to reproduce it on a clean install with just core and Classified Ads, otherwise I cannot help.
Comment #4
fdg123 commentedThe create new ad link has disappeared on my site also. It happened when I upgraded to 6.x-3.0 rc-2. I checked permissions etc. and everything is fine except I have NO create new ad link. We didn't notice it until recently because we get very few classified ad users posting ads on our site. Running drupal core 6.24, linux, apache, php. A pretty normal set-up. The error can be seen on my website at: http://www.vending-la.com/classified
Also attached screenshot.
Hope someone can help.
Frank
Comment #5
fgmCan you reproduce the system on a fresh install ? I just did a fresh install, and the link is indeed there, Or provide me with detailed steps to reproduce ? Alternatively, contact me using my contact form so you can send my a dump of your DB with that problem and I can look at why this appears in your case.
(nice theme, BTW)
Comment #6
fgmOK. I think I managed to reproduce a situation where it happens. Can you check on your site ?
Can you confirm this matches what you observe on your site ?
The attached patch catches this situation by failing two assertions.
Comment #7
fgmComment #9
fgmActually patch is for 6.x-3.x-dev, not RC2.
Comment #10
fgm#6: anonymous-ad-creation_1382234.patch queued for re-testing.
Comment #12
fgmOK, the 2 failed assertions are what this issue is about, I'll be writing the fix. Hopefully this is the problem met by the people who said that had met that case. Can you follow the steps in #6 to confirm this is what has been happening to you ?
Comment #13
fgmOK so here is the suggested patch. It passes all tests, but I would still like human checks if you had that problem previously.
Comment #14
fgmAnd here is the matching patch for 7.x-3.x
Comment #16
fgm(usual qa.d.o. problem for the 2 fails: these tests pass normally everywhere else).
Comment #17
fgmCommitted to 6.x-3.x and 7.x-3.x.