• Dear support,

    I have a question regarding error message shown in WordPress and it won`t let me continue to work with WP Forms until I fix the issue. I tried to copy the instructions, but it does not help. Also I checked if php version is uptodate and everything is ok. The hosting uses the same version as WordPress is showing me what needs to be used. I still get the error that I should fix the line 190 in WP forms plugin what is “a href=”%s”

    it refers to web page <em>[ redundant link removed ]</em> which does not exist. After this error occurred (wp forms error and that the page does not exist), I deleted the main page and changed another page as main page but it has another address /rsfarma – but this page does not show the error…

    could you give me some help how can I fix it?
    Thank you
    Adriana

    /home/u607347176/domains/rsfarma.eu/public_html/wp-content/plugins
    
    if ( version_compare( phpversion(), '5.6', '<' ) ) {
    
    	if ( ! function_exists( 'wpforms_php52_notice' ) ) {
    
    		/**
    		 * Display the notice about incompatible PHP version after deactivation.
    		 *
    		 * @since 1.5.0
    		 */
    		function wpforms_php52_notice() {
    
    			?>
    			<div class="notice notice-error">
    				<p>
    					<?php
    					printf(
    						wp_kses(
    							/* translators: %s - WPBeginner URL for recommended WordPress hosting. */
    							__( 'Your site is running an <strong>insecure version</strong> of PHP that is no longer supported. Please contact your web hosting provider to update your PHP version or switch to a <a href="%s" target="_blank" rel="noopener noreferrer">recommended WordPress hosting company</a>.', 'wpforms-lite' ),
    							[
    								a href="%s",	
    							target="_blank",
    							rel="noopener noreferrer"
    								],
    • This topic was modified 2 years, 4 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP FORMS error’ is closed to new replies.