mikelegg Posted January 2, 2013 Share Posted January 2, 2013 We just moved our WHMCS installation ot a new server and suddenly some (not all) API calls don't work. For example, we can't register new domains or update contact details on a domain, but we can renew domains and re-delegate them. API calls with short data strings work, but ones with longer data strings don't, so it appears that the submitted data is being truncated if it exceeds a certain length. Does anyone know what could be causing this truncation? 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted January 3, 2013 Share Posted January 3, 2013 Mod security , suhosin, badly compiled PHP, lack of memory - could be almost anything - start with a look at your logs and compare or old and new PHP.in I and httpd.conf files 0 Quote Link to comment Share on other sites More sharing options...
mikelegg Posted January 4, 2013 Author Share Posted January 4, 2013 Finally worked it out - we had to disable "Mbstring Func Overload" in PHP. 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.