-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails on the civi demo site civi standalone (ver 6.2alpha) #622
Comments
The underlying issue seems to be:
tested on CiviCRM 6.0.0. According to the git log of CiviCRM:
|
PR: #623 @zawsx Thank you for reporting the issue. Can you test this patch? You can also download this zip: https://github.com/civicrm/org.civicrm.volunteer/archive/refs/heads/fixSixZeroCompat.zip |
Thanks! I'm too much a newbie to know how to install exts. How do I discover the install syntax? I looked in your XML and couldn't spot it - there seems to be two things - it has to go into a specially-named folder in the civicrm tree and cv needs a keyword (I'm guessing cv ext:enable volunteer) or is it somehow |
OK so I noticed the org name in the old narrative and deleted the folder, replacing it with your zip. Got a cloudflare timeout but not sure why (my php execution time was set to 120 secs) and if it affected it but in refresh it worked, thanks! |
On the Voluinteer Settings page I get Warning: Undefined array key "volunteer_project_default_profiles_primary" in .../wp-content/uploads/civicrm/templates_c/en_GB/80/02/68/800268526c138a29b4a6edf7fff259a034c7c6e0_0.file_Settings.tpl.php on line 69 Maybe I need to configure a Volunteer Project first? |
So I tried to create a project and it wants a Beneficiary. After adding one and pressing 'continue' I get "A technical problem has occurred |
hi @zawsx, thank you for testing! The "Undefined array key" warning might be a different bug. Sometimes the warnings are just from newer PHP versions that tend to display the warnings more explicitly, but they are not necessarily bugs. (to be honest, I'm not very familiar with CiviVolunteer, I only noticed your question on the CiviCRM chat) Your last comment about "failed to parse info XML" looks like maybe the folder changed location, and CiviCRM was confused. Sometimes going to Administer > System Settings > Extensions, and then clicking "refresh" makes that problem go away. |
Thanks for responding! |
CiviVolunteer won't install on civicrm wp demo site or on my 6.0 stable version
Having installed the pre-req angular profiles
On https://wpmaster.demo.civicrm.org/
I get the message:
Failed to register activity type Volunteer
Granted the civi wp demo site is running 6.2alpha1 , but hopefully there are no .2 changes that will break extensions that are supposed to work on the stable 6.0 version...
Here's the backtrace from the standalone Civicrm demo sandbox when it fails, so the same fault as previous issues?
The text was updated successfully, but these errors were encountered: