Cédric
Forum Replies Created
-
Hi @mahfuzurwp,
Thank you for your reply,
1- Can you tell me more about this fix i found in latest change from 9.2.0 :
Fix – A potential fix to prevent duplicate charges.
2- Can I programmatically bypass this fix in the case of a split payment of an order with the same ID?
Thanks
What is tricky is that the split payments are passed and validated (tests carried out in test mode) and therefore the payments are well made but not collected if we are in live mode.
So rollback to 9.1.1, the problem no longer appears… time to resolve itThank you for your reply, can you tell me where to find what changes have taken place regarding this change please.
Forum: Plugins
In reply to: [Co-marquage service-public.fr] Activation impossible avec message d’erreurEdit: install via v0.5.52 activation ok, puis mis à jour vers v0.5.53 ok
Forum: Plugins
In reply to: [Co-marquage service-public.fr] Problème de certificatBonsoir,
Oupss…. Activation impossible avec message d’erreurL’extension n’a pas pu être activée, car elle a déclenché une erreur fatale.
Fatal error: Uncaught Error: Using $this when not in object context in /homepages/37/#######/htdocs/#####/wp-content/plugins/co-marquage-service-public/includes/admin/requires.class.php:120 Stack trace: #0 /homepages/37/######/htdocs/######/wp-content/plugins/co-marquage-service-public/includes/install/loader.class.php(22): Kienso\Comarquage\Admin\Requires::install_check() #1 /homepages/37/#####/htdocs/#######/wp-includes/class-wp-hook.php(287): Kienso\Comarquage\Install\Loader->activate(”) #2 /homepages/37/######/htdocs/#######/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array) #3 /homepages/37/######/htdocs/#######/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #4 /homepages/37/######/htdocs/#######/wp-admin/plugins.php(193): do_action(‘activate_co-mar…’) #5 {main} thrown in /homepages/37/#####/htdocs/#######/wp-content/plugins/co-marquage-service-public/includes/admin/requires.class.php on line 120
RESOLVED:
When add image with wordpress in visual mode it add a custom size code…so, in text mode i replace this code width=”XXXpx” height=”XXXpx” with that width=”100%” height=”100%” and it’s ok.
Sorry if you lost time with that…
Best regards
Cédric
Forum: Plugins
In reply to: [Quick Featured Images] Can't preset featured imagesHello Martin,
Resolved 100% ok
the problem for me was very important the numbers of users (9000), so I hid section_defaults.php line 53 of file found here /wp-content/plugins/quick-featured-images/admin/views/ section_defaults.php and since no blank page. I tested on 60 categories it works well.
Perhap’s you can make the rules of user-manageable options via check box for example? this way the user could just choose the option that used wishes …
Have à nice day
Forum: Plugins
In reply to: [Quick Featured Images] Can't preset featured imagesSorry but this solution does not solve the problem 100%,
I again that white page that appears …
it has become random, may be based on the server load or timeout…Forum: Plugins
In reply to: [Quick Featured Images] Can't preset featured imagesHello Martin, it’s with pleasure,
To be more complete we can also add this code:
define ('WP_MEMORY_LIMIT', '96M');
in the wp-config.php file in accordance with the wordpress codememory_limit = 96M
in php.ini
I think these changes are not useful in the case of a dedicated server but useful for a shared hosting…Have à nice day
Forum: Plugins
In reply to: [Quick Featured Images] Can't preset featured imagesHello,
Try to put
memory_limit=96M
on your php.ini, that’s solve the probleme for me.Forum: Plugins
In reply to: [Quick Featured Images] Can't preset featured imagesHello,
Exactly same probleme, i use the plugin (free version) and it work well but some few day a blank page appear when i try to acces the Preset Featured Images page in the admin panel.The error memory bug ? i read this on your faq.
thank, have a nice day