Mustafa
Forum Replies Created
-
do you think it will be safe to turn off open_basedir?
Hi,
it’s my own server. What is the problem exactly?
I did the recommendations in the FAQ page, and downgrading to 6.9.6.3.
It still does not work
Forum: Fixing WordPress
In reply to: Unable to update plugins after upgrade to 4.2change file wp-admin/includes/file.php line #149
if ( empty( $filename ) || '.' == $filename ) {with
if ( empty( $filename ) || '.' == $filename || '/' === $filename ) {This solves the problem.
Forum: Plugins
In reply to: [SharePress] Twitter Error 215 Bad Authentication dataI debugged it. it seems the confidential data is coming correctly till Sharepress_WordPressOAuth::post(). The variables in self::build_http_query($params) are:
oauth_consumer_key=***
oauth_nonce=***
oauth_signature=***
oauth_signature_method=HMAC-SHA1
oauth_timestamp=1412063309
oauth_token=***
oauth_version=1.0
status=test%20tweet
wrap_links=1Forum: Plugins
In reply to: [SharePress] Twitter Error 215 Bad Authentication dataHi joeyblake,
thanks for the answers.
I confirmed that curl is installed. By the way, it can post on Facebook. The problem is only with Twitter.
Yes, the IP changed. Should I do anything for that?
Forum: Plugins
In reply to: [SharePress] Twitter Error 215 Bad Authentication dataHi Joey,
2 months ago, I uninstalled and reinstalled Sharepress and that solved the problem.
But, yesterday I moved my website to another server, and I started getting exactly the same error! :((
What I tried so far is:
- Uninstalling and reinstalling Sharepress;
- Regenerating the keys
- Creating a new Twitter app
Still the same problem 🙁
Do you have any recommendations?
Forum: Plugins
In reply to: [Social Count Plus] Google Counter Stays at Zero@claudio, you don’t need to be so arrogant. you are very aggressive against all support requests. every software can have bugs, just relax buddy 🙂
I printed $settings variable in the function update_transients(), and $settings[‘googleplus_active’] did not exist there. I also checked my options table for the option with name socialcountplus_settings, it did not exist there too.
Then, I removed the plugin and installed it again. Now, it’s working. It may be a problem about installation process, a conflict with another plugin, or even a bug in WordPress itself!
Just, don’t be so closed to comments of people. If you hear the same problem from more than one person, you should probably search for a common cause of the problem.
Anyway, thanks for the plugin.
Forum: Plugins
In reply to: [Social Count Plus] Google Counter Stays at ZeroI found the bug!
there is no settings item $settings[‘googleplus_active’].
It worked after deleting it from the line 148 from includes/class-counter.php.
Sure, you need to fix it in another way 🙂
Forum: Plugins
In reply to: [Social Count Plus] Google Counter Stays at Zeroit does never enter the following if check in includes/class-counter.php
// Google Plus.
if (
isset( $settings[‘googleplus_active’] )
&& isset( $settings[‘googleplus_id’] )
&& ! empty( $settings[‘googleplus_id’] )
&& isset( $settings[‘googleplus_api_key’] )
&& ! empty( $settings[‘googleplus_api_key’] )
) {Forum: Plugins
In reply to: [Social Count Plus] Google Counter Stays at ZeroHi Claudio,
I installed version 2.9.0 today, but the Google+ count remains 0 for our page https://plus.google.com/+sendikaorg
Forum: Plugins
In reply to: [Social PopUP (email lightbox)] W3TC compatibilityunfortunately, it broke my slider on the homepage and I had to remove it.
Forum: Plugins
In reply to: [W3 Total Cache] Post view countsThe description on ajax-the-views page says: “Note: WP-PostViews can count views when caching plugin is being used, but can’t display the count. This fixes that.”
I don’t want to show the number of views to the visitors. I want to see it only in the admin panel. Thus, I installed only WP-PostViews.
The count of views is increasing for many posts. I tested viewing some very old posts to be sure that I’m the only viewer. Unfortunately, their counts are still 0.
Forum: Plugins
In reply to: [W3 Total Cache] Manage Referrer Group+1
Forum: Plugins
In reply to: [SharePress] Failed to access SharePress log fileit doesn’t sound safe to make a folder writable. I’ll better turn off logging 🙂