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: Bug
This topic contains 0 replies, has 0 voices.
Last updated by procurementT 1 hour, 44 minutes ago.
Assisted by: Bruno Kos.
Author | Posts |
---|---|
March 6, 2025 at 10:29 am | |
procurementT |
Background of the issue: Symptoms: Questions: |
March 6, 2025 at 11:32 am | |
March 6, 2025 at 1:31 pm #16783629 | |
Bruno Kos Supporter
Languages: English (English ) German (Deutsch ) French (Français ) Timezone: Europe/Zagreb (GMT+01:00) |
It looks like you're using PHP 7.3.3, while some parts of our code might require at least PHP 7.4. This could be causing the issue. Would you be able to update PHP and see if that helps? |
March 6, 2025 at 1:49 pm #16783740 | |
Bruno Kos Supporter
Languages: English (English ) German (Deutsch ) French (Français ) Timezone: Europe/Zagreb (GMT+01:00) |
If you are not able to raise PHP version, can you try this: 1. Navigate to: wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/wpml/src/UserInterface/Web/Infrastructure/WordPress/Port/Hook/PostsFilter.php 2. Locate this line: private TranslationEditorMode $translationEditorMode; 3. Change it to: private $translationEditorMode; |
March 6, 2025 at 4:32 pm #16784689 | |
procurementT |
upgraded to php 7.4 and the list is coming up and no longer it was loading. |