Viewing 11 replies - 1 through 11 (of 11 total)
  • This may happen when too much short link are generated …
    I will release a version in couple of weeks to try to solve this issue

    Thread Starter Lucian Mihailescu

    (@lucianmih)

    Sounds good! Thanks for the quick reply.

    One suggestion for your next release, if this is possible and it’s something that can help others.

    I have some affiliate links like this (where a part of the URL is already urlecoded):
    https://click.linksynergy.com/deeplink?id=gkn1mTqdycg&mid=39197&murl=https%3A%2F%2Fwww.udemy.com%2Fspeed-reading%2F%3FcouponCode%3DTOP19

    When they are shorten, the & is replaced with & amp; (I put a space to be able to show the code, without executing it) in the URL and the link unpacks as below, which gives an error when clicked:
    https://click.linksynergy.com/deeplink?id=gkn1mTqdycg& amp;mid=39197& amp;murl=https%3A%2F%2Fwww.udemy.com%2Fspeed-reading%2F%3FcouponCode%3DTOP19

    I noticed this can be solved if I replace & back with & in line line 742 in short-url.php.
    $temp_url = str_replace(“& amp;”, “&”, $temp_url);

    Perhaps the rule can be: if a temp_url is already encoded, do not encode it again.

    Thanks — Lucian

    I will look at that proposition ??

    The next version will take in account your proposition.
    It will be release in few days

    Thread Starter Lucian Mihailescu

    (@lucianmih)

    Thank you, Sed Lex! I appreciate it.

    Thread Starter Lucian Mihailescu

    (@lucianmih)

    I upgraded today to v.1.51 and everything works fine. Now I can see all the shorten url’s in the Settings and the shorten url for my affiliate links work fine. I sent you a PayPal donation as a token of appreciation.

    Thanks! — Lucian

    Received ! I thank you for that you were not forced to do that …
    In any case, it is a pleasure to modify a plugin when a user kindly ask (and it is not all the time, even if the plugin is for free :))

    Thread Starter Lucian Mihailescu

    (@lucianmih)

    Hi,

    Here is some more feedback. I noticed a conflict between Short URL and Digg Digg Plugin, it is related to the Pinterest button.

    I got a bunch of these errors in the error_log:

    [05-Apr-2014 19:07:18 America/Vancouver] WordPress database error Duplicate entry ‘0-https://pinterest.com/pin/create/button/?url=http%3A%2F%2Flucia’ for key ‘id_post’ for query INSERT INTO pluginSL_shorturl (id_post, short_url, url_externe, comment) VALUES (‘0’, ‘Ykr4q’, ‘https://pinterest.com/pin/create/button/?url=http%3A%2F%2Flucianwebservice.com%2Faffiliate-programs%2Fudemy-65-off-new-courses-april-2014-limited-time-deals.html&description=Udemy%2065%25%20Off%20New%20Courses%20-%20April
    %202014%20-%20Limited%20Time%20Deals&media=https://lucianwebservice.com/wp-content/uploads/2014/04/Udemy-The-Cloud-and-You-Dr-Michael-Rees.jpg’, ”) made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/genesis/single.php’), genesis, do_action(‘genesis_loop’), call_user_func_array, genesis_do_loop, genesis_standard_loop, genesis_legacy_loop, do_action(‘genesis_post_content’), call_user_func_array, genesis_do_post_content, the_content, apply_filters(‘the_content’), call_user_func_array, pluginSedLex->the_content_SL, shorturl->_modify_content, preg_replace_callback, shorturl->replace_by_short_link, shorturl->add_external_link

    For now I just disabled the Pinterest button on the Digg Digg plugin.

    Thanks,

    Lucian

    I will have a look…

    Actually, do you want to contact me throuh the feedback button ?
    I would be able to sent you back a beta file to test and try to identify the problem

    Thread Starter Lucian Mihailescu

    (@lucianmih)

    Sure, I just sent you the feedback from your plugin on my website.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Can't see Short URL settings page’ is closed to new replies.