 royS-15
|
I try open Translations queue
but it's empty and this js error TypeError: Failed to construct 'URL': Invalid URL
hidden link
|
 Bigul
WPML Supporter since 01/2013
Languages:
English (English )
Timezone:
Europe/Vienna (GMT+02:00)
|
Hello,
Welcome to the WPML support forum. I will do my best to help you to resolve the issue.
Hope you have sent a Post or Page for the translation to the WPML Translation queue. If so, please visit WPML>>Translation Management>>Jobs tab and check what is the status of the post/page sent for translation.
This may be a compatibility issue. Please increase *WP Memory Limit* to *256* MB(the minimum required memory limit for WPML is *128*) and check is there are any differences in the results. Refer to the following links for more details
https://wpml.org/home/minimum-requirements/
https://developer.wordpress.org/apis/wp-config-php/#increasing-memory-allocated-to-php
--
Thanks!
Bigul
|
 royS-15
|
Hi
I increase php memory limit to 256 but still see same error
|
 Bigul
WPML Supporter since 01/2013
Languages:
English (English )
Timezone:
Europe/Vienna (GMT+02:00)
|
Hello,
Thank you for the updates. Please share with us the WordPress debug.log(not WPML debug information) to collect more details on this. Refer to these pages for instructions
https://wpml.org/documentation/support/debugging-wpml/
https://wordpress.org/documentation/article/debugging-in-wordpress/
To enable the WordPress Debug log, open your wp-config.php file of site root 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 );
In this case, the errors will be saved to a debug.log log file inside the */wp-content/* directory. Please visit WPML>>Translations queue and check if you are getting any errors or warnings 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
|