You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using wordpress 6.6.1 on php8.2.22, civicrm 5.76.2, CiviVolunteer 2.4.5, and angular profiles 6.2.4. "Manage Volunteers" gives the following error
Unable to load template 'file:CRM/Volunteer/Page/Angular.tpl' in 'file:CRM/common/CMSPrint.tpl
most of the Volunteer menu options give the same error, but not all of them. I've migrated the database from a drupal 7 site that does not have this error. I've tried removing and installing the extension but it has the same error. could there be something in the old data causing it? everything else seems to work. I did the path updates and all as the migration doc said to.
CRM/common/CMSPrint.tpl exists at wp-content/plugins/civicrm/civicrm/templates/CRM/common/CMSPrint.tpl and CRM/Volunteer/Page/Angular.tpl exists at wp-content/uploads/civicrm/ext/org.civicrm.volunteer/templates/CRM/Volunteer/Page/Angular.tpl
I'm guessing something is off with the template include paths, how do I verify it's right? the paths all exist, owned by www-data and all read permissions.
I'm using wordpress 6.6.1 on php8.2.22, civicrm 5.76.2, CiviVolunteer 2.4.5, and angular profiles 6.2.4. "Manage Volunteers" gives the following error
Unable to load template 'file:CRM/Volunteer/Page/Angular.tpl' in 'file:CRM/common/CMSPrint.tpl
most of the Volunteer menu options give the same error, but not all of them. I've migrated the database from a drupal 7 site that does not have this error. I've tried removing and installing the extension but it has the same error. could there be something in the old data causing it? everything else seems to work. I did the path updates and all as the migration doc said to.
CRM/common/CMSPrint.tpl
exists atwp-content/plugins/civicrm/civicrm/templates/CRM/common/CMSPrint.tpl
andCRM/Volunteer/Page/Angular.tpl
exists atwp-content/uploads/civicrm/ext/org.civicrm.volunteer/templates/CRM/Volunteer/Page/Angular.tpl
I'm guessing something is off with the template include paths, how do I verify it's right? the paths all exist, owned by www-data and all read permissions.
debug:
The drupal 7 site has the same CiviCRM and CiviVolunteer version but php8.1.28, if that's important for some reason.
The text was updated successfully, but these errors were encountered: