The Stash House
Forum Replies Created
-
Hello Ibrahim,
Thanks for the quick reply!
indeed I went to mailjet backend and I saw my client didn’t confirm the sender email address ??Best,
David
@dcooney works for me ! thanks a lot !
Ok great ??
I don’t understand either, is this https://make.www.ads-software.com/core/2020/07/22/rest-api-changes-in-wordpress-5-5/ (section Miscellaneous) related ?
it seems register_rest_route need a permission callback now, but I’m not very familiar with the subject …When I move to PHP version 7.3.2 and/or from NGINX to Apache, it’s the same.
- This reply was modified 4 years, 3 months ago by The Stash House.
Hi,
for me it’s on :
– PHP : 7.2.9
– NGINX
– MySql 5.7.23
– on localhost (Local by Flywheel)Hello,
I have exactly the same problem since I’ve updated to WordPress 5.5, this error message appears when I’m on a post on back-office :
Notice: register_rest_route est appelée de la mauvaise manière. La définition de la route de l’API REST pour instant-images/test n’a pas l’argument permission_callback nécessaire. Pour les routes de l’API REST qui sont destinées à être publiques, utilisez __return_true comme rappel de permission. Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 5.5.0.) in /app/public/wp-includes/functions.php on line 5225 Notice: register_rest_route est appelée de la mauvaise manière. La définition de la route de l’API REST pour instant-images/download n’a pas l’argument permission_callback nécessaire. Pour les routes de l’API REST qui sont destinées à être publiques, utilisez __return_true comme rappel de permission. Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 5.5.0.) in /app/public/wp-includes/functions.php on line 5225 Notice: Undefined variable: suffix in /app/public/wp-content/plugins/instant-images/instant-images.php on line 88 Notice: Undefined variable: suffix in /app/public/wp-content/plugins/instant-images/instant-images.php on line 97
Regards,
David
- This reply was modified 4 years, 3 months ago by The Stash House.
Forum: Plugins
In reply to: [Private groups] Override translationThanks Robin !
- This reply was modified 5 years ago by The Stash House.
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Margins on columnsGreat news for a great plugin !
Thanks Anthony !
Best,
DavidForum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Margins on columnsHello,
No evolution on this bug ?
I can’t see any report on this. It’s weird because I’ve noticed it each time I used rows blocks on my websites : advanced margins on row settings don’t apply at all :-/It just works on the back side, not on front.
Regards,
David
- This reply was modified 5 years, 3 months ago by The Stash House.
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Margins on columnsHello,
I’d like to add that I can’t manage to add padding for mobile and tablets too in advanced mode.
It’s like inputs were disabled.I think it’s a bug.
Thanks for any help, I love this great plugin and I’d like to keep it for my projects.
Regards,
David
Corrected with 1.11.1 ??
NB : the error doesn’t show if I run off debug :
define('WP_DEBUG', false); define('WP_DEBUG_LOG', false);
PS : I’m running the last version of WordPress (5.2.2)
Forum: Plugins
In reply to: [The Events Calendar] Order of events in the list viewit’s better this way :
if ( tribe_is_view('list') && $query->is_main_query() ) {
??