To ensure optimal performance and compatibility, please make sure your server meets the following requirements:
Before installing ABC, make sure you have a working version of WordPress set up. If you need help with the installation, refer to the WordPress Codex for step-by-step instructions.
Here are some useful links for WordPress resources:
Note: If you plan to import demo content from our demo site, we highly recommend installing it on a fresh WordPress website with no existing data.
Many issues that you may run into such as white screen, demo content fails when importing, empty page content and other similar issues are all related to low PHP configuration limits. The solution is to increase the PHP limits. You can do this on your own, or contact your web host and ask them to increase those limits to a minimum as follows:
memory_limit = 256M
upload_max_filesize = 128M
max_input_time = -1
post_max_size = 128M
max_input_vars = 10000
max_execution_time = 200