Jump to content

A few more.. (options not saving when clicking save)


imaginit

Recommended Posts

I found a few places where options are not being saved, they are listed below...

 

1. Admin -> General Configuration -> Other

- Checking "Disable Capatacha Images" and clicking save does not save the option.

 

2. Admin -> Client ->Domains

- Checking "Tick to enable" for Registrar Lock does not save the option.

 

3. Client Area -> My Domains ->Domain Details

- Checking "Tick to enable" for Registrar Lock does not save the option.

Link to comment
Share on other sites

  • WHMCS CEO

Ok, looks like the configuration table row was missed out of the upgrade script which will be why its working here. Run the following SQL on your database to enable it:

 

INSERT INTO `tblconfiguration` ( `setting` , `value` ) VALUES ('DisableCapatcha', '');

Link to comment
Share on other sites

  • 1 year later...

I'm having similar issue with the following configuration entries:

DNS Management

Email Forwarding

ID Protection

Affiliate Commission Delay

 

If there is an issue with the missing fields in the database, instead of using "update", why not use "replace" which would add the value if it didn't exist and update it if it does?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated