Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.2.2
-
Fix Version/s: 2.2.4
-
Component/s: Core CiviCRM
-
Labels:None
Description
See: http://forum.civicrm.org/index.php/topic,7413.0.html
The proposed fix to Joomla works--
In:
<script type="text/javascript" src="{$config->resourceBase}packages/dojo/dojo/dojo.js" djConfig="isDebug: false, parseOnLoad\
: true, usePlainJson: true"></script>
Change {$config->resourceBase} TO {$config->userFrameworkResourceURL}
Note that there are other potential server scenarios that create a unauthent. error on other includes:
http://forum.civicrm.org/index.php/topic,8074.0.html
But it needs to be investigated further.