-
Notifications
You must be signed in to change notification settings - Fork 2
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
Doesn't work with Omeka 3.1.2 #13
Comments
Please install Job Diagnostics on your instance to test your job queue's setup. Once you have found a PHP-CLI setup that works with both short- and long-running jobs (see: Diagnostics Tab), start your import over from the beginning on a new job. Since you have made changes to the PHP-CLI path, some processes may have been cut off and would never progress. You can inspect past jobs under the Processes tab of Job Diagnostics. |
I've installed Job Diagnostics, but I still can't get it to work. For the PHP-CLI path, I've tried: The only info that Job Diagnostics is giving me is that the job keeps timing out. Any other suggestions? |
Since Job Diagnostics is showing a timeout, this means the problem is not related to Batch Upload specifically. For the last 2 paths on your list, it should be If you are running in a hosted environment, please consult your web hosting provider for the PHP-CLI path, as it could be none of the ones you listed. If you have SSH/shell access to your environment, you can use |
I consulted with my web host and the first path I listed was correct. So if the issue isn't the PHP-CLI path, any other idea what it could be? By the way, I've tried posting to the Omeka forums to see if anyone else has had a similar issue with the update to version 3.1.2 and haven't gotten a response yet. |
I cannot tell for sure without error logs and process details for the interrupted jobs. However, since Job Diagnostics is also showing timeouts, I can tell that this is not an issue specific to Batch Upload. |
I apologize, for a stupid mistake of my own I wasn't seeing the error logs. Now I'm seeing them in multiple places. In the error log file within the .htaccess folder, I'm getting this message: There's another error log folder that's showing me: I believe line 268 in the item.php file is somewhere in here: I'm capable of a small amount of tinkering, but this is all over my head. Can you make sense of it? |
Of all the entries you showed, only this one is explicitly related to Batch Uploader:
You can fix this one by going to The remaining issues are related to other parts of your site (e.g. the Center Row theme, the item class of Omeka's core, etc.), so I am not able to support those. |
I used Batch Upload successfully several times until I updated Omeka to version 3.1.2. The first time it failed, it said I hadn't set the PHP-CLI path. So I tried both:
/usr/local/bin/php
and
/usr/local/bin/ea-php80
The first option caused it to continue processing the job indeffinitely. The second kept returning me to the last step every time I started the processing the job. Oddly, after setting the PHP-CLI path, it never gave me an error message. Any suggestions?
The text was updated successfully, but these errors were encountered: