Djib's
Forum Replies Created
-
This is not completely corrected.
The image is uploaded, but there are artefacts.Example :
Facebook met en place le système d’abonnement payant pour les articles de certains médias ➡️ https://t.co/6ISGeU2eWd pic.twitter.com/JIFznfETT2
— KultureGeek.fr | Actu High-Tech et Geek📱💻🎮 (@KultureGeekFr) October 19, 2017
or
Amazon annonce l'arrivée de nouveaux Dash Buttons en France ➡️ https://t.co/pK58MT2YIH pic.twitter.com/NIuPJUk3h2
— KultureGeek.fr | Actu High-Tech et Geek📱💻🎮 (@KultureGeekFr) October 19, 2017
I have the same problem. Also with another plugin “Wp-Twitter pro”
- This reply was modified 8 years, 9 months ago by Djib's.
Hi, I would like the same thing
Or change the path.
example : http://mywebsite/XXXXX/wp/v2/posts
or http://mywebsite/wp-json/xxxxxx/v2/posts- This reply was modified 9 years, 7 months ago by Djib's.
Forum: Plugins
In reply to: [APCu Object Cache Backend] Performance decreaseSame issue
I use APC, but I clear the APC cache after each update plugin.
Before I never had a problem with your pluginyes, i have wp-supercache.
==Active Plugins:==
Akismet: 3.1.7
All In One SEO Pack: 2.2.7.6.2
AMP: 0.3.1
Disable Emojis: 1.5.1
Google News Sitemap: v1.5
Google XML Sitemaps:
Login LockDown: v1.6.1
NextScripts: SNAP Pro Upgrade Helper: 1.3.4
NextScripts: Social Networks Auto-Poster: 3.4.31
Redirection: 2.4.3
SEO Smart Links: 3.0.1
WordPress Ping Optimizer: 2.34.8.5
WP Nofollow Post: 1.0.4
WP Super Cache: 1.4.7
WP to Twitter: 3.2.4
WP Tweets PRO: 1.9.0
Yet Another Related Posts Plugin: 4.3.1The line 157 is :
$aioseop_update_checker->options_page = ‘all-in-one-seo-pack-pro/aioseop_class.php’;
I don’t have the pro version
Single Site.
In my logs i have theses warning/error
in my logs
PHP Warning: require_once(/home/xxxxxx/domains/xxxxx/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_functions.php): failed to open stream: No such file or directory in /home/xxx/domains/xxxxx/public_html/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 157, referer: http://xxxxx.xx/wp-admin/post.php?post=79156&action=edit
PHP Fatal error: require_once(): Failed opening required ‘/home/xxxx/domains/xxxxxx/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_functions.php’ (include_path=’.:/usr/local/lib/php’) in /home/xxxx/domains/xxxxxxx/public_html/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 157, referer: http://xxxx.xxx/wp-admin/post.php?post=79156&action=edit
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Is Safari or Firefox going to work soon?Hello,
Firefox also supports notifications.
On this site it works (I use firefox beta 41)
–> https://developer.mozilla.org/en-US/docs/Web/API/notification
Forum: Plugins
In reply to: [APC Object Cache Backend] Not more updates?yes it’s works
I have exactly the same problem as on this topic:
https://wordpress.org/support/topic/plugin-wp-super-cache-issue-with-scheduled-posts-not-showing-up
I have the latest version of the plugin (1.4.4)
Thank You
Forum: Plugins
In reply to: [SEO Smart Links] Problem: server load 100%I still have the same problem with version 3.0.1.
No problem with the 2.7.8 release
Forum: Plugins
In reply to: [Safari Push] Update your push service ASAPno
Forum: Plugins
In reply to: [Safari Push] Update your push service ASAPHello,
Since today, I do not get the push on my website. Registration not work either.
I installed the patch to tls Friday and it worked fine until today.
My certificate has not expired but I see it in the logs :
[Mon Oct 27 14:26:10 2014] [error] [client xx.xxx.xx.xx] PHP Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:14094415:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate expired in /home/XXX/domains/XXX/private_html/kg/index.php on line 197 [Mon Oct 27 14:26:10 2014] [error] [client xx.xxx.xx.xx] PHP Warning: stream_socket_client(): Failed to enable crypto in /home/XXX/domains/XXX/private_html/kg/index.php on line 197 [Mon Oct 27 14:26:10 2014] [error] [client xx.xxx.xx.xx] PHP Warning: stream_socket_client(): unable to connect to tls://gateway.push.apple.com:2195 (Unknown error) in /home/XXX/domains/XXX/private_html/kg/index.php on line 197 [Mon Oct 27 14:26:10 2014] [error] [client xx.xxx.xx.xx] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /home/XXX/domains/XXX/private_html/kg/index.php on line 133 [Mon Oct 27 14:26:10 2014] [error] [client xx.xxx.xx.xx] PHP Warning: Missing argument 4 for connect_apns(), called in /home/XXX/domains/XXX/private_html/kg/index.php on line 134 and defined in /home/XXX/domains/XXX/private_html/kg/index.php on line 192 [Mon Oct 27 14:26:10 2014] [error] [client xx.xxx.xx.xx] PHP Warning: Missing argument 5 for connect_apns(), called in /home/XXX/domains/XXX/private_html/kg/index.php on line 134 and defined in /home/XXX/domains/XXX/private_html/kg/index.php on line 192 [Mon Oct 27 14:26:10 2014] [error] [client xx.xxx.xx.xx] PHP Notice: Undefined variable: passphrase in /home/XXX/domains/XXX/private_html/kg/index.php on line 195 [Mon Oct 27 14:26:10 2014] [error] [client xx.xxx.xx.xx] PHP Notice: Undefined variable: caFile in /home/XXX/domains/XXX/private_html/kg/index.php on line 196Forum: Plugins
In reply to: [Post Share Count] Synchronisation for old postsTahnk you !
I did that, it seems ok?$current_date = date(‘my’);
if ( $current_date > get_the_time( ‘my’ ) ) {
the_post_share_count(array(‘time’ => 60*60*24));
} else {
the_post_share_count(array(‘time’ => 3600));
}