We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to enable Islandora Webform Embargo, I get a 500 error. Apache logs show:
[Wed Apr 08 14:27:53.221241 2020] [:error] [pid 6007] [client 10.0.2.2:54695] PHP Parse error: syntax error, unexpected '?' in /var/www/drupal/sites/all/modules/islandora_webform/submodules/islandora_webform_embargo/islandora_webform_embargo.module on line 25, referer: http://localhost:8000/admin/modules
Problem code is here: https://github.com/Islandora-Collaboration-Group/islandora_webform/blob/7.x/submodules/islandora_webform_embargo/islandora_webform_embargo.module#L25
The text was updated successfully, but these errors were encountered:
Looks like a PHP 7 function. @emudojo will look into a patch for old PHPs.
Sorry, something went wrong.
@bondjimbond patch: #56
No branches or pull requests
Trying to enable Islandora Webform Embargo, I get a 500 error. Apache logs show:
[Wed Apr 08 14:27:53.221241 2020] [:error] [pid 6007] [client 10.0.2.2:54695] PHP Parse error: syntax error, unexpected '?' in /var/www/drupal/sites/all/modules/islandora_webform/submodules/islandora_webform_embargo/islandora_webform_embargo.module on line 25, referer: http://localhost:8000/admin/modules
Problem code is here: https://github.com/Islandora-Collaboration-Group/islandora_webform/blob/7.x/submodules/islandora_webform_embargo/islandora_webform_embargo.module#L25
The text was updated successfully, but these errors were encountered: