sentora / sentora-core

Sentora is a web hosting control panel written in PHP for *NIX
GNU General Public License v3.0
648 stars 446 forks source link

Can't create new DNS records. #86

Closed TheNigelist closed 9 years ago

TheNigelist commented 9 years ago

In DNs manager click on add new record and get redirected back to the dns manager home page with no option to create anew record.

Confirmed faulty on Ubuntu 14.04 and CentOS 7

Rakhmanov commented 9 years ago

Okay every time I install Sentora first thing i do is go to:
Module Admin, DNS Config, and go Logs, Set permissions

What it does is runs command (chmod 0777 /etc/sentora/panel/bin/zsudo). After that i can add all domains I want. By the default install script only makes owner related Chmod commands and not permissions. If add this to installer then no need make step i listed above.

Check if that solves problem for you

Ron-e commented 9 years ago

http://forums.sentora.org/showthread.php?tid=601&pid=4270#pid4270

allebb commented 9 years ago

After testing on the current developent branch today, I can confirm that this is definetly NOT broken in the standard release file, closing bug as no fix is required and appears that @Ron-e has fixed the bug and was part of one of his themes.

Therefore no core fix is required - closing this bug.

kk86bioinfo commented 9 years ago

I think this is still an issue for Safari, apparently the button should not use type="submit" if plan to apply javascript for inserting new record row. The correct way should use type="button" to allow the javascript to be applied. I tested in safari cannot add new record but firefox is fine.

Ron-e commented 9 years ago

@kk86bioinfo are you using a custom theme?

kk86bioinfo commented 9 years ago

Hi Ron-e, I recheck back today it is fine even in Safari. I am using default theme. I think I will just close this up by now.