 rezaK-6
|
Tell us what you are trying to do?
all products getting 404 error page here is the link for example hidden link
Is there any documentation that you are following?
Is there a similar example that we can see?
What is the link to your site?
hidden link
|
 rezaK-6
|
I am trying to navigate to the french version of Woocommerce's products
I expected to see the correct french product page
Instead, I got a 404 error
|
 Bigul
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
|
Hello,
Welcome to the WPML support forum. I will do my best to help you to resolve the issue.
The products are listing here as expected and not getting a 404 error. I went through a few products in all languages(including the French version) and it is listing fine. Please check the attached images.
Please try after clearing all types of caches and make sure the issue is existing or not.
--
Thanks!
Bigul
|
 rezaK-6
|
we have restored the old .htaccess file that the reason it worked fine but today we got the same issuse, can you please check we still have this issue.
|
 Bigul
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
|
Hello,
Thank you for the updates. Does it happen when you preview a translated product? Because the translated Products are listing fine here now. For example this one hidden link
If the issue exists, please share with me the WordPress debug.log (not WPML debug information) for tracking it.
Please check this page for instructions https://wpml.org/documentation/support/debugging-wpml/
To enable it, open your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
In this case, the errors will be saved to a debug.log log file inside the */wp-content/* directory. Please do the steps to reproduce the bug and check you are getting any errors or warning related to WPML in the log file.
If you can paste your debug.log to http://pastebin.com/index.php and provide me that link it would be great! (This is the cleanest way because sometimes the logs are long and create a complete mess of discussion).
--
Thanks!
Bigul
|
 rezaK-6
|
My issue is resolved now. Thank you!
|