After installing and setting up the Facebook page, I tried to enter a repeating event for every wednesday. When publishing, wordpress returned a white page with only these words on it:
CurlException: 77: Problem with the SSL CA cert (path? access rights?)
]]>salve,
ho un problema con questo plugin:
Fatal error: Cannot redeclare class FacebookApiException in /web/htdocs/www.shaolingongfu.biz/home/wordpress/wp-content/plugins/eventissimo/plugin/facebook/sdk-facebook/base_facebook.php on line 112
cosa significa?
non riesco a trovare l’errore non file.
grazie
]]>I updated the facebook page id, app id, and secret in the settings page in WordPress, but when I click on import Facebook Events it gives me following error.
“Fatal error: Uncaught CurlException: 77: Problem with the SSL CA cert (path? access rights?) thrown in /home1/kushman/public_html/purelifeveganix.com/wp-content/plugins/eventissimo/plugin/facebook/sdk-facebook/base_facebook.php on line 1031”
Any idea what’s causing this error.
]]>Ciao!
Vorrei mostrare in un post una slideshow dei miei eventi trascorsi, ma inserendo
[eventissimo type=’CYCLE’ limit=’#’ view=’OLD’]
ottengo
There are no events
In fase di set-up, ho inserito Id Page, App ID e App Secret. Ho tralasciato qualcosa?
Grazie!!
—
Hi there!
I’d like to display a slideshow of my past events in one of my posts, but if I type
[eventissimo type=’CYCLE’ limit=’#’ view=’OLD’]
I get
There are no events
I added Id Page, App ID e App Secret in the plug-in settings, have I left something out?
Cheers!
]]>Segnalo un bug piuttosto grave nella scelta del template (v.1.3.9).
Il filtro eventissimo_single_events() sull’hook ‘single_template’ non restituisce sempre un valore, rompendo la sequenza di scelte di WP.
Inoltre, non funziona con i child theme.
Potrebbe essere un po’ meglio riscritto grossomodo così (ma non ho testato):
function eventissimo_single_events($single_template) {
if (get_option("UseSingleTemplateDefault")=="YES"){
$post = get_post();
if ($post->post_type == 'events') {
$single_template = BASE_URL . '/pages/events-template-single.php';
}
}
return $single_template;
}
…senza la seconda parte, che replica solo la scelta standard di WP, e nel frattempo rompe appunto i child theme e i post.
Inoltre, invece dei template predefiniti, che sono per forza molto semplificati, e limitati come utilizzo, suggerirei di usare un hook sul contenuto del post.
Buona l’idea del plugin, ma stante qualche difetto di troppo al momento ho dovuto disinstallare, peccato. Spero in qualche miglioramento!
]]>Quando cerco di attivare il plugin, mi viene dato questo errore. Perchè? Sapreste aiutarmi?
Fatal error: Uncaught exception ‘Exception’ with message ‘Facebook needs the CURL PHP extension.’ in D:\Inetpub\webs\miositocom\wordpress\wp-content\plugins\eventissimo\plugin\facebook\sdk-facebook\base_facebook.php:19 Stack trace: #0 D:\Inetpub\webs\miositocom\wordpress\wp-content\plugins\eventissimo\plugin\facebook\sdk-facebook\facebook.php(18): require_once() #1 D:\Inetpub\webs\miositocom\wordpress\wp-content\plugins\eventissimo\backend.php(9): include_once(‘D:\Inetpub\webs…’) #2 D:\Inetpub\webs\miositocom\wordpress\wp-content\plugins\eventissimo\eventissimo.php(42): include(‘D:\Inetpub\webs…’) #3 D:\Inetpub\webs\miositocom\wordpress\wp-admin\plugins.php(146): include(‘D:\Inetpub\webs…’) #4 D:\Inetpub\webs\miositocom\wordpress\wp-admin\plugins.php(148): plugin_sandbox_scrape(‘eventissimo/eve…’) #5 {main} thrown in D:\Inetpub\webs\miositocom\wordpress\wp-content\plugins\eventissimo\plugin\facebook\sdk-facebook\base_facebook.php on line 19
]]>