Lanchopat
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordbooker] Crosspost complete articleSorry, I totally misunderstood how Facebook and Wordbooker work.
Also, I didn’t know what I wanted, but now I do.I want to post the article (complete, so the Excerpt has to be set to the largest value) with the post thumbnail as picture to Facebook. At the end of the post there should be a text like “Article on the blog: [link]”.
So I looked at the source code. There is a
function wordbooker_photo_post
but it seems like it is not used.I guess that the code to activate it has to be placed in wordbooker_process_functions.php as
case 5
at about line 450. Next, there is a need of implement a$posting_target['target_type'] = 5
in the UI.Do you already have coded that? Or should I do it myself?
Forum: Plugins
In reply to: [Wordbooker] Crosspost complete articleI understand. I cannot draw my readers’ attention to my blog, that is the problem. So there is no option for a plain link at the end of the excerpt or so…
Too bad, I’ll have to copy it by myself then. I hoped Wordbooker could do it for me.
Thank you, anyway.Forum: Plugins
In reply to: [Wordbooker] Crosspost complete articleThat trick works. However, there is still this box below the text with the preview of the article. Which configurations do I need to remove it? At the end I’d like to have the post shown on Facebook exactly like copy-and-pasting (w/o html formatting) to the “standard” form that appears when you visit your site with a desktop browser (I hope you know what I mean). The reason is that it seems like the viewers just read articles directly posted to FB, they don’t follow any links.
Thanks for your patience.Forum: Plugins
In reply to: [Wordbooker] Some of the aliases you requested do not existThis was my first plugin-translation ??
How can I send you the files?Forum: Plugins
In reply to: [Wordbooker] Some of the aliases you requested do not existW00T! It works!!!
Thanks man! I’ll rate it 5* ??
Can I do something for you? I’m German, so I could help translate it ??
Forum: Plugins
In reply to: [Wordbooker] Some of the aliases you requested do not existAuthorisation Process 2014-01-25 14:22:28 Getting Userdata - Authorisation Process 2014-01-25 14:22:29 User Session invalid - clear down data - Authorisation Process 2014-01-25 14:22:29 Checking session (2) - Authorisation Process 2014-01-25 14:22:29 No session found - lets login and authorise -
Access Token Exchange 2014-01-25 14:20:43 Access token was CAAAAO0YAejkBAADmN27168wBRs1zCZA6Gf9wXCI52cb9pyd8ocM8ZBUgYDtgBxK94lMZB5a2zOcInyk2jBrSfxhSi9CS2aIliDZBJkYfENMs8YozlCios3vOR6fX9g3LmtFMgbTrQewTW8XEPCp96vFaL7xRZBBCx9JscQzDR5PNCSRE6xZAqdA4XZCPVtZCNEIZD - Access Token Exchange 2014-01-25 14:20:43 Return code is access_token=CAAAAO0YAejkBAAET94vfdHNir0C44qdzraNng6HEqTKS2xZCROeOgG5094qYaNVlJ5FxyZCjiHNxsil5lz9gtLqiuY2R5cWkpajXnl9xcMeBSoQTONaA7Q0BZCFOp30wHZBaH2ZCiuusTgXGCTp1pqxgPC7QTxX0ACflUs28FTrElALXri0Ra - Access Token Exchange 2014-01-25 14:20:43 Access token was CAAAAO0YAejkBAADmN27168wBRs1zCZA6Gf9wXCI52cb9pyd8ocM8ZBUgYDtgBxK94lMZB5a2zOcInyk2jBrSfxhSi9CS2aIliDZBJkYfENMs8YozlCios3vOR6fX9g3LmtFMgbTrQewTW8XEPCp96vFaL7xRZBBCx9JscQzDR5PNCSRE6xZAqdA4XZCPVtZCNEIZD - Access Token Exchange 2014-01-25 14:20:43 Access token is now CAAAAO0YAejkBAAET94vfdHNir0C44qdzraNng6HEqTKS2xZCROeOgG5094qYaNVlJ5FxyZCjiHNxsil5lz9gtLqiuY2R5cWkpajXnl9xcMeBSoQTONaA7Q0BZCFOp30wHZBaH2ZCiuusTgXGCTp1pqxgPC7QTxX0ACflUs28FTrElALXri0Ra - Access Token Exchange 2014-01-25 14:20:43 Access token updated - Cache Refresh 2014-01-25 14:20:53 Cache Refresh Commence 1 - Cache Refresh 2014-01-25 14:20:53 Cache Refresh for - Cache Refresh 2014-01-25 14:20:53 UID length : 10 - Cache Refresh 2014-01-25 14:20:53 Cache processing for user : (2147483647) - Cache Refresh 2014-01-25 14:20:53 Getting Permisions for : 2147483647 - Authorisation Process 2014-01-25 14:20:54 Unable to get information (#803) Some of the aliases you requested do not exist: 2147483647 99
Forum: Plugins
In reply to: [Wordbooker] Some of the aliases you requested do not existCache Refresh 2014-01-20 19:23:41 Cache Refresh Commence 1 - Cache Refresh 2014-01-20 19:23:41 Cache Refresh for - Cache Refresh 2014-01-20 19:23:41 UID length : 10 - Cache Refresh 2014-01-20 19:23:41 Cache processing for user : (2147483647) - Cache Refresh 2014-01-20 19:23:41 Getting Permisions for : 2147483647 - Authorisation Process 2014-01-20 19:23:42 Unable to get information (#803) Some of the aliases you requested do not exist: 2147483647 99
These logs?
Forum: Plugins
In reply to: [Wordbooker] Some of the aliases you requested do not existSorry, it seems to be the same integer issue like before ??
Forum: Plugins
In reply to: [Wordbooker] Some of the aliases you requested do not existNope, still the same error.
Forum: Plugins
In reply to: [Wordbooker] Some of the aliases you requested do not existEdit
<?php $int = "9223372036854775807"; $int = intval($int); if ($int == 9223372036854775807) { /* 64bit */ echo "true"; } elseif ($int == 2147483647) { /* 32bit */ echo "false"; } else { /* error */ echo "error"; } ?>
returns false, so it is 32 bit.
Forum: Plugins
In reply to: [Wordbooker] Some of the aliases you requested do not existTried it, you are right, it is a server problem. What do I have to do now?
Forum: Plugins
In reply to: [Wordbooker] Some of the aliases you requested do not existHere comes the full log with everything I can provide ??
After login:
Post Time Action Message Error Code Cache Refresh 2014-01-20 19:17:32 Cache Refresh Commence 1 - Cache Refresh 2014-01-20 19:17:32 Cache Refresh for - Cache Refresh 2014-01-20 19:17:32 UID length : 10 - Cache Refresh 2014-01-20 19:17:32 Cache processing for user : (2147483647) - Cache Refresh 2014-01-20 19:17:33 Getting Permisions for : 2147483647 - Authorisation Process 2014-01-20 19:17:33 Unable to get information (#803) Some of the aliases you requested do not exist: 2147483647 99
Server Status Wordbooker: 2.2.0 Wordbooker Code Base: 2.2.0 - Birds & Planes Wordbooker Current Stable Release: 2.2.0 Blog Domain: klimaag.wvsharzburg.de ( Domain ) Wordbooker ID: 254577506873 Wordbooker Premium Key: Not Activated Wordbooker Schema: 5.7 WordPress: 3.8 Table prefix: wp2_ PHP: 5.3.19 PHP Memory Limit: 256M PHP Memory Usage (MB): 29.5 PHP Max Execution Time: 90 JSON Encode: PHP JSON Decode: PHP WP_HTTP Status: WP_HTTP can access Facebook - All is OK ( Response Time was : 0.44718194007874 seconds ) Curl Status: Curl is available and can access Facebook - All is OK, you can use the Curl Interface ( Response Time was : 0.43010902404785 seconds ) Curl Version: 7.24.0 Facebook Interface: WP HTTP JSON Version: 1.2.1 SimpleXML library: 0.1 (provided by PHP) HTTP Output Character Encoding: pass Internal PHP Character Encoding: UTF-8 MySQL: 5.5.28-log Database character_set_client : utf8 Database character_set_connection : utf8 Database character_set_database : latin1 Database character_set_filesystem : binary Database character_set_results : utf8 Database character_set_server : utf8 Database character_set_system : utf8 Database character_sets_dir : /usr/share/charsets/ Database collation_connection : utf8_general_ci Database collation_database : latin1_german2_ci Database collation_server : utf8_general_ci Server : Apache/2.2.22 Active Plugins : Adminer ( 1.2.3 ) Antispam Bee ( 2.6.0 ) Broken Link Checker ( 1.9.2 ) DirtySuds - Embed PDF ( 1.04 ) Hyper Cache Extended ( 1.1.0 ) Infinite Scroll ( 2.6.2 ) Limit Login Attempts ( 1.7.1 ) MailPress ( 5.4 ) WP-Piwik ( 0.9.9.8 ) WP-Pro-Quiz ( 0.28 ) Yet Another Related Posts Plugin ( 4.1.2 ) Wordbooker Table Status : Table 'wp2_wordbooker_errorlogs' is present and contains 298 rows Table 'wp2_wordbooker_postlogs' is present and contains 0 rows Table 'wp2_wordbooker_userdata' is present and contains 1 rows Table 'wp2_wordbooker_userstatus' is present and contains 0 rows Table 'wp2_wordbooker_postcomments' is present and contains 0 rows Table 'wp2_wordbooker_process_queue' is present and contains 0 rows Table 'wp2_wordbooker_fb_friends' is present and contains 0 rows Table 'wp2_wordbooker_fb_friend_lists' is present and contains 0 rows
And now when trying to post something:
Post Time Action Message Error Code Test 2014-01-20 19:23:24 Author of this post is the Post Author - Test 2014-01-20 19:23:24 Commence Publish - Test 2014-01-20 19:23:24 Starting Post Processing - Test 2014-01-20 19:23:24 Post exclusion types post - Test 2014-01-20 19:23:24 This looks like a new post being published publish - Test 2014-01-20 19:23:24 Calling Wordbooker publishing function - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_noncename 04d5563e92 - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_publish_default on - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_primary_target PW:2147483647 - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_primary_type 1 - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_primary_active on - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_extract_length 256 - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_actionlink 200 - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_use_excerpt on - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_attribute hat einen neuen Beitrag ver?ffentlich - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_excerpt_for_attribute on - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_status_update_text Neuer Beitrag: - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_like_button_post 1 - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_share_button_post 1 - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_comment_put on - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_comment_get on - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_publish_page_default on - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_publish_post_default on - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_post_edited yes - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_tag_noncename 04d5563e92 - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_default_author 1 - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_override_id 1 - Test 2014-01-20 19:23:24 (1651) Post option : wordbooker_new_post 1 - Test 2014-01-20 19:23:24 User has been set to : 1 - Test 2014-01-20 19:23:24 Posting as user : 1 - Test 2014-01-20 19:23:24 Calling wordbooker_fbclient_publishaction - Test 2014-01-20 19:23:24 Getting image from custom meta : image - Test 2014-01-20 19:23:24 Getting image from custom meta : thumb - Test 2014-01-20 19:23:24 Getting image from custom meta : Thumbnail - Test 2014-01-20 19:23:24 Getting the rest of the images - Test 2014-01-20 19:23:24 Setting image array to be both thumb and the post images - Test 2014-01-20 19:23:24 Setting image array to be post and thumb images. - Test 2014-01-20 19:23:24 No Post images found so loading blank to keep Facebook happy - Test 2014-01-20 19:23:24 Post Images : https://klimaag.wvsharzburg.de/wp-content/plugins/wordbooker/includes/wordbooker_blank.jpg - Test 2014-01-20 19:23:24 Getting the Excerpt - Test 2014-01-20 19:23:24 Post Titled : Test - Test 2014-01-20 19:23:24 Post URL : https://klimaag.wvsharzburg.de/test/ - Test 2014-01-20 19:23:24 Post Caption : Klimaschutz-AG des Werner-von-Siemens-Gymnasiums Bad Harzburg - Test 2014-01-20 19:23:24 Share Link being used - Test 2014-01-20 19:23:25 Posting to Personal Wall (Primary) as a Wall Post - Test 2014-01-20 19:23:25 (#803) Some of the aliases you requested do not exist: 2147483647 - Test 2014-01-20 19:23:25 Wall Post to Personal Wall Failed : (#803) Some of the aliases you requested do not exist: 2147483647 - Test 2014-01-20 19:23:25 Posting to Secondary target (Personal Wall) not active - Test 2014-01-20 19:23:25 Commence Publish - Test 2014-01-20 19:23:25 Starting Post Processing - Test 2014-01-20 19:23:25 Post exclusion types revision - Cache Refresh 2014-01-20 19:23:41 Cache Refresh Commence 1 - Cache Refresh 2014-01-20 19:23:41 Cache Refresh for - Cache Refresh 2014-01-20 19:23:41 UID length : 10 - Cache Refresh 2014-01-20 19:23:41 Cache processing for user : (2147483647) - Cache Refresh 2014-01-20 19:23:41 Getting Permisions for : 2147483647 - Authorisation Process 2014-01-20 19:23:42 Unable to get information (#803) Some of the aliases you requested do not exist: 2147483647 99
Forum: Plugins
In reply to: [Wordbooker] Some of the aliases you requested do not existWow, thanks for your fast reply.
For some reason, it worked just by changing the database.
I’m not very experienced with Facebook. I logged in as normal user, it gives me #803 like I said. I tried it after clicking that button on FB that lets me post as site and tried again, still the same error.
The id stays the same in both cases, so perhaps I am doing it wrong? A failsafe guide would be cool ^^