When I was searching the FAQs I came across the idea that it could be a PHP memory error. I ran the test found here:
www.joomlapolis.com/support/tutorials/95-installation/18200-checking-your-php-memory
And I got this back: Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 100663297 bytes) in <span>/</span>home<span>/</span>cachecan/public_html/phpmemtest.php on line 15
You can see the results here:
www.cachecanada.org/phpmemtest.php
Their response was this: "As far as I can see your script is reaching global execution memory limits. Please note that your account is situated on a shared hosting server and we cannot change limits per user request. For more information about current PHP configuration and limits, please open this link:
cachecanada.org/phpinfo.php
In order for the issue to be fixed I can suggest you the following options:
1) To contact a local developer and ask your application to be optimized.
2) To upgrade your account"
I am on a shared server. Does Community Builder need a dedicated server? Or is this a corrupt file issue?