Tagged: x
-
AuthorPosts
-
March 22, 2017 at 4:21 pm #1416814
Hi, I am getting the following error related to WPML, in WPML > Translations,
Warning: Missing argument 2 for Cornerstone_Integration_Conflict_Resolution::wpml_title() in /home/xxxxxx/public_html/wp-content/plugins/cornerstone/includes/integrations/conflict-resolution.php on line 138
March 22, 2017 at 4:22 pm #1416815This reply has been marked as private.March 22, 2017 at 10:39 pm #1417161Hello There,
Thanks for writing in!
This message:
"Warning: Missing argument 2 for Cornerstone_Integration_Conflict_Resolution::wpml_title()..."
is just a PHP warning message. It can be than WPML variable has been been initialized on this page. There is nothing to worry about this. Can you please disable WP_DEBUG mode? You can do this by opening wp-config.php and adding
define( 'WP_DEBUG' , false ); just above /* That's all, stop editing! Happy blogging. */ For example:
define('WP_DEBUG', false); /* That's all, stop editing! Happy blogging. */
When you revisit the page, you should no longer be seeing this message.
Thanks.
March 28, 2017 at 5:40 pm #1423529Hello, I checked and wp_debug was already set to false. I reached out to WPML and they’re asking me to reach out to you again for assistance.
March 29, 2017 at 9:05 am #1424166Hi there,
Kindly provide your FTP details so that we could check it.r
Thank you.
-
AuthorPosts