Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Allen

    (@amweiss98)

    that’s odd, what I would do is delete the plugin then reinstall it….adding feeds is based on javascript, so I can only imagine you have javascript disabled or something.

    Thread Starter ollyog

    (@ollyog)

    Hi Allen,

    I’ve reinstalled and the same issue occurs. Even when I click ‘Dismiss this message’ under the ‘If you find this plugin helpful, let others know…” message it won’t do anything. All other plugins work? Checked in Firebug to see if there are any javascript errors and nothing appears.

    Plugin Author Allen

    (@amweiss98)

    sounds like the scripts are either not being loaded on your server or something else is happening since I’ve never heard of this happening with anybody else. If you want, go here, use the password “test” and send me your login in credentials.

    https://www.allenweiss.com/contact

    Thread Starter ollyog

    (@ollyog)

    Just clicked the link and can’t find the page?

    “Not Found
    Apologies, but we were unable to find what you were looking for. Perhaps searching will help.”

    Plugin Author Allen

    (@amweiss98)

    try it again now

    Hi,
    I’ve got the same problem.
    I’ve already reinstalled 2 times.
    When I press save settings feed, download a php file with the following content:

    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>200 OK</title>
    </head><body>
    <h1>OK</h1>
    <p>The server is temporarily unable to service your
    request due to maintenance downtime or capacity
    problems. Please try again later.</p>
    </body></html>

    The problem occurs after first synchronizing post. After synchronizing I can not keep the feed settings. I don’t have problems in the other sections.

    Plugin Author Allen

    (@amweiss98)

    turns out this was a browser specific problem (or server specific) since the other person’s problem was a browser not accepting javascript (I showed him how I had no problem using a firefox browser).

    the error you are getting suggests it’s the server…my plugin admin just uses standard wordpress posts and gets.

    Now, are you getting this only in my plugin, or in other plugins where you save settings.

    Only happens with your plugin. But only in the save button on the “feed” tab, the other tabs, when I press “save” I have no problem.

    Just try again and it works. It’s been a few hours since the last time I tried.
    I do not know why it did not work. But now it works.
    I use Chrome and Safari in Mac

    Fu**!
    If I do not hit the button to add feed, just change the category settings, if I could save.
    The problem occurs when I add a new feed.
    I press the button to add feed, fill the data and the problem occurs.
    Now does not save anything and automatically download the php file. I think the script of the button “Add a new feed” keeps running for a long time.

    Plugin Author Allen

    (@amweiss98)

    My guess this is something going on with your browser or server….if you want, contact me here and give me the login credentials so I can see the problem myself.

    https://www.allenweiss.com/contact (password is temppass)

    Hi, I’ve found the problem.

    My theme has an option to add the Google Analytics code, and the script was giving problems, I deleted the code and there is no problem.

    I have also tried some things, and not spent alone in your plugin, also occurred in other parts of my website.

    The code of google analytics (I will use another plugin and not with my theme):

    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    
      ga('create', 'UA-XXXXXXXX-X', 'auto');
      ga('send', 'pageview');
    
    </script>

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Can't add feeds or save any settings’ is closed to new replies.