frsoeteb
Forum Replies Created
-
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Error updating a collectionGreat, Thanks very much !
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Error updating a collectionHi, I just ran the commands with Charles Proxy on the client and I do see that the userinfo API call that I expected to fail actually works and returns correct information with an OK HTTP code of 200. The information looks like the following in JSON format:
{
“ID”: “1”,
“user_login”: “my login name”,
“user_pass”: “passphrase”,
.
.
“user_activation_key”: “”,
.
.
.
}Right after that call I do see the LR plugin making a call to your sales server for validating the license key I assume. the URL is https://apps.meow.fr/xmlrpc.php. But here the error code is 301 , moved permanently. After that another call is made to https://photos.meow.fr/xmlrpc.php which returns 404 not found. Is it possible that those sequences are the problem? Have you changed / moved your license check servers?
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Error updating a collectionAnother indicator that the basic connectivity works is that can create new collections in LR and publish them without images. Those collections are then visible in WP galleries. But as soon as I try to either :
1. Logout and Login again into the WPLR Sync server from the Lr plugin
2. Try to publish images into a collectionI get the above mentioned error. Whenever this error occurs I don’t see any error in any debug or error log in WP that I have setup. I do see other PHP errors though when I force them to occur.
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Error updating a collectionYes, I went through every step in the manual you mentioned above. It might be that the issue is related to the latest WP update 4.9.1. I believe everything worked before, and to your point about connectivity, I haven’t changed anything in the setup other than updating to WP 4.9.1.
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] Error updating a collectionI do have the exact same error. PHP error logging enabled, but no logs errors show up in log file. I have a local WP installation on my NAS inside a docker container, so I am able to verify that the rest is working fine. One addition though, my WPLR Sync plugin in Lr shows version 2.8.0.2800. Is this the latest one? Could that be the source of the error? Interestingly I also don’t even need to publish to get the error. Simply logging out in Lr and trying to login again, shows the error in the Lr app. No errors logged on the WP side though. Thoughts?