WillyXJ / facileManager

A modular suite of web apps built with the sysadmin in mind.
www.facilemanager.com
GNU General Public License v2.0
88 stars 37 forks source link

[BUG] Unable to import large zone files #585

Closed jerahl closed 4 days ago

jerahl commented 1 year ago

fM Version : 4.5.0 fnDNS Version : 5.3.3

In raising this issue, I confirm the following (please check boxes, eg [X]):


(BUG | ISSUE) Expected Behavior: Import of large zone file using import tool should import normally.

(BUG | ISSUE) Actual Behavior: When importing a large zone file with 159,675 CNAME entries the import fails and you are presented with a blank page.

(BUG | ISSUE) Steps to reproduce: Import a large bind zone file using the zone import tool.

I've attached the zone file. db.rpz.blacklist.txt

WillyXJ commented 10 months ago

That sounds like the PHP max_execution_time is reached. Check your server settings to increase that. I'm not sure how it can be dynamically handled by fM.

WillyXJ commented 8 months ago

Also check other php_values as mentioned in #597.