Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Creame

    (@creapuntome)

    Please, can you share the error info?

    Hello! Same error here. It’s a typo in the code:

    [10-Jul-2023 21:03:38 UTC] PHP Parse error: syntax error, unexpected ‘)’ in /home/proyect7/public_html/wp-content/plugins/creame-whatsapp-me/admin/class-joinchat-admin-page.php on line 635

    Fix please.

    Prueba con lo siguiente :

    array(	'id'       => 'support',	'title'    => esc_html__( 'Help & Support', 'creame-whatsapp-me' ),	'priority' => 100, // At the end.	'content'  =>		'<p>' . sprintf(			/* translators: 1: docs url, 2: www.ads-software.com plugin support url. */			__( 'If you need help, first check the <a href="%1$s" target="_blank">documentation</a> and if you don\'t find the solution you can consult the <a href="%2$s" target="_blank">plugin\'s free support forum</a>.', 'creame-whatsapp-me' ),			esc_url( Joinchat_Util::link( 'docs', 'helptab' ) ),			esc_url( 'https://www.ads-software.com/support/plugin/creame-whatsapp-me/' )		) . ' ' . sprintf(			/* translators: %s: premium url. */			__( 'You can also buy <strong><a href="%s" target="_blank">Joinchat Premium</a></strong> with one year of support service included.', 'creame-whatsapp-me' ),			esc_url( Joinchat_Util::link( 'premium', 'helptab' ) )		) . '</p>' .		'<p>' . __( 'If you like Joinchat ??', 'creame-whatsapp-me' ) . '</p>' .		'<ul>' .			'<li>' . sprintf(				/* translators: %s: Add review link. */				__( "Please leave us a %s rating. We'll thank you.", 'creame-whatsapp-me' ),				'<a href="https://www.ads-software.com/support/plugin/creame-whatsapp-me/reviews/#new-post" target="_blank">★★★★★</a>'			) . '</li>' .			'<li>' . sprintf(				/* translators: %s: Joinchat page link. */				__( 'Subscribe to our newsletter and visit our blog at %s.', 'creame-whatsapp-me' ),				'<a href="' . esc_url( Joinchat_Util::link( '', 'helptab' ) ) . '" target="_blank">join.chat</a>'			) . '</li>' .			'<li>' . sprintf(				/* translators: %s: Joinchat twitter link. */				__( 'Follow %s on twitter.', 'creame-whatsapp-me' ),				'<a  target="_blank">@joinchatnow</a>'			) . '</li>' .		'</ul>' .		'<p>' . __( 'If you need to access the setup wizard again, please click on the button below:', 'creame-whatsapp-me' ) . '</p>' .		'<p><a href="' . esc_url( Joinchat_Util::admin_url( 'joinchat-onboard' ) ) . '" class="button button-primary">' . __( 'Welcome to Joinchat', 'creame-whatsapp-me' ) . '</a></p>',),

    por las dudas si no se lee correctamente aqui esta el pastebin con el fix .

    Disculpen si no se pueden agregar links .

    https://pastebin.com/bqTBhdWs

    Saludos

    • This reply was modified 1 year, 4 months ago by jeriko90. Reason: Code is not correct visual

    Se modificó lo que enviaste, por la sanitizacion del foro, no está claro lo que pediste probar ??

    Plugin Contributor Monillo

    (@monillo)

    Hola @rybtechsupport

    Lamentamos que haya surgido esa incidencia y te pedimos disculpas por ello. Te remito el enlace con la respuesta que hemos ofrecido a otro usuario del foro: https://www.ads-software.com/support/topic/error-critico-con-la-version-5-0-2/#post-16884472

    También ha sido lanzada una nueva actualización con mejoras, la 5.0.3.

    Plugin Author Creame

    (@creapuntome)

    We have already located the bug and it is fixed in Joinchat v 5.0.5.

    Apology for the inconvenience ??

    Plugin Contributor davidlillo

    (@davidlillo)

    Hi @rybtechsupport Just wanted to know if you were able to fix the problem or need more help, remember we are here to help you with whatever you need. Looking forward to hearing from you.

    ahi te pase el pastebin con la funcion que debes remplazar =)

    Plugin Contributor davidlillo

    (@davidlillo)

    Always keep updated to the latest version. Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘critical error on 5.04 version’ is closed to new replies.