WHMCS Client Area for WordPress by WHMpress 4.3-revision-0

Original price was: $53.00.Current price is: $3.94.

Version: 4.3-revision-0
Updated: Nov 06, 2024
Developer: Codecanyon
SKU: 89a846f0858b Categories: , Tag:
Description

WHMCS Client Area Plugin is part of creativeON’s WHMPress – WHMCS WP Integration Stack. It brings WHMCS Client area with WordPress using WHMCS-API. Links to other plugins in Integration stack at end of the page. More on WHMPress – WHMCS WP Integration Stack at end of the page.

PRESALE INFORMATION

Please read before purchase any item

  • Do not forget to read our Terms of Service before make a purchase.
  • If you have any questions, please first read the FAQ.
  • If you have not found the answer to your question, please contact us at Support
  • Please note that any digital products presented on the website do not contain malicious code, viruses or advertising.
  • We do not offer any additional author services like author support and license keys and we are not affiliated or in any way related to third-party developers or trademark owners.

Common Issues
  • Don´t forget that some products in many occasions come in a double compression, that is to say, a zip file inside another zip. Please check your product when download BEFORE INSTALLING to see if this is the case because if it is unzip the main zip and you will find the installable zip inside.
  • Remember that the Plugins, Extensions and Addons are always uploaded in the Plugins area. And the themes always in the Appearance area.
  • We suggest that after purchasing a plan or item you delete your cache as it may interrupt the proper functioning of the items.
  • Before purchasing a subscription, package or individual product on the website, make sure your hosting meets the following minimum requirements for WordPress:

Apache or NGINX based web server with 128MB of RAM
PHP version 5.6 or 7.0
MySQL version 5.6+ or MariaDB version 10.0+
Apache Module mod_rewrite

To avoid errors during product installation, make sure you are using the correct PHP settings on your web server:

max_execution_time = 600;
max_input_vars = 5000;
memory_limit = 256M;
post_max_size = 128M;
upload_max_filesize = 128M;

  • For themes with a weight of more than 200 megabytes (which include the different templates) it is necessary that you make your upload through FTP.
ACTIVATION NOTES

NOTE: PRE-ACTIVATED
ACTIVATION INFORMATION: To use the plugin requires a legit WHMCS installation on a server as the plugin requires WHMCS username, password as well as API key and passphrase which are created in the WHMCS control panel.

When activating the plugin, the following error may occur

An E_ERROR type error has occurred on line 1649 of the /home/*********/public_html/****/wp-content/plugins/WHMpress_Client_Area_API/library/functions_i.php file. Error message: Uncaught Error: Call to undefined function GPL001122334455AAA6677BB8899CC000update_option() in /home/********/public_html/****/wp-content/plugins/WHMpress_Client_Area_API/library/functions_i.php:1649
go to the funtions_i.php file in /wp-content/plugins/WHMpress_Client_Area_API/library/functions_i.php and replace lines 1649 to 1652:

PHP:
GPL001122334455AA6677BB8899CC000update_option("wcap_registration_code", 'any_purchase_code_here');
update_option("wcap_registration_email", 'love@gpls.com');
update_option("wcap_registration_status", "yes");

for the following:

PHP:
update_option("wcap_registration_code", 'GPL001122334455AA6677BB8899CC000'); update_option("wcap_registration_email", 'love@gpls.com'); update_option("wcap_registration_status", "yes");