Leo Plaw
Forum Replies Created
-
Forum: Plugins
In reply to: [Recent FB Posts] API not connectedI saw the same error, API not connected.
And have done this:
In the app administration, Settings, Advanced
Require AppSecret Proof for Server API calls: Disabled
It now connects and works. =)
Forum: Fixing WordPress
In reply to: people piggybacking on by siteYour site has been hacked.
Notify your web host.
Change your CPanel, MySQL passwords
Change your WordPress password
Update WordPress and any plugins your might be running.
Delete any unknown or suspicious WordPress users.I run a WordPress multisite, and have activated the plugin via Network Activation. It works very well.
After much searching, finally the correct code to turn off the Google+ count.
https://support.addthis.com/customer/portal/articles/381237-third-party-buttonsHere is also is another user wondering how to configure the plugin. I can not get the JSON options to work either.
Also a bug.
Services / Build your own if it is unchecked and there are values on the text field, the plugin still shows the icons.
I agree, the documentation for the plugin and on the AddThis site is terrible. It is not unified at all.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.YARPP 3.5.1 also brings no joy.
YARPP 3.5.2b1 also is broken.Now I have played with the settings again for YARPP 3.5.2b1.
I had set Automatically display related posts? = true
I then saw results on all sub-blogs.
I then set Automatically display related posts? = false
which was my original setting because I am using related_entries_exist() in my template.
Results are still displaying. Everything appears normal again.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.I just downgraded to YARPP 3.3.3, played with settings and now none of the previous links I provided are returning results. I have put the settings back how they were, still no joy.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.I had YARPP (3.5.1) working beautifully on a my MU WordPress (3.3.1) stie.
I even had it working with custom post types.However, last night on one of the sub-blogs I changed the YARPP settings. Now I have no results for that sub-blog, however the other ones are still working.
Following are two example pages which report in different languages about the same story. Both have related material, and the sub-blog that YARPP is broken on has even more related material than the one that works.
Working
https://fantasticvisions.net/de/events/2012/03/09/begegnung-der-volker-der-malerei-benedetto-fellin/Broken
https://fantasticvisions.net/events/2012/03/09/begegnung-der-volker-der-malerei-benedetto-fellin/I have opened up the options pages for YARPP on both sub-blogs to compare them and make sure they have the same settings again. Still no results are returned.
On the broken YARPP sub-blog I have even set the threshold to 1 and it still returns nothing.
Match threshold: 1
Titles: consider with extra weight
Bodies:
Categories: consider
Tags: consider
Display results from all post types: yes
Show only previous posts: noForum: Plugins
In reply to: [nextgen-gallery] Sharing Galleries Multi-SiteWhat is the solution then?
Forum: Plugins
In reply to: Some further details on the W3 minify failureI too have a similar problem. All external JavaScript and CSS files are not being minified and combined.
I also see this message in the admin.
Recently an error occurred while creating the CSS / JS minify cache: Some files were unavailable, please check your settings to ensure your site is working as intended.
When I look at the console errors the browser reports, I see a 404 error for the missing combined files.
default.include.2873786729.js Failed to load resource: the server responded with a status of 404 (Not Found)
default.include.3658040327.cssFailed to load resource: the server responded with a status of 404 (Not Found)
This of course slows down my page load time. The complete opposite of what the plugin is meant to do.
I have also had recently the same problem that @jonhuther mentioned.
I have also logged a bug report with the author.
I temporarily edited the php.ini and allowed escapeshellcmd() and exec().
I ran the wizard. Yay! past step 2.
However I then had to manually create /sphinx/var and child directories where the wizard was expecting them.
Now I’m at the point where I have the following error. “Indexer: configuration files not found.”
So reading your “readme.txt” and the question and answer, I’ve arrived at the conclusion that escapeshellcmd() and exec() will have to be permanently allowed in PHP for your plugin to work… correct?ah, OK, I’ve figured out why your plugin is failing.
escapeshellcmd() and exec() have been disabled for security reasons.
It would be good if you rewrote your plugin to allow people to manually set the path when they know the exact location when the automatic search or install fails. This would prevent the setup failing when the server security prevents certain PHP commands from being used.
Now, how do I set your plugin’s configuration without the wizard?
Hi Yaroslav. No, the plugin was installed normally via upload with FTP to the plugins directory and then activated through the WP admin.
I also followed your suggestion and created a soft link to indexer and searchd in /usr/bin. Still no success.
What now?