Posted by Will on Jun 11th, 2009 | no comments
Join the forum discussion on this post - (1) PostsIf you bought a license from us and once you enter it in wpCJ it said it’s not valid, please answer the following questions and if all your answers are YES, send us a email:
- Are you sure the license you entered into wpCJ is the EXACTLY the one we sent you?
- The license you entered into wpCJ is the same one shown in your wpCJ’s “My Licenses” module?
- It sounds pretty obvious but… are you connected to the internet?
- You are not behind a proxy, right?
If you are on WordPress 2.8 or later,
- Is wpcj.com and cj.com allowed to make external HTTP requests?
If your answer is I DON’T KNOW you must make sure they are:
- Make sure you have wpCJ version 0.0.24 or later installed.
- Open your wp-config.php file and make sure the constant WP_HTTP_BLOCK_EXTERNAL is either undefined or set to false.
- If for any reason, WP_HTTP_BLOCK_EXTERNAL is set to TRUE, make sure a constant named WP_ACCESSABLE_HOSTS exists and it contains the domains wpcj.com and cj.com. If it does not exists, add it below the WP_LANG definition:
- define(‘WP_ACCESSABLE_HOSTS’,'wpcj.com,cj.com’);
Leave a Reply