Andrew Norcross
Forum Replies Created
-
Forum: Plugins
In reply to: [YOURLS Link Creator] Same problem after update to 2.0.4@spike – the plugin won’t work with a public install, due to the YOURLS API limitation on using API keys (they only work with private). There are bugs with the 1.7, make sure you’re running 1.7.1.
also, a fix will be out shortly to account for installs that are on a subfolder.
Forum: Plugins
In reply to: [YOURLS Link Creator] The API call returned a 404 response code.I see the issue now. your install is running in a subfolder, so the API URL is getting stripped prior to making a call. there will be another update to solve this.
Forum: Plugins
In reply to: [YOURLS Link Creator] No more creation and display of Short URLs@booknerds the latest update (2.0.4) should resolve the issues, but if it doesn’t please email me so I can get some specifics about your install to further debug the problem.
Forum: Plugins
In reply to: [YOURLS Link Creator] Same problem after update to 2.0.4can either of you check (1) what your current version of YOURLS is and (2) if the install is a public or private one?
Forum: Plugins
In reply to: [YOURLS Link Creator] Seems there is a major bug with api request to Yourls@hoonoh no problem. the plugin used to use a GET request but I had begun seeing issues with that method (most likely a hosting security issue, but I cannot confirm). I have changed the core logic to use a POST request instead. Can you test now and see if the issue persists?
Forum: Plugins
In reply to: [YOURLS Link Creator] Existing shortlinks for URL are no longer retrieved@pepe the previous versions (pre 2.0) did not consistently have the slash included, which is why I set it this way in 2.0.4. So prior to last night’s update, the links would have been sent with a slash. I can add a filter (which is what I’m doing now).
@rikk03 – please stop commenting on other threads that are unrelated to your problem.
Forum: Plugins
In reply to: [YOURLS Link Creator] Create Yourl linkgive the latest update a test, I think this is finally resolved.
Forum: Plugins
In reply to: [YOURLS Link Creator] Raw URLI added the original function from Ozh’s plugin, as well as
get_yourls_shortlink, and also tested thatwp_get_shortlinkis returning the short URL if one exists. it WON’T make one, though.Forum: Plugins
In reply to: [YOURLS Link Creator] Raw URLusing the
wp_get_shortlinkshould return the YOURLS URL if one exists in the WP database. however, I am adding another tag just in case.Forum: Plugins
In reply to: [YOURLS Link Creator] The API call returned a 404 response code.I think I just found the issue, the variables were getting mangled before getting passed. doing some more testing but should have an update out shortly.
Forum: Plugins
In reply to: [YOURLS Link Creator] Existing shortlinks for URL are no longer retrieved@pepe the YOURLS API returns the link, whether it’s a new one or existing. the request from the plugin itself is the same. however, I am seeing that YOURS treats a URL with a trailing slash and without a trailing slash as separate links, so that would be why it’s returning a new one.
I am working on a bulk sync option now that should allow you to get the links imported into WP all at once, but there’s not a way to have YOURLS treat both links (with or without a slash) as the same.
Forum: Plugins
In reply to: [YOURLS Link Creator] No more creation and display of Short URLs@booknerds can you email me at norcross at reaktivstudios.com ? I want to walk through some debugging steps with you but they involve some things about your install that shouldn’t be public.
Forum: Plugins
In reply to: [YOURLS Link Creator] API 503 errors@rikk03 can you email me at norcross at reaktivstudios.com ? I want to walk through some debugging steps with you but they involve some things about your install that shouldn’t be public.
Forum: Plugins
In reply to: [YOURLS Link Creator] No more creation and display of Short URLsthere’s a few different things happening here, so let me dig into it. the template tag one should be the easiest to fix.
Forum: Plugins
In reply to: [YOURLS Link Creator] The API call returned a 404 response code.can you show me the YOURLS URL being saved in the settings?