• Hello Steve,

    I was using since last day version 1.9.5 Today i Update ur Plugin and nothing works.

    I add all Details for my Fanpage but Wordbooker post nothing to Facebook.

    Is it possible to become version 1.95 Back?!This version was running very fine.

    Now i have try all i have Reinstall the Plugin and remove all files from my Database then i install all new and the same nothing happends.

    So is it possible to become the version 1.9.5 Back its running very well on my Blog and thats all what i need 😉

    Best Greetz

    http://wordpress.org/extend/plugins/wordbooker/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Steve

    (@steveatty)

    No it is not possible to go back to Version 1.9.x – Facebook made major changes which obsoleted the API 1.9.x was coded on.

    Can you post the Support information from the Wordbooker options page.

    Thread Starter Fakiex

    (@fakiex)

    yes sure 😉

    Please provide the following information about your installation:

    Wordbooker: 2.0.2
    Wordbooker Schema: 2.1
    WordPress: 3.2.1
    PHP: 5.3.8
    JSON Encode: PHP
    JSON Decode: PHP
    Curl Status: Curl is available and can access Facebook – All is OK
    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.1.58
    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/share/mysql/charsets/
    Database collation_connection : utf8_general_ci
    Database collation_database : latin1_swedish_ci
    Database collation_server : latin1_swedish_ci
    Server : Apache
    Active Plugins :
    AddToAny: Share/Bookmark/Email Buttons ( .9.9.9.4 )
    Akismet ( 2.5.3 )
    All in One SEO Pack ( 1.6.13.4 )
    Delete Duplicate Posts ( 2.2.2 )
    Google XML Sitemaps ( 3.2.6 )
    nCode Image Resizer ( 1.3 )
    outbrain ( 7.0.0.0 )
    Register Plus Redux ( 3.7.3 )
    Social Media Widget ( 2.9.3 )
    TinyMCE Advanced ( 3.4.2.1 )
    BBCode ( 1.0.1 )
    WP-Cumulus ( 1.23 )
    WordPress Database Backup ( 2.2.3 )
    WP Hide Dashboard ( 2.1 )
    WP-PageNavi ( 2.74 )

    Thread Starter Fakiex

    (@fakiex)

    Here are Diagnostic message

    This looks like a new post being published ( publish )
    Calling Wordbooker publishing function ( )
    2011-10-18 15:38:09 ( )

    Plugin Author Steve

    (@steveatty)

    OK can you check your PHP error logs

    Thread Starter Fakiex

    (@fakiex)

    Yes here

    [18-Oct-2011 19:39:18] PHP Warning: mb_strimwidth() expects parameter 3 to be long, string given in /home/xxx/public_html2/wp-content/plugins/wordbooker/wordbooker.php on line 2165
    [18-Oct-2011 19:40:41] PHP Warning: mb_strimwidth() expects parameter 3 to be long, string given in /home/xxx/public_html2/wp-content/plugins/wordbooker/wordbooker.php on line 2165
    [18-Oct-2011 19:45:05] PHP Warning: mb_strimwidth() expects parameter 3 to be long, string given in /home/xxx/public_html2/wp-content/plugins/wordbooker/wordbooker.php on line 2165
    [18-Oct-2011 19:45:05] PHP Warning: mb_strimwidth() expects parameter 3 to be long, string given in /home/xxx/public_html2/wp-content/plugins/wordbooker/wordbooker.php on line 2165
    [18-Oct-2011 19:47:54] PHP Warning: mb_strimwidth() expects parameter 3 to be long, string given in /home/xxx/public_html2/wp-content/plugins/wordbooker/wordbooker.php on line 2165
    [18-Oct-2011 19:48:29] PHP Warning: mb_strimwidth() expects parameter 3 to be long, string given in /home/xxx/public_html2/wp-content/plugins/wordbooker/wordbooker.php on line 2165
    [18-Oct-2011 19:50:31] PHP Warning: mb_strimwidth() expects parameter 3 to be long, string given in /home/xxx/public_html2/wp-content/plugins/wordbooker/wordbooker.php on line 2165
    [18-Oct-2011 19:52:36] PHP Warning: mb_strimwidth() expects parameter 3 to be long, string given in /home/xxx/public_html2/wp-content/plugins/wordbooker/wordbooker.php on line 2165
    [18-Oct-2011 19:54:31] PHP Warning: mb_strimwidth() expects parameter 3 to be long, string given in /home/xxx/public_html2/wp-content/plugins/wordbooker/wordbooker.php on line 2165
    [18-Oct-2011 19:56:22] PHP Warning: mb_strimwidth() expects parameter 3 to be long, string given in /home/xxx/public_html2/wp-content/plugins/wordbooker/wordbooker.php on line 2165

    Is this the Problem?!

    Plugin Author Steve

    (@steveatty)

    Thats just a warning it shouldn’t break things.

    Can you do a Status Refresh and post the trace from that?

    Thread Starter Fakiex

    (@fakiex)

    These are my settings

    http://i27.lulzimg.com/b6dcea9b85.png
    http://i27.lulzimg.com/4bddc0d01e.png
    http://i27.lulzimg.com/e9d5ce1c44.png

    I will only Post to Facebook Fanpage

    anyway if i try to post to my Profile this works not like the other problem.

    Means this i must now leave your Plugin :/

    Plugin Author Steve

    (@steveatty)

    What other problem?

    Can you turn the diagnostic logging up to the maximum level because the code is exiting somewhere in about 3 lines of code.

    I am having the same issues….

    if (function_exists('qtrans_use')) {
    		global $q_config;
    		$excerpt=qtrans_use($q_config['default_language'],$excerpt);
    	}
    	$excerpt = strip_tags($excerpt);
    	# Now lets strip off the youtube stuff.
    	preg_match_all( '#http://(www.youtube|youtube|[A-Za-z]{2}.youtube)\.com/(watch\?v=|w/\?v=|\?v=)([\w-]+)(.*?)player_embedded#i', $excerpt, $matches );
    	$excerpt=str_replace($matches[0],"" , $excerpt);
    	preg_match_all( '#http://(www.youtube|youtube|[A-Za-z]{2}.youtube)\.com/(watch\?v=|w/\?v=|\?v=|embed/)([\w-]+)(.*?)#i', $excerpt, $matches );
    	$excerpt=str_replace($matches[0],"" , $excerpt);
    	$excerpt = apply_filters('wordbooker_post_excerpt', $excerpt);
    	if (strlen($excerpt) > $maxlength) {
    		# If we've got multibyte support then we need to make sure we get the right length - Thanks to Kensuke Akai for the fix
    		if(function_exists('mb_strimwidth')){$excerpt=mb_strimwidth($excerpt, 0, $maxlength, " ...");}
    		else { $excerpt=current(explode("SJA26666AJS", wordwrap($excerpt, $maxlength, "SJA26666AJS")))." ...";}
    	}
    
    	return $excerpt;
    }

    Plugin Author Steve

    (@steveatty)

    What issues? the mbstrimwidth issue or something else? Posting a chunk of my own code back at me doesn’t really provide any insight into your problems.

    You asked where the error code points to and I just posted it for you:

    The above is “Line 2165” and the associated logged errors showing up…

    I just simply disabled the plugin… Once the above error began on my site, Wordbooker simply began posting random images to facebook page regardless as to whether I choose the thumbnail option or not… looked really cheesie to post something about an Iraq vet being injured and a thumbnail of Lady Gaga attached to it…

    Plugin Author Steve

    (@steveatty)

    2.0.3 should have fixed the wbstrimwidth warning The random image problem is caused by a major change in Facebook which if there is no image in the post when it is posted through the api means it goes out and does a scrape on the page and uses the first image it finds. That’s why I’ve had to introduce a blank image into the application which should fix the problem.

    The mbstrimwidth issue and the image issue are NOT related.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Wordbooker Not Working after update’ is closed to new replies.