• Resolved thecmdgroup

    (@thecmdgroupgmailcom)


    Everything has worked fine until December 26th, 2012… That was the last post to the group I have been posting to for over a year. At the same time, I have been posting to a Page as well. No post to the group on the 27th and no matter what I do I cannot get it to post to a group any longer.

    I just updated to WP 3.5 today, it made no difference in the posting. Remember, I can post to a FB page with no problem.

    Here is the installation parms:
    Wordbooker: 2.1.24
    Wordbooker Code Base: 2.1.24 R00 – Some Kind of Wizard
    Wordbooker ID: 254577506873
    Wordbooker Schema: 5.6
    WordPress: 3.5
    Table prefix: wp_
    PHP: 5.4.10
    PHP Memory Limit: 256M
    PHP Memory Usage (MB): 13.5
    JSON Encode: PHP
    JSON Decode: PHP
    Curl Status: Curl is available and can access Facebook – All is OK ( Response Time was : 0.24730014801025 seconds )
    Curl Version: 7.21.0
    JSON Version: 1.2.1
    SimpleXML library: 0.1 (provided by PHP)
    HTTP Output Character Encoding: pass
    Internal PHP Character Encoding: UTF-8
    MySQL: mysqlnd 5.0.10 – 20111026 – $Id: b0b3b15c693b7f6aeb3aa66b646fee339f175e39 $
    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 : latin1
    Database character_set_system : utf8
    Database character_sets_dir : /usr/local/mysql-5.0.96/share/mysql/charsets/
    Database collation_connection : utf8_general_ci
    Database collation_database : latin1_general_ci
    Database collation_server : latin1_german2_ci
    Server : Apache
    Active Plugins :
    Akismet ( 2.5.7 )
    Audio player ( 2.0.4.1 )
    Category Posts Widget ( 3.3 )
    Page Security by Contexture ( 1.5.8 )
    Extended Google Analytics ( 1.1 )
    FeedBurner FeedSmith ( 2.3.1 )
    Google XML Sitemaps ( 3.2.8 )
    List category posts ( 0.27 )
    Login LockDown ( v1.5 )
    Mingle Forum ( 1.0.33.3 )
    NextGEN Gallery ( 1.9.10 )
    Really Simple CAPTCHA ( 1.5 )
    RSS Just Better ( 1.1 )
    ThreeWP Activity Monitor ( 2.11 )
    TinyMCE Advanced ( 3.4.9 )
    WP-DBManager ( 2.63 )
    WP Issuu ( 2.15 )

    Wordbooker Table Status :
    Table ‘wp_wordbooker_errorlogs’ is present and contains 738 rows
    Table ‘wp_wordbooker_postlogs’ is present and contains 89 rows
    Table ‘wp_wordbooker_userdata’ is present and contains 1 rows
    Table ‘wp_wordbooker_userstatus’ is present and contains 1 rows
    Table ‘wp_wordbooker_postcomments’ is present and contains 232 rows
    Table ‘wp_wordbooker_process_queue’ is present and contains 0 rows
    Table ‘wp_wordbooker_fb_friends’ is present and contains 0 rows
    Table ‘wp_wordbooker_fb_friend_lists’ is present and contains 0 rows

    https://www.ads-software.com/extend/plugins/wordbooker/

Viewing 14 replies - 16 through 29 (of 29 total)
  • Thread Starter thecmdgroup

    (@thecmdgroupgmailcom)

    OK, forgive me… I am not finding a “Description” field anywhere. Again, I have changed nothing since it was working before. Now, I am not doubting you, but I am not understanding where this “Description” is coming in play. I see it in the log, but I do not see any parm in the POST, or WordBooker plugin settings.

    There IS a “Post Attribute” that is setup to “A new update from TheFellowshipToday.com”, but that does not equate to https://thefellowshiptoday.com that I can see.

    Any idea where this “Description” is???

    Plugin Author Steve

    (@steveatty)

    The description field is on the WordPress Settings > General tab – its the “TagLine”

    It could be that this is another bug in WordPress… but I’ve just checked my WordPress install and its OK there.

    Thread Starter thecmdgroup

    (@thecmdgroupgmailcom)

    This is what is in Settings/General/Tagline…

    Full Gospel Fellowship of Churches and Ministers International

    Plugin Author Steve

    (@steveatty)

    OK – I’ve found it.

    You’ve set the ‘Use Site URL not Blog Description in Wall Posts’ option

    Unset it….

    Plugin Author Steve

    (@steveatty)

    I assume that worked??

    Thread Starter thecmdgroup

    (@thecmdgroupgmailcom)

    OK, again, forgive me… I am not finding that setting. ‘Use Site URL not Blog Description in Wall Posts’

    Thread Starter thecmdgroup

    (@thecmdgroupgmailcom)

    Sorry… Found it. However…

    1) Still getting errors all over the site, never had that before.
    2) Still not posting to the group.
    3) I have not changed that setting and not sure I every checked it (maybe a default setting??

    I keep checking “Disable ALL Wordbooker functionality” just to keep the site clean and functional. We have thousands of hits a day.

    It appears (to me) that this plugin has issues with WP 3.5 (or vise versa). Should I look for another plugin?!?! I like this one, have used it for a long time, but this is a production site.

    Plugin Author Steve

    (@steveatty)

    Its in the Advanced Settings section…by default it is NOT checked…

    Those are NOT errors – they are warnings. Your PHP install should NOT be configured to dump any messages to the screen on a live site. I will make some code changes in 2.1.25 to surpress then

    Thread Starter thecmdgroup

    (@thecmdgroupgmailcom)

    I apologize… warnings.

    I am working on getting the PHP.ini modified, but I do not see that file on my install. I am working with my host to get that addressed.

    Can you recommend another plugin? I see there is a 2.2 version of this plugin in Beta… But, not yet released. However, I am also not finding this issue posted anywhere else.

    Do you have a recommendation?

    I greatly appreciate your time and patience on this. You have been a great help.

    Plugin Author Steve

    (@steveatty)

    2.1.5 should fix those warnings…. but it wont fix the odd thing with the caption being set to the url rather than the Blog Slug… have you checked that the option isn’t set in the Advanced Settings block?

    You need to be looking for this in your php config:

    ; Print out errors (as a part of the output).  For production web sites,
    ; you're strongly encouraged to turn this feature off, and use error logging
    ; instead (see below).  Keeping display_errors enabled on a production web site
    ; may reveal security information to end users, such as file paths on your Web
    ; server, your database schema or other information.
    ;
    ; possible values for display_errors:
    ;
    ; Off        - Do not display any errors
    ; stderr     - Display errors to STDERR (affects only CGI/CLI binaries!)
    ;
    ;display_errors = "stderr"
    ;
    ; stdout (On) - Display errors to STDOUT
    ;
    display_errors = off
    Thread Starter thecmdgroup

    (@thecmdgroupgmailcom)

    I have unchecked ‘Use Site URL not Blog Description in Wall Posts’… Created a test post, posted it and it appeared on the Facebook Page, but not the Group page.

    I just do not understand why this quit posting “magically” on the 26th of December. There was a PHP update some time back that effected some forms I had (Machform), I updated Machform to correct those errors. I did not update to WPress 3.5 until I found this issue with Wordbooker. Something has to have changed. That being said, I will post the current log in the next post…

    Thread Starter thecmdgroup

    (@thecmdgroupgmailcom)

    I tried re-posting a last known post that worked, December 25th posting. Same results:

    Daily Devotional December 25th 2013-01-05 12:52:38 Calling Wordbooker publishing function –
    Daily Devotional December 25th 2013-01-05 12:52:38 Commence Publish –
    Daily Devotional December 25th 2013-01-05 12:52:38 Author of this post is the Post Author –
    Daily Devotional December 25th 2013-01-05 12:52:38 Options Set – call transition –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_noncename 31feab1c76 –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_publish_default on –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_primary_target FW:537507452942544 –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_primary_type 1 –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_primary_active on –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_secondary_target GW:304279573504 –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_secondary_type 1 –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_secondary_active on –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_extract_length 500 –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_actionlink 300 –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_attribute A new update from TheFellowshipToday.com –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_status_update_text : New post : %title% – %link% –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_like_button_post 1 –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_publish_page_default on –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_publish_post_default 200 –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_post_edited yes –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post option : wordbooker_override_id 2 –
    Daily Devotional December 25th 2013-01-05 12:52:38 User has been set to : 2 –
    Daily Devotional December 25th 2013-01-05 12:52:38 Posting as user : 2 –
    Daily Devotional December 25th 2013-01-05 12:52:38 Calling wordbooker_fbclient_publishaction –
    Daily Devotional December 25th 2013-01-05 12:52:38 Getting the Excerpt –
    Daily Devotional December 25th 2013-01-05 12:52:38 Getting the thumnail image –
    Daily Devotional December 25th 2013-01-05 12:52:38 Getting image from custom meta : image –
    Daily Devotional December 25th 2013-01-05 12:52:38 Getting image from custom meta : thumb –
    Daily Devotional December 25th 2013-01-05 12:52:38 Getting image from custom meta : Thumbnail –
    Daily Devotional December 25th 2013-01-05 12:52:38 Getting the rest of the images –
    Daily Devotional December 25th 2013-01-05 12:52:38 Setting image array to be both thumb and the post images –
    Daily Devotional December 25th 2013-01-05 12:52:38 Setting image array to be post and thumb images. –
    Daily Devotional December 25th 2013-01-05 12:52:38 No Post images found so using open graph default to keep Facebook happy –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post Images : https://www.thefellowshiptoday.com/wp-content/uploads/tft-logo-avatar.jpg
    Daily Devotional December 25th 2013-01-05 12:52:38 Getting the Excerpt –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post Titled : Daily Devotional December 25th –
    Daily Devotional December 25th 2013-01-05 12:52:38 Post URL : https://www.thefellowshiptoday.com/daily-devotional-december-25th/
    Daily Devotional December 25th 2013-01-05 12:52:38 Post Caption : Full Gospel Fellowship of Churches and Ministers International –
    Daily Devotional December 25th 2013-01-05 12:52:38 Read Full link being used –
    Daily Devotional December 25th 2013-01-05 12:52:38 Posting to Fan Wall Full Gospel Fellowship of Churches and Ministers International (Primary) as a Wall Post –
    Daily Devotional December 25th 2013-01-05 12:52:39 Wall Post to Full Gospel Fellowship of Churches and Ministers International Succeeded – result : 537507452942544_587059444654011 –
    Daily Devotional December 25th 2013-01-05 12:52:39 Posting to Group wall Full Gospel Fellowship of Churches & Ministers International (Secondary) as a Wall Post –
    Daily Devotional December 25th 2013-01-05 12:52:41 (#100) The post’s links must direct to the application’s connect or canvas URL. –
    Daily Devotional December 25th 2013-01-05 12:52:41 Wall Post to Full Gospel Fellowship of Churches & Ministers International Failed : (#100) The post’s links must direct to the application’s connect or canvas URL. –

    Plugin Author Steve

    (@steveatty)

    I can’t reproduce the problem with the url which is very odd – which suggests its something screwed up somewhere

    Can you go to https://blogs.canalplan.org.uk/development and login as development/developer1 and authorise wordbooker against your FB account and then do a couple of test posts

    Plugin Author Steve

    (@steveatty)

    Its got to be something odd to do with the group.. so once you’ve authorised on the Development blog can you leave it authorised so I can go in and check the data…

Viewing 14 replies - 16 through 29 (of 29 total)
  • The topic ‘No longer posting to "Groups"’ is closed to new replies.