Axel DUCORON
Forum Replies Created
-
Forum: Plugins
In reply to: [User Switching] Switch to user from frontendSorry, mistake from my code !
- This reply was modified 2 years ago by Axel DUCORON.
I found it !
I forgot to add die; after my wp_redirect !
Sorry
Forum: Plugins
In reply to: [WooCommerce] Duplicate shop pageForum: Plugins
In reply to: [WooCommerce] Duplicate shop pageMy site is under development, sorry !
/shop is the default shop page yeah.
I didn’t quite understand this note from doc so, can you tell me more?
Note: The product Custom base setting should NOT conflict with the Taxonomy permalink settings. If you set the product base to shop for example, you should NOT set the product category base to shop too, as this will not be unique and cause a conflict. WordPress requires something unique so it can distinguish categories from products.
Forum: Plugins
In reply to: [WooCommerce] Duplicate shop pageThanks for response ??
Another question :
https://woocommerce.com/document/permalinks/#section-2
After reading this link, i’m not sure to understand.
In my shop I want the following permalinks :
/shop -> archive page
/shop/%product_cat% -> archive page for product categories
/shop/%product_cat%/slug_single_product -> single product pageIt’s posible ?
Thanks ??Forum: Plugins
In reply to: [Booking for Appointments and Events Calendar - Amelia] Foundation conflictYes I have this option.
Is not posible to debug via livechat or other ?
We take more than a week to fix a problem that could surely be fixed in 5 minutes.
Thanks for your help
Forum: Plugins
In reply to: [Booking for Appointments and Events Calendar - Amelia] Foundation conflictHello,
I’m using WordPress.
I’m just using special structure named Bedrock (https://roots.io/bedrock/).
To be precise: at the root of my WordPress project I use composer.
My composer loads the http-foundation library.Amelia also uses the http-foundation library. But I think the two versions of http-foundation are different.
I believe this is a known case as this article attests : https://graphql-api.com/blog/graphql-api-for-wp-is-now-scoped-thanks-to-php-scoper/#heading-taking-the-decision-to-scope
Code analysis :
Last version of http-foundation : https://github.com/symfony/http-foundation/blob/5.4/ResponseHeaderBag.php#L91
Code used in Amelia :
/** * {@inheritdoc} */ public function all() { $headers = parent::all(); foreach ($this->getCookies() as $cookie) { $headers['set-cookie'][] = (string) $cookie; } return $headers; }
I don’t know if somehow you have a way to update http-foundation ?
Thanks for help.
Forum: Plugins
In reply to: [Booking for Appointments and Events Calendar - Amelia] Foundation conflictSteps :
1. In vendor/composer/autoload_psr4.php L18 : comment
2. Activate plugin
3. I get this error :ErrorException: Trying to access array offset on value of type null at /app/web/app/plugins/ameliabooking/src/Infrastructure/WP/InstallActions/ActivationSettingsHook.php:316 at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'Trying to access array offset on value of type null', '/app/web/app/plugins/ameliabooking/src/Infrastructure/WP/InstallActions/ActivationSettingsHook.php', 316, array()) (/app/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:54) at Roots\Acorn\Bootstrap\HandleExceptions->handleError(2, 'Trying to access array offset on value of type null', '/app/web/app/plugins/ameliabooking/src/Infrastructure/WP/InstallActions/ActivationSettingsHook.php', 316) (/app/web/app/plugins/ameliabooking/src/Infrastructure/WP/InstallActions/ActivationSettingsHook.php:316) at AmeliaBooking\Infrastructure\WP\InstallActions\ActivationSettingsHook::initGoogleCalendarSettings() (/app/web/app/plugins/ameliabooking/src/Infrastructure/WP/InstallActions/ActivationSettingsHook.php:40) at AmeliaBooking\Infrastructure\WP\InstallActions\ActivationSettingsHook::init(false) (/app/web/wp/wp-includes/class-wp-hook.php:307) at WP_Hook->apply_filters(null, array(false)) (/app/web/wp/wp-includes/class-wp-hook.php:331) at WP_Hook->do_action(array(false)) (/app/web/wp/wp-includes/plugin.php:474) at do_action('activate_ameliabooking/ameliabooking.php', false) (/app/web/wp/wp-admin/includes/plugin.php:689) at activate_plugin('ameliabooking/ameliabooking.php', 'https://mysite.lndo.site/wp/wp-admin/plugins.php?error=true&plugin=ameliabooking%2Fameliabooking.php', false) (/app/web/wp/wp-admin/plugins.php:58)
Forum: Plugins
In reply to: [Booking for Appointments and Events Calendar - Amelia] Foundation conflictHi,
In which side ? Amelia ? Or in my bedrock structure ?
If it’s in amelia side, I get this error :
in /app/web/app/plugins/ameliabooking/src/Infrastructure/WP/InstallActions/ActivationSettingsHook.php (line 316)
'title' => [ 'appointment' => $savedSettings['eventTitle'], 'event' => '%event_name%' ],
Trying to access array offset on value of type null
- This reply was modified 2 years, 8 months ago by Axel DUCORON.
Forum: Plugins
In reply to: [Booking for Appointments and Events Calendar - Amelia] Foundation conflictHello,
I believe that it is neither a theme nor a plugin but rather my structure.
I’m using bedrock structure which required HttpFoundation too.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Flex conflictHello Aert,
I have already the bug with Elementor & Facebook with last version of Complianz.
Do you have any news ?
Thanks ??
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Flex conflictAre you on slack (wordpress) ?
I can share you directly the link.
Thanks ??
Tell me if you need me for testing patch.
Hello,
I have a similar problem with facebook. In fact I don’t really know if it’s related to the height.
Facebook is integrated using elementor.
When I load the site, facebook is blocked. When I accept all cookies, the message disappears but facebook does not appear. I have to reload the page.
I can help to debug ??
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Conflict with rospdf ?Hello,
Thanks for this, it’s working nice.
It’s posible after order to generate invoice number automatically ? Without click on “generate invoice” or “set invoice number”.
Note : I don’t want to attach invoice in email. Just have the invoice number.
Thanks