Hello
i installd SolidCP 1.4 and work well
i tried to connect it to WHMCS 7.7.1 by your instruction on solidcp.com manuals.
test is ok and i defined product for shared web hosting .
but when try to buy a product by sample for a domain i had , in the first step remain on the "Verifying your domain selection" and does not go more further steps.
whats wrong?
i attached you the sceenshot
Best Regards
Hello,
This appears to be an issue with WHMCS checking the domain and not SolidCP. I would advise you contact their support for help on the issue.
Thanks,
Trevor
This is a known bug / issue with WHMCS.
See link for fix:
hi yes I have same problem and after search in many sites i found same result
just add web.config to whmcs path and add this code
<configuration>
<system.webServer>
<rewrite>
<outboundRules><rule name="whmcsjson" preCondition="PHPRequest">
<match serverVariable="RESPONSE_CONTENT_TYPE" pattern="^text/html; charset=utf-8,(.+)"/>
<action type="Rewrite" value="{R:1}"/>
</rule>
<preConditions>
<preCondition name="PHPRequest">
<add input="{REQUEST_URI}" pattern=".*.php"/>
</preCondition>
</preConditions>
</outboundRules>
</rewrite></system.webServer>
</configuration>