-
Notifications
You must be signed in to change notification settings - Fork 10
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
Site unreachable after IiiItems plugin activated #4
Comments
@pguerr061703 Please try the |
unzipped the fix-php54 in /var/www/html/omeka/plugins folder. Ensured its owned by apache:apache. Restarted HTTPD service and went to my Omeka site plugin page, the plugin says "This is not a invalid plugin". I am trying to get this iiif-toolkit-with-mirador plugin to work, but it keeps hanging my Omeka site |
Please remove both plugins, then unzip the download from |
Can you copy-and-paste the error so that the part hidden by the scroll bar is visible? Also, can you access individual items from Collections? If you can, can you access an item from there, go to its edit screen and check if there is an item type named "Annotation" there? |
Below are the errors in its entirety. Yes I can access the Collections Tab, and I see Annotations(see pic below) exception 'Zend_Db_Statement_Mysqli_Exception' with message 'Mysqli statement execute error : No data supplied for parameters in prepared statement' in /var/www/html/omeka_medieval/application/libraries/Zend/Db/Statement/Mysqli.php:214 |
exception 'Zend_Db_Statement_Mysqli_Exception' with message 'Mysqli prepare error: Table 'omeka_medieval.omk_iiif_items_job_statuses' doesn't exist' in /var/www/html/omeka_medieval/application/libraries/Zend/Db/Statement/Mysqli.php:77 |
It appears that the tables and entries added by the plugin are missing from your installation. Can you uninstall and then reinstall? |
I uninstalled IiifItems, removed the plugin, and copied the IiifItems-fix-php54.zip back to Omeka plugins folder, unzipped and renamed to IiifItems, changed owner and group to apache:apacheusers ...Now when I click install from Omeka interface, I get an another error: Error in its ENTIRETY below: |
Please update the Here is a similar discussion from the old Omeka forums for another plugin, running on BlueHost: http://omeka.org/forums-legacy/topic/csv-import-plugin-not-working-on-shared-host |
I'm a little confused. What am I pointing this background.php.path path to? php or php-cli ? (see below) |
Try pointing it at |
Can you show the output of the following commands?
|
[root@edl-myd01 config]# which php |
What happens if you point it to your |
Change it back to
These won't fix the problem on their own, but will give valuable insight into what might be wrong. If the setup still doesn't work, I would recommend removing IIIF Toolkit for now and ask on forum.omeka.org for help setting up background jobs. Some batch-editing features of Omeka rely on dispatching background jobs, and they will likely trigger the same errors on your current setup even without the IIIF Toolkit plugin. You can retry installing the plugin later once jobs are setting off properly. |
I have just pushed up a more fault-tolerant uninstallation routine that recovers better from interrupted installations. Can you re-download the fix-php54 branch and try again? |
Were you able to uninstall the plugin? Your feedback would be appreciated. |
I installed this plugin to my Omeka site hosted a Linux virtual host, and as soon as I activated this Omeka plugin, the site became unreachable: (Blank page)..
I checked /var/log/httpd/error.log and getting quite a frew PHP Fatal errors.
Can someone please suggest how to resolve this.
I'm on a Redhat 6.9 virtual host running Omeka version 2.5. I tried to get this plugin to work on 2.4.1 and still get PHP fatal errors
[Mon Jul 17 11:57:46 2017] [notice] Digest: done
[Mon Jul 17 11:57:46 2017] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.4.45 configured -- resuming normal operations
[Mon Jul 17 12:00:09 2017] [error] [client 150.108.20.100] PHP Fatal error: Can't use function return value in write context in /var/www/html/omeka_casm/plugins/IiifItems/libraries/IiifItems/Integration/Items.php on line 311, referer: https://omekacasm.site.edu/admin/plugins
[Mon Jul 17 12:00:13 2017] [error] [client 150.108.20.100] PHP Fatal error: Can't use function return value in write context in /var/www/html/omeka_casm/plugins/IiifItems/libraries/IiifItems/Integration/Items.php on line 311, referer: https://omekacasm.site.edu/admin/plugins
[Mon Jul 17 12:00:16 2017] [error] [client 150.108.20.100] PHP Fatal error: Can't use function return value in write context in /var/www/html/omeka_casm/plugins/IiifItems/libraries/IiifItems/Integration/Items.php on line 311, referer: https://omekacasm.site.edu/admin/users/login
The text was updated successfully, but these errors were encountered: