Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 4.6.3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
Steps to reproduce:
Go to Administer=>CiviMail=>Mail Accounts.
Try to create a new account or edit the default one.
Enter your data into the form and click Save.
Result:
The form just keeps on loading forever. In the browser debugger console, the following line appears after submitting the form:
POST http://mydomain.com/wp-admin/admin.php?page=CiviCRM&q=civicrm/admin/mailSettings&action=update&id=1&snippet=json 404 (Not Found)
Expected result:
The form should submit the data successfully.