George Botsev
Forum Replies Created
-
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Error 505Error 505?
Could you enable debugging in WordPress and provide the debug log after reproducing the error?
You can do this by setting this options in wp-config.php// Turn debugging on define('WP_DEBUG', true); // Tell WordPress to log everything to /wp-content/debug.log define('WP_DEBUG_LOG', true); // Turn off the display of error messages on your site define('WP_DEBUG_DISPLAY', false); // For good measure, you can also add the follow code, which will hide errors from being displayed on-screen @ini_set('display_errors', 0);Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Pre-Purchase QuestionHello,
I provided the link to the pre-sale questions because I feel that this should not be discussed here, as WooCommerce Multilingual is a free add-on that bridges WPML and WooCommerce, and this forum is focused on WooCommerce Multilingual.About the Laravel app that you have – if you can modify the request that is sent by that application to include the required parameters that I mentioned above – then you should not have issues.
If you require support related to the functionality that we provide, you can ask for that here (but here we cannot get access details to your site, so we are a bit limited), or in our forum at WPML.org(where we can activate private reply, or you can provide credentials for access and debugging right when you create a ticket)
Speaking strictly about REST requests in WooCommerce Multilingual, we can help you if you have problems with them. So, yes, WPML provides support for WooCommerce Multilingual.
However, if a REST request is working, but your Laravel app is not – then you should contact your Laravel app developer and provide him with the information from my previous reply on how to modify the REST request so that it works, and we cannot provide support for that.
I hope that I have explained it more clearly now.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Pre-Purchase QuestionHello,
You can ask pre-purchase questions about WPML in our site at https://wpml.org/purchase/pre-sales-questions/About your question for Laravel – I am not familiar with that application, however, WooCommerce Multilingual supports creating products and their translations via REST API.
You can read more about that here: https://wpml.org/documentation/related-projects/woocommerce-multilingual/using-wordpress-rest-api-woocommerce-multilingual/If you can send the parameters for “lang” and “translation_of” via the Laravel app, then it should work.
Thank you very much!
No problem – as long as it takes.Cheers!
Hello.
You can check all of our hooks at: https://wpml.org/documentation/support/wpml-coding-api/wpml-hooks-reference/
In particular, there is this hook that can get the translated ID: https://wpml.org/wpml-hook/wpml_object_id/Forum: Plugins
In reply to: [Gutenberg] Gutenberg editor not workingI used to have the same problem, but then I enabled pretty permalinks (as I did not had .htaccess file, and the request to /wp-json/ in the browser console was failing) and re-saved my permalinks and this helped me.
Hello,
The behaviour that you describe is something that I have not seen yet.
The changes in WooCommerce Multilingual, should not do that.
However, recently there were some changes related to WPML Media Translation, which if WPML media is not setup correctly, could cause similar problems.I suggest that you create a new ticket in our forum at wpml.org so that we can investigate the problem on your site and debug this properly.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Creating new productsYes, you can check our documentation at this address: https://wpml.org/documentation/related-projects/woocommerce-multilingual/
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Creating new productsHello!
You can do it as you see fit.
Both ways are possible.
Or you can consider using this: https://wpml.org/documentation/related-projects/woocommerce-multilingual/displaying-untranslated-products-in-secondary-languages/
To display products in both languages – no duplication or translation necessary.Hello!
I visited your site, but I cannot see the problem.
Here you can see my screenshot: Screenshot
The page loads some elements, and the last row has the images properly.I guess that you might have disabled the plugin?
The described issue is not something that I am familiar with and could be due to a number of factors.
It would be best if you can open a new ticket in our forum at wpml.org, so that we can debug and trace the problem.Hello
You should update WPML to the latest version – 4.0.5 when updating WooCommerce Multilingual.
It is possible that this will resolve your other problems too.Okay, no problem about the language – we all love French.
I see that the error is coming from a loader function in WPML.
This makes me think that you might have an older version of WPML.
Could you please verify to me that you have WPML 4.0.5?It is very possible that if you use WPML version before the major release of WPML 4.x – to have this problem with the latest version of WCML, because of that.
If you tell me which versions are you using – I can try them on my testing environment.
*You can find that information either in Plugins menu of WordPress or in WPML > Support page where only WPML components are listed.I see, well, I use a very similar setup actually in my test environment.
However, I don’t think that the software is to blame, rather than the settings.The issue that you are describing sounds to me like a possible memory issue when running the upgrade logic between versions.
You can fix this usually by editing your php.ini and increasing the memory to at least 128mb there in the line:
memory_limit = 128M
*Usually by default it is set less.
And then set or change if already exists in wp-config.php
define( 'WP_MEMORY_LIMIT', '128M' );If you wish, we can try and help you better if you enable debugging in WordPress and try the latest version of our plugin.
You can do this by setting this options in wp-config.php// Turn debugging on define('WP_DEBUG', true); // Tell WordPress to log everything to /wp-content/debug.log define('WP_DEBUG_LOG', true); // Turn off the display of error messages on your site define('WP_DEBUG_DISPLAY', false); // For good measure, you can also add the follow code, which will hide errors from being displayed on-screen @ini_set('display_errors', 0);And when you encounter the white screen, there should be a debug log inside your wp-content directory that you can provide to us via pastebin.
Or if you wish, we can assist you debugging this further in our support forum at wpml.org – by providing us an export of your site, created by the plugin “Duplicator”
Could you provide a stack dump of the error, perhaps?
That would give us more information and we will be able to help you.In this case, please open a ticket in our support forum at wpml.org, where you can share access / Duplicator clone of your site – so that we can test this and see from where the issue is coming from and provide a link here.