phpipam / phpipam

phpipam development repository
https://phpipam.net
2.24k stars 734 forks source link

remove_offline_addresses.php not removing #1751

Open daisychick opened 6 years ago

daisychick commented 6 years ago

ran from CLI. /usr/bin/php /var/www/html/phpipam/functions/scripts/remove_offline_addresses.php and nothing seems to happen. No email and offlines are still there. Discovery check works fine.

# remove_offline_addresses.php script parameters
$config['removed_addresses_send_mail'] = true;       // true/false, send or not mail on pomoving inactive addresses
$config['removed_addresses_timelimit'] = 86400 * 7;  // int, after how many seconds of inactivity address will be deleted (7 days)
daisychick commented 6 years ago

Nevermind. I'm retarded. 644 = no worky...

daisychick commented 6 years ago

Nope. that wasn't it. I apologize. It's still not working.

riversdev0 commented 2 months ago

Hi. Can you please take a look at #4173 to see if the solution there helps you? If so, I can link this issue to the PR.