imaginit Posted December 22, 2006 Share Posted December 22, 2006 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. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted December 23, 2006 WHMCS CEO Share Posted December 23, 2006 Issue 1 appears to be working alright here. Issues 2 and 3 would be affected by the registrar not saving the change. Please let me know which registrar you are using for those domains. Matt 0 Quote Link to comment Share on other sites More sharing options...
serverx Posted December 23, 2006 Share Posted December 23, 2006 Same for me: 1. Admin -> General Configuration -> Other - Checking "Disable Capatacha Images" and clicking save does not save the option. thanks 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted December 23, 2006 WHMCS CEO Share Posted December 23, 2006 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', ''); 0 Quote Link to comment Share on other sites More sharing options...
serverx Posted December 23, 2006 Share Posted December 23, 2006 if can help u, i didn't upgrade but installed fresh WHCMS..... 0 Quote Link to comment Share on other sites More sharing options...
generic Posted December 23, 2006 Share Posted December 23, 2006 that is needed for the fresh install too. it fixed the issue when i ran the sql statement using phpmyadmin. 0 Quote Link to comment Share on other sites More sharing options...
robb3369 Posted May 4, 2008 Share Posted May 4, 2008 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? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.