Stefano Monti
Forum Replies Created
-
Forum: Reviews
In reply to: [Social Media Share Buttons & Social Sharing Icons] bla bla blaUsing a third part email mantainer is obviously a bad practic
I have the same problem, PHP Execution prevent WPTouch and themes to work
Forum: Plugins
In reply to: Problem with StatSurfer Plugindoesn’t show results in admin…
nor a feedback for the widget
https://blog.stefanomonti.net
deactivate and reinstall?
some other tricks?
tksForum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & Suggestionssolved!
there is a bug in the php.ini file of PHP’s v5.3.1
the short_open_tag setting is declared twice!
putting the value to On will be override from the same setting some-other-row-down that is Off.
The solution is to change the second istance of the value and ignore the first.OK, now you can code free with <? ?> instead of <?php ?>, but prepare you when PHP 6.0 will launched: the <? ?> will be not recognized from the interpreter by default
https://www.amberpanther.com/knowledge-base/debugging-php-parse-error-syntax-error-unexpected-end/
Forum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & SuggestionsHi devmohsh,
You are in, a confirmation email must be in your mailbox, if encounter some problems ask to me
very thanks
Forum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & Suggestionsvery thanks to you, I haven’t credit in PayPal for days, but now yes
the /donate/ page with the paypal button work greatok go in another problem
I have updated my server to install the gd graphic libraries, the php version changed from 5.2 to 5.3.1… and as you know this is a mayor problem ??
so now 3 of 27 plug-in gave me some problems, one of this 3 is WP-FB.
Parse error: syntax error, unexpected '}' in /path/to/wp-content/plugins/wp-posts-fb-notes/admin.php on line 234
I have put an eye on the file and some declaration of PHP are <? script code; ?> instead of <?php script code; ?>
this give me a fatal error and the script doesn’t workForum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & Suggestionsps the paypal and credit card images doesn’t allow a click on https://www.orient.ps/ ( sorry, I don’t know the language of this page )
where I can send you a support fee?Forum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & Suggestionsthanks!!
now work perfectly and I can sync FB w WP and viceversa, sigh I want cry! I wait for this from a lot of time, of all 84 my FB’s notes, 54 of this I have rewrite manually on WP. From now is simply, a click and the my FB’s notes are on WP. Thanks, thanks.
tks tks tks devmohshForum: Plugins
In reply to: [Plugin: WP Posts-FB Notes] Feedback & SuggestionsHi to all, hoping the correct support page of this plug-in is here.
I’ve installed the v.1.1 of the plug-in ( not updated ), after remove of the old version that require the ‘facebook connect’ plug-in ( removed also ), now I obtain an error like this when I try to open the configuration page or the widget:Fatal error: Call to a member function getUser() on a non-object in /path/to/blog/wp-content/plugins/wp-posts-fb-notes/admin.php on line 23
The widget also block the blog load.
I’ve look in the code, at the 23 line there is a concatenated setting that use the function getuser(), located in the facebook.php file.
In this file there is a call to the database to locate the fbid in the wp_usermeta table, I’ve try to remove the fbid meta_key, bad hoping the plugin ask to me another time, but the error persist.
I’ve no other sources nor tricks to try others solutions.