eriamel
Forum Replies Created
-
@slickchris there was another update, it again broke in the same spot, the devs havent included the change, I manually fixed it again and now disabled auto updates …
the activate-plugin.php file… on around 122 you will see a function called load_translations_languages. change the constant that says
FEED_THEM_SOCIAL_PLUGIN_BASENAME
to
FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR”image url:
https://ibb.co/3MjCKMQ@slickchris, thanks, just did that now.
One general thing that I noticed last time as well, your error messages are injected before the<!DOCTYPE html>
even, but they use html tags, so they mess up any dom layout; browsers pick them up and inject them in the<body>
but consequentially also move all the<meta><link> <script>
etc from the<head>
inside the body.
It’s one thing to have an error message everywhere, but these break layout in a more drastic way I’m afraid- This reply was modified 1 year, 10 months ago by eriamel.
@slickremix Sorry to be back:
I followed your advice in the previous answer:
“…the activate-plugin.php file… on around 122 you will see a function called load_translations_languages. change the constant that says FEED_THEM_SOCIAL_PLUGIN_BASENAME to FEED_THEM_SOCIAL_PLUGIN_FOLDER_DIR”
And that worked fine so far.
Until now I didn’t see any updates for the plugin but i do suddenly notice on top of every page:
“Warning: is_readable(): open_basedir restriction in effect. File(/var/www/vhosts/venushill.net/httpdocs/wp-content/plugins/feed-them-social/feed-them-social.php/languages/feed-them-social-en_US.mo) is not within the allowed path(s): (/var/www/vhosts/venushill.net/:/tmp/) in?/var/www/vhosts/venushill.net/httpdocs/wp-includes/l10n.php?on line?763“
Any advice on how to get rid of that warning?- This reply was modified 1 year, 10 months ago by eriamel.
I appreciate your swift reply and hands on solution, thanks again!
Did the manual change and can confirm that does fix all the issues indeed, perfect!
Thanks for the quick instructions!! ??slickremix (@slickremix)
I’m experiencing the same issue as mocotoo (@mocotoo) had 1 week, 5 days ago
My Version is 4.0.4?an I’m only using the Facebook Feed option
And after using the new shortcut code the following visible error is printed on top of my site:
Warning: is_readable(): open_basedir restriction in effect. File(/var/www/vhosts/venushill.net/httpdocs/wp-content/plugins/feed-them-social/feed-them-social.php/languages/feed-them-social-en_US.mo) is not within the allowed path(s): (/var/www/vhosts/venushill.net/:/tmp/) in?/var/www/vhosts/venushill.net/httpdocs/wp-includes/l10n.php?on line?761
That on its own is inconvenient alone, but the code breaks so bad that a lot of stuff that should be written in the head tag is written straight into the body now (meta, css, lots of js)
The new shortcut code works fine for your plugin part, but breaks the website so bad I’ll need to disable it entirely to keep my site upHi @slickchris
While gathering that info I generated a new acces token and all seems to be fine again, thanks for the answer and sorry to have made you part of my rubber duck debugging ??
cheersHi @slickchris
I have “Feed Them Social” Version 2.9.6.2
Showing now, not sure for how long
**NOTE** This error is only shown to logged in Admins of this WordPress install- This reply was modified 3 years, 8 months ago by eriamel.
Forum: Plugins
In reply to: [Post Tiles] Adding multiple tile sets to one page?I’m loving the plugin, but I’m running into the same ID related problem:
It would be great to create multiple instances that wouldn’t be ID dependent; that way I could show categories on one page and still write some text or title in between them.
Currently each instance is wrapped in
<div id=”post-tiles-container”>
and uses styling and script based on <ul id=”post-tiles”
that means you can only have one per page. (can’t have double id’s)It would really be super if all was based on classes and “this”
Forum: Fixing WordPress
In reply to: WordPress Importer blank page step 2After an hour of digging, it turns out you can actually check the image box after all, and be succesfull
My first mistake was importing an xml file of a restricted (pw protected) site.wordpress.com
… i should have set that open just for the import.
Because after my first import, no images.So I set the site to unrestricted, and yes importing ended in this step 2 white screen.
I did however see that my images were imported after that.The posts I had imported previously, still pointed to the other site.
Ne next few imports I tried gave me the white screen again.What finally did it for me was, deleting all the posts and pages and emptying both Thrash cans (dont forget this!)
And also deleting all library content, categories, tags, users, menus