tkahler
Forum Replies Created
-
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Error updating a collectionAs an FYI. I use the LR/Blog lightroom plugin to build a blog post and it works fine.
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Error updating a collectionOK. My PHP logs seem to be working. I turned on Debug and I got some debug information. Turned it off, tried to sync and got the error. I disabled all of my plugins and the error changed to “Wrong login, password, or missing the rights to upload files.”. I double-checked my login and it’s legit. I quit Lr and then restarted and the original error returned. No PHP errors were logged.
I setup php error login two ways. First, I set it up using the following code in wp-config.ini:
// log php errors
@ini_set(‘log_errors’,’On’); // enable or disable php error logging (use ‘On’ or ‘Off’)
@ini_set(‘display_errors’,’Off’); // enable or disable public display of errors (use ‘On’ or ‘Off’)
@ini_set(‘error_log’,’/home/path/logs/php-errors.log’); // path to server-writable log fileI created a blank php-errors.log in the wordpress root directory of my site.
Second, I enabled the php.ini in my root directory (one up from my wordpress directory. It has the following code:
;;; log php errors
display_startup_errors = false
display_errors = false
html_errors = false
log_errors = true
track_errors = true
error_log = /home/path/logs/php-errors.log
error_reporting = E_ALL | E_STRICT
log_errors_max_len = 0I have a separate php-errors.log in the same directory as the php.ini.
I checked my WPLRSync.log error log in my documents folder and it did log some entries:
2017-12-24 18:07:49 +0000, ERROR Response: “Error Domain=NSXMLParserErrorDomain Code=73 \”Line 3: Specification mandates value for attribute itemscope\nLine 3: attributes construct error\nLine 3: Couldn’t find end of Start Tag head\n\” UserInfo={NSLocalizedDescription=Line 3: Specification mandates value for attribute itemscope\nLine 3: attributes construct error\nLine 3: Couldn’t find end of Start Tag head\n}”
2017-12-24 18:07:49 +0000, ERROR Not XML? Body dump follows…
2017-12-24 18:07:49 +0000, ERROR Body is empty. PHP Error Logs on the server must be checked.
2017-12-24 18:07:49 +0000, ERRORSeems to be something amiss with the user file in WordPress but can’t figure out what it could be.
Again, no PHP errors on either log file.
Thoughts?
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Error updating a collectionOne more thing. I decided to setup another user with admin rights and I get the following error in the LR Plugin when I change the login information to the new user: “Wrong login, password, or missing the rights to upload files.”. Where are the rights to upload files held? Maybe that’s the issue.
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Error updating a collectionBTW, I failed to mention that no entries were made in the error log.
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Error updating a collectionPHP error logs were not setup. I turned them on this morning at 8AM my time and I’ve repeatedly tried to sync and I get the same error “An internal error has occurred: bad argument #1 to ‘?’ (string expected, got nil)”. Interestingly enough, I can create another collection and it syncs but no photos sync. Does that help diagnose? I’ll keep watching the PHP error log.
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Error updating a collectionBTW, I’m having the same issue and around the same time. Just now starting to troubleshoot. I’ve not asked for the PHP logs yet.Troubleshot the same as ptg1947.
TK
That’s great news @jeherve! Thank you! I’ll let you know if I see any issues on tomorrow’s post.
If I reduce my image size down to X will it work?
Thanks for the update Jeremy. Have they identified the problem and have not found a way to fix it or have they not identified the problem yet?
If it helps, the first instance of a problem for me was Friday morning October 21st. So, whatever changes took place between 4:00AM CDST on the 20th and 4:00AM CDST on the morning of the 21st might be the issue.
TK
Sounds reasonable @286blue. Let’s hope!!!! 🙂
I also sent two emails over a week ago and heard nothing.
One thing to mention is that my logo is a JPG and it shows up but my photo does not. Perhaps size is an issue?
Update. I made some changes to my post workflow last night to see if it would fix today’s problem and it did not. I usually create a post from Lightroom using a Lightroom plugin. Have been doing this for over a year now. I thought perhaps an update somewhere might have caused the issue so I created a post from scratch, no copy/paste, etc. No luck.
Any ideas?
OK. I have polled some of my subscribers. Here is a list of known issues and what is working so far:
Here is what is not working:
iOS Apple Mail and Airmail (All providers)
MacOS Apple Mail, Airmail (All providers)
MacOS Outlook Mail (all providers)
GoDaddy Mail through MacOS Safari and ChromeHere is what is working:
Google Mail through MacOS Chrome or Safari. Gmail through the above clients does not work.
Google Mail through Windows 10 browsers (All providers)
Windows 10 Mail (All providers)
Windows 10 with Outlook (All providers)What is interesting is that my Avatar image and my signature (JPG) both show up. So it’s not that it’s disallowing images. My signature is embedded just the same way the image is. The common denominator is Apple except for Gmail. I also can’t point to an event that happened last Friday (e.g. iOS or MacOS update). What are your thoughts given this information?
TK
Thanks Jeremy. The next one should come out tomorrow morning at 4:00 CDST.
TK
Forum: Reviews
In reply to: [Photo Engine (Media Organizer & Lightroom)] A Must for LR UsersYou are welcome Jordy. There are two requests that would help me a lot.
1- Blog Post Creation: My workflow is as follows. After post-processing, I create a collection within the WP/LR Sync plugin and sync to my site. Then, I select a photo and create a draft blog post using LR/Blog plugin. It then uploads another version of the image (which I then have to delete) along with selected EXIF data. It would be great if your plugin could do that as well and save me some editing steps. Perhaps there is a way to do this already within your plugin. If so, point me in the right direction.
2- More EXIF data. If you can’t do the above then It would be great if you could pass more EXIF data along with the image.
Let me know if you have any questions on the above.