PiHe
Forum Replies Created
-
Forum: Plugins
In reply to: [Music Sheet Viewer] Block doesn’t show in the block listHello
Bellow the informations you asked :
– WP version 5.8.1
– Brave v1.31.88 (chromium 95.0.4638.69 (official build) 64bits)
– tested also on firefox 94.0.1 (64 bits) : same issue
– on new posts and pages : idem1. Check that the plugin is activated
–> activated…
2. Disable all other plugins (incl. Gutenberg plugin: You don’t need that if your WordPress version is > 5.0. It’s included there).
–> Tried in debug mode with Health Check & Troubleshooting, with only MSV activated and twentytwentone theme : same issue.
3. Enable debugging on your WordPress instance by adding the following lines to wp-config.php (or overwriting the existing definitions).
–> Nothing is showing in debug mode, at least with twentytwentyone. I have a lot of notices when activating my theme, but still the problem persists with only twentytwentyone + MSV activated.
Wordpress didn’t like at all your linedefine( ‘SCRIPT_DEBUG’, true );
, giving this message :Warning: Use of undefined constant ‘SCRIPT_DEBUG’ - assumed '‘SCRIPT_DEBUG’' (this will throw an Error in a future version of PHP)
. Then the whole backend and frontend would go crazy until I delete this line…Don’t worry if you can’t do more, no problem !
I don’t have total control on this project which is a kind of collaborative one. So I don’t even know on which kind of server/database it’s installed… Maybe the issue comes from this environment. I’ll check that with the guy who installed it in the begining, and I tell you if I found the of this issue.FYI, I tried your plugin on another wordpress instance that I installed myself, and the block was showing, and working…
Forum: Plugins
In reply to: [Music Sheet Viewer] Block doesn’t show in the block listHello Etienne
I checked the points you mentioned and I confirm that the block doesn’t shows in the blocks list. I tried also with the shortcode but it is not showing either on the page/post.
I also installed abc notation (abcjs) plugin. Could something interfere with it ? But even desactivating abc notation plugin doesn’t solve the problem.
Forum: Plugins
In reply to: [Music Sheet Viewer] Block doesn’t show in the block listHello
No, I don’t have any block called ‘Music Sheet Viewer’ neither.
Forum: Plugins
In reply to: [Meow Lightbox] Version 3.1.2 broken?The problem seems to be solved with 3.1.3 for me.
Thank you for this update !Forum: Plugins
In reply to: [Meow Lightbox] Version 3.1.2 broken?Hi
I have the same issue.Forum: Plugins
In reply to: [Meow Gallery] Issue when trying to use random order attributeThanks for the update, and congratulation for the new UI ! ??
The PHP notice disappeared for meow_gallery, but the issue is still there if I add the custom code for random order : admin page loads, but not frontend page if there is a meow-gallery on that page (or post).
Any othe idea ? :SForum: Plugins
In reply to: [Meow Gallery] Issue when trying to use random order attributeIt’s just a suggestion (I don’t know how it’s complicated or time consuming to do…), but that would be great to have an option to sort gallery images via the gutenberg block : ASC/DESC date, ASC/DESC title, Random, for example.
Forum: Plugins
In reply to: [Meow Gallery] Issue when trying to use random order attributeOk, thanks you for your time to explain all this to me.
I’ll wait for the next release then ??Forum: Plugins
In reply to: [Meow Gallery] Issue when trying to use random order attributeMy site is hosted at OVH, and the .ovhconfig file indicates it’s configured in production environment. I can try to figure out how to unset E_NOTICE from the error reporting config or ask OVH, but I don’t understand how it’s related with the issue I get (page that doesn’t load). Is it ?
The issue occures only when I add the random attribute code to functions.php, even in debug mode with only twenty twenty theme and meow gallery activated.
I also tried the code on another website using meow gallery as well, and I have the same issue.
Are you sure this piece of code is not creating trouble somewhere ?- This reply was modified 4 years, 3 months ago by PiHe.
Forum: Plugins
In reply to: [Meow Gallery] Issue when trying to use random order attributeThanks for your answer !
I actually had a whole page of notices :S
Notice: register_rest_route est appelée de la mauvaise manière. La définition de la route de l’API REST pour ultp/posts 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 /home/parallelmj/www/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 ultp/taxonomy 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 /home/parallelmj/www/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 ultp/imagesize 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 /home/parallelmj/www/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 ultp/posttype 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 /home/parallelmj/www/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 ultp/tax_info 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 /home/parallelmj/www/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 wpscp/v1/post_type=(?P[a-zA-Z0-9-_]+)/month=(?P[0-9 .\-]+)/year=(?P[0-9 .\-]+) 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 /home/parallelmj/www/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 aam/v2/jwt/validate 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 /home/parallelmj/www/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 aam/v1/validate-jwt 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 /home/parallelmj/www/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 aam/v2/jwt/refresh 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 /home/parallelmj/www/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 aam/v1/refresh-jwt 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 /home/parallelmj/www/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 aam/v2/jwt/revoke 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 /home/parallelmj/www/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 aam/v2/authenticate 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 /home/parallelmj/www/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 aam/v1/authenticate 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 /home/parallelmj/www/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 meow_gallery/preview 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 /home/parallelmj/www/wp-includes/functions.php on line 5225 Warning: Cannot modify header information - headers already sent by (output started at /home/parallelmj/www/wp-includes/functions.php:5225) in /home/parallelmj/www/wp-admin/admin-header.php on line 9
These notices appear in backend when I try to open a post with a gallery. In frontend there is nothing, just a blank page.
Forum: Plugins
In reply to: [Gutenberg] Deleting Gutenberg causes “unexpected editor errors”Same issue. Even in debug mode (health check) the issue still occures.
I really want to use the new editor so using classic editor is not a solution for me. Anybody have an idea how to fix it?
I saw someone seems to have founded on solution on this thread, but I have no idea what they mean by “changing the args of the custom post type array from ‘public’ => false, to true.”Forum: Plugins
In reply to: [Meow Gallery] Bug report after 3.0.4 updateHi Jordy
Thank you for your help!
You can check the problem on this page for example : https://phpict.fr/series/ (this page should display a list of articles from one category, using the elementor widget I talked about). Each article displays well though, like this one : https://phpict.fr/nakasendo-route-des-montagnes/
I noticed the issue also occures on archive pages, like this one : https://phpict.fr/category/series/ , and when opening elementor page editor (it loads but stays white screen).
If I disable meow gallery the pages works but I really would like to keep it. I hope we can find the way to fix the issue!
Forum: Plugins
In reply to: [Meow Gallery] Bug report after 3.0.4 updateI answered too fast : the problem is not solved, but it doesn’t come from meow gallery maybe.
I try to isolate when it occures and founded it’s not specifically related with page attributes. The problem seems to happen when the elementor widget “Masonry Posts” delivered with phlox theme is active on the page.
I will report the issue on phlox support page, and write here when I find a solution, hoping that it could help those like me who would like to use this phlox elementor widget along with great meow gallery.Forum: Plugins
In reply to: [Meow Gallery] Bug report after 3.0.4 updateSorry for the delayed answer (no time to get back on this problem before).
You were right : an update on my theme (Phlox) fixed the issue.
Thank you !
FR: Et bonne continuation ! Vos applis, et votre travail photo sur les haikyo est superbe. ??