Results 84 comments of Miha Petkovsek

Maybe disable selinux and try again ? ``` setenforce 0 ```

Is your BASE set correctly based on your installation ?

I am guessing you tried with base set to `/` ? It depends where your webroot is. Otherwise check browser console for errors...

Hi, tried to reproduce but couldn't, works as expected. Are you still experiencing issues ?

Hi, cannot replicate. Can you post error logs from your webserver/php-fpm ?

Hi, check webserver/php logs for errors and post them.

For email try updating phpmailer code: `git submodule update` Warning errors do not block execution / throw 5xx errors, there is some other problem.

@GaryAllan agreed, lets bump minimum to 7.2 in master, 7 is EoL anyhow.

How did you set your base in config.php ? ```php /** * Path to access phpipam in site URL, http:/url/BASE/ * * BASE definition should end with a trailing slash...

Url rewrite is not working correctly if you get 404 error on api calls. Please check installation instructions for apache or nginx (prettylinks). Btw 1.2 is really old, you should...