In working site i want to change Grace delay for expired ads from 15 (now) to 365 (i need) days. Admin interface does not let me do so: Warning: Cannot modify header information - headers already sent в drupal_send_headers() (строка 1236 в Z:\home\test1.ru\portal\includes\bootstrap.inc).
Ads work with modr8. drupal 7.43.
i tried to find this data in SQL and files, but could not.
Help please

Comments

letarty created an issue. See original summary.

letarty’s picture

I solved the problem this way.
in module foulder in file classified.module i found lane 'grace' => 7, and changed it to my needs (7 to 365).
In sql table Variables i found the lane'classified-grace' and deleted it with it key.
clean cash and ready

fgm’s picture

Status: Active » Closed (cannot reproduce)

Cannot reproduce in 7.x-3.0 and current HEAD: assuming fixed since beta1.