Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
Seems like it is either a webserver config issue and/or a corrupted file. Check the output of:http://civicrm.org/sites/civicrm.org/modules/civicrm/packages/jquery/plugins/DataTables-1.7.6/media/js/jquery.dataTables.min.js?m17ljqVShttp://cms.iriturkey.org/sites/all/modules/civicrm/packages/jquery/plugins/DataTables-1.7.6/media/js/jquery.dataTables.min.js?m17ljqI would try to figure out and ensure that file downloads properly (as a js file similar to civicrm.org) before trying it on civicrm.org again. Might want to ensure that file is fine and valid on the file systemlobo
http://cms.iriturkey.org/sites/all/modules/civicrm/packages/jquery/plugins/DataTables-1.7.6/media/js/jquery.dataTables.min.js?m17ljq
{if $action eq 1 or $action eq 2 or $action eq 8 or $action eq 4 or $action eq 32768} {* add, edit, delete or view or detach*} {include file="CRM/Activity/Form/Activity.tpl"}{else} {*include file="CRM/Activity/Selector/Activity.tpl"*} {include file="CRM/Activity/Selector/Selector.tpl"}{/if}
There are no Activites to display. You can use the links above to schedule or record an activity.
Hello,I encounter this problem when I upgrade from civicrm 3.3.6 to 3.4.8 version. Here is what we find in templates/CRM/Event/Form/ManageEvent/Tab.tpl :Quote{if $action eq 1 or $action eq 2 or $action eq 8 or $action eq 4 or $action eq 32768} {* add, edit, delete or view or detach*} {include file="CRM/Activity/Form/Activity.tpl"}{else} {*include file="CRM/Activity/Selector/Activity.tpl"*} {include file="CRM/Activity/Selector/Selector.tpl"}{/if}So the $action variable in this context is set to 16 (browse) so it fall in the else case where we can see the commented include of the Activity.tpl file.I've uncommented this but the result return:QuoteThere are no Activites to display. You can use the links above to schedule or record an activity. So at the moment I'm stuck with this! Any Idea why the above include is commented (it is not in civicrm 3.3.6)?Thanks
Sorry. A non-recoverable error has occurred.is not of the type Integer