redwolf83
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning: chmod(): Operation not permitted after WordPress 5.3 update[SOLVED] (at least for me)
Me too on Cloudways and Digital Ocean.
Just restart the server and error is gone.
Hope it helps,
Bye!Hello,
Solved, the problem was that i’ve setted “Authentication Type” in Configurations -> Subscribers tab = session; and that caused the problem.
just changed to “both” and all works good right now!
- This reply was modified 7 years, 11 months ago by redwolf83.
Forum: Plugins
In reply to: [Postie] postie with topic post_type using bbpressok seems resolved adding in line 427 this
$details = array( 'post_author' => $poster, 'comment_author' => $postAuthorDetails['author'], 'comment_author_url' => $postAuthorDetails['comment_author_url'], 'user_ID' => $postAuthorDetails['user_ID'], 'email_author' => $postAuthorDetails['email'], 'post_date' => $post_date, 'post_date_gmt' => $post_date_gmt, 'post_content' => $content, 'post_title' => $subject, 'post_type' => $post_type, /* Added by Raam Dev <[email protected]> */ 'ping_status' => get_option('default_ping_status'), 'post_category' => $post_categories, 'tags_input' => $post_tags, 'comment_status' => $comment_status, 'post_name' => sanitize_title($subject), 'post_excerpt' => $post_excerpt, 'post_parent' => $Treat_as_topic_id, 'ID' => $id, 'customImages' => $customImages, 'post_status' => $post_status );if ( $Treat_as_document = 1 ) { $default_meta = array( 'author_ip' => bbp_current_author_ip(), 'forum_id' => $Treat_as_topic_id, 'topic_id' => $id, 'voice_count' => 1, 'reply_count' => 0, 'reply_count_hidden' => 0, 'last_reply_id' => 0, 'last_active_id' => $id, 'last_active_time' => get_post_field( 'post_date', $id, 'db' ), ); bbp_insert_topic($details, $default_meta); }return $details; } /** * This is the main handler for all of the processing */May Author can add this on next versions? (maybe fixing a bit this code)
Installing the previous version and all works fine.
@icegram I’ve added the code you suggest in line 179 of ../wp-content/plugins/icegram/icegram.php but the error persists.
Same here.
Notice: Undefined variable: offer_content in ../wp-content/plugins/icegram/icegram.php on line 180
Warning: Illegal string offset ‘option_name’ in ../wp-content/plugins/icegram/icegram.php on line 181
Notice: Uninitialized string offset: 0 in ../wp-content/plugins/icegram/icegram.php on line 181
Forum: Plugins
In reply to: [Add Link to Facebook] Not longer working – FB rejects accessreplacing 2 times in add-link-to-facebook-int.php “read_stream” with “user_posts” seems work.
Forum: Everything else WordPress
In reply to: Where is gone "Add Link to Facebook" pluginOK, Thanks.
Someone have some suggestion to some plugin that sync facebook comments and likes to wordpress posts (also custom posts) likes “Add link to facebook” did ?
however that link (https://ww.wp.xz.cn/support/plugin/add-link-to-facebook#postform) bring me to 404 page.
“Whoops!
We couldn’t find that plugin. Maybe you were looking for one of these?”
Forum: Plugins
In reply to: [Add Link to Facebook] Not longer working – FB rejects accessJust downloaded your latest version. Now error only for read_stream:”
Invalid Scopes: read_stream. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissionsInvalid Scopes: read_stream. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions”.
Forum: Plugins
In reply to: [Add Link to Facebook] Not longer working – FB rejects accessI think some FB API changed, I’ve tried to use also older version of “Add link to Facbook” (versions till 2.0) and tried the dev version too but always have the same error.
Forum: Plugins
In reply to: [Add Link to Facebook] Not longer working – FB rejects accessHello tanaylakhani,
I don’t think some permission is no more allowed because on another site that I own, the “Add Link to Facebook” plugin works perfectly.
I also asked review for the permissions “publish_action , user_groups , manage_pages and read_stream” following the “Setup guide” at page https://ww.wp.xz.cn/plugins/add-link-to-facebook/other_notes/
but the reply of FB is this:”
Notes from our review team
General
Hi,You do not need to request these permissions because your blog or CMS is integrated with an app that you admin. As an App admin, you can already access these permissions and post to your timeline or a page you admin. You can provide access to additional users by adding them as developers of your App.
—
The following items were not reviewed due to general issues with your app:
publish_actions
manage_pages
read_stream
“Hope this helps.
Forum: Plugins
In reply to: [Add Link to Facebook] Not longer working – FB rejects accessYou mean this:” Invalid Scopes: read_stream, user_groups. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions”
Yeah I’had the same problem… hope this fix early
Forum: Plugins
In reply to: [WPBook Lite] Invalid scopes error when generating access tokensame error for “add link to facebook” plugin, maybe FB API just changed?
tips, try older version, I’ve installed in other site and all worked good that time
Same error here