Skip Navigation

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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 -
- - - - - - -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqas Bin Hasan 1 year, 10 months ago.

Assisted by: Waqas Bin Hasan.

Author Posts
July 20, 2023 at 3:07 pm #14073697

tim-alexanderL

Tell us what you are trying to do?
Display the WPML menu on the website.

Is there any documentation that you are following?
No

Is there a similar example that we can see?
No

What is the link to your site?
hidden link

Following the website migration to a new server, we are now receiving the following error - ERR_CERT_COMMON_NAME_INVALID.
It appears that the CSS stylesheets are not being loaded correctly as a result, leading to an unstyled menu. The SSL certificate appears to be fine however and the website is loading normally.

July 21, 2023 at 12:17 pm #14079945

Waqas Bin Hasan
WPML Supporter since 05/2014

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for contacting the support.

I checked your website and the certificate seems to be valid. However, can you please explain more about it that where and when you receive this error? I checked in browser console and network tab and couldn't find anything like this.

For the WPML Language Switcher, I don't se one in the menu, but at bottom (in the footer) and it seems to work fine.

On the other hand I'll advise to fix the followings in your site (as per the debug information):

IMPORTANT: Take full backup of your website and database beforehand.

1) Fix "WP Memory Limit" to at least 128MB while 256MB is recommended. You can fix this in your wp-config.php file by adding following code:

define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );

Remember to add these lines before the line where it says:
/* That's all, stop editing! Happy publishing. */

2) Update WPML plugins to the latest ones, as well as, other plugins and theme (if needed).

3) Try disabling any firewalls, caching and/or redirections (plugins or server based) and recheck.

Please let me know and I'll try my best to help you further on the matter.

Regards.

The topic ‘[Closed] ERR_CERT_COMMON_NAME_INVALID error leading to no menu styling following migratio’ is closed to new replies.