Skip Navigation

This thread is resolved. Here is a description of the problem and solution.

Problem:
Hi, this is the products of https://v2.huellandina.com/?locacion=region-de-los-lagos

location terms filtered, but if you switch the language to english which is not default : https://v2.huellandina.com/en/locacion/lakes-district/ , then you get 404 error, I think it might be due to search query string in the URL ?

Solution:
Hi, the issue got resolved it was due to ACF taxonomy URL settings set to hierarchy.

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by jose-miguelP 1 year, 8 months ago.

Assisted by: Mateus Getulio.

Author Posts
October 13, 2023 at 8:58 am #14571215

jose-miguelP

Hi, this is the products of hidden link

location terms filtered, but if you switch the language to english which is not default : hidden link , then you get 404 error, I think it might be due to search query string in the URL ?

Let me know if you need anything else

October 13, 2023 at 6:06 pm #14574977

Mateus Getulio
Supporter

Languages: English (English ) Portuguese (Brazil) (Português )

Timezone: America/Sao_Paulo (GMT-03:00)

Hey there.

Thank you for contacting our support.

Can you please try to replicate this issue on a minimal environment, with a default theme and all non-WPML temporarily disabled to see if the error persists? If you're able to browse hidden link just fine with the plugins disabled, please enable one-by-one to see which one might be causing an interference.

I'd also like your help enabling the WordPress debug mode.

To do so, please add the following code in wp-config.php file of your site:

// 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 );

Please check following links to read more about debugging with WordPress.

https://codex.wordpress.org/Debugging_in_WordPress

https://codex.wordpress.org/Debugging_in_WordPress#Example_wp-config.php_for_Debugging

After doing that please try to replicate the 404 error again, then check if you can find a file debug.log inside the wp-content folder. Open it and send us the last lines of log here in this ticket.

Thanks, please let us know.

October 15, 2023 at 5:48 pm #14580327

jose-miguelP

Hi, the issue got resolved it was due to ACF taxonomy URL settings set to hierarchy.