• Hey there,

    I’ve been using this plugin for a few months and it’s really excellent, does exactly what I need it to. Sadly, I added a picture today on Instagram and since, the gallery doesn’t display anymore, instead I get this PHP error:
    Parse error: syntax error, unexpected '<' in /homepages/##/x#########/htdocs/wp-content/plugins/alpine-photo-tile-for-instagram/gears/alpinebot-primary.php(380) : eval()'d code on line 1

    This is my website: http://geekometric.com/

    I’ve tried to go in and edit the code to remove tags, or just the bracket. I also tried to remove any semicolons in case the result was serialized (since there was a comment on a picture with a “;)”), but I haven’t made any progress. I didn’t find where the code was used so I didn’t get the chance to extract the code that is being fed to the eval() function. I’ve tried searching for this error but the only hits I get are other blogs with the same error.

    Any idea how I can fix this?

    Thanks a lot for you help!

    PS: If it helps, here are the hidden comments:
    <!-- Using AlpinePT for Instagram v1.2.6 with JSON--><!-- Request made --><!-- Try json_decoder() --><!-- An error occured: Empty JSON --><!-- Failed using wp_remote_get and JSON @ https://api.instagram.com/v1/users/#########/media/recent/?access_token=#########.xxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&count=12 --><!-- Sorry:<br><br>- Instagram feed not found.-->

    https://wordpress.org/plugins/alpine-photo-tile-for-instagram/

Viewing 4 replies - 16 through 19 (of 19 total)
  • Oh no, right now it is working on the front end. Although, on the “Tools” tab I now get errors in both, “Load from IG Feed” and “Load from Cache”. I will keep an eye on it and report if the issue reappears.

    Once again, thank you so much for your hard work! I did send a “cuppa” your way last night… 🙂

    And once again it had stopped with “Sorry: Feed not found” error. After I went to the Tools tab, entered a shortcode to test, same thing happened as before. Load from cache works again, and the feed is showing images on the front once more.

    So, could it be a caching issue? I’m not using any caching plugins.

    Plugin Author theAlpinePress

    (@thealpinepress)

    I am really sorry you are experiencing so much trouble. Working with WordPress should be quick and easy, and this certainly has not been the case.

    Honestly, my best advice is to try another plugin. If another plugin works, the problem is with my plugin (which I would greatly appreciate hearing about. I could then check what they do differently and try to isolate the issue). If errors continue, the problem is with your server. I do not mean to suggest that your hosting provider is bad. The plugin must make several requests to Instagram and parse the results. The reason for the cache is that this is a slow and demanding task. However, you are seeing inconsistent behavior, which makes it really hard to identify the problem (especially if I cannot reproduce it).

    If it helps, you can tell your hosting provider that the plugin needs the cURL and JSON extensions for PHP (which you clearly already have) and that you have noticed it inconsistently connects to instagram.com (which could very well be the plugin’s fault).

    Sorry again for your trouble. I enjoy the problem-solving of coding, but I certainly know that it can be frustrating to spend so much time and not feel like the problem has been fixed.

    -Eric

    ddashfens

    (@ddashfens)

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Parse error: syntax error, unexpected '<' in */alpinebot-primary.php(380)’ is closed to new replies.