• Resolved sakina990

    (@sakina990)


    Hello, when I logged in to my website today, it showed me these errors on login page,

    Warning: require_once(/public_html/wp-content/plugins/strong-testimonials/includes//logs/class-strong-testimonials-logger.php): failed to open stream: No such file or directory in?/home/telkowar/public_html/wp-content/plugins/strong-testimonials/strong-testimonials.php?on line?301

    Fatal error: require_once(): Failed opening required ‘/public_html/wp-content/plugins/strong-testimonials/includes//logs/class-strong-testimonials-logger.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’) in?/home/telkowar/public_html/wp-content/plugins/strong-testimonials/strong-testimonials.php?on line?301

    so i just deactivated these plugins using cPanel, then i logged into my admin and tried activating the plugin again, it’s showing me the same error again on dashboard.

    Please help, why?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello!

    The path in question appears to be “/public_html/wp-content/plugins/strong-testimonials/includes//logs/class-strong-testimonials-logger.php.” Notice that there are double slashes (//) in the path. This may be causing the issue. WordPress paths should have a single slash (/).

    Please check that the file class-strong-testimonials-logger.php exists at the specified path. If not, you might need to delete and reinstall the plugin.

    Please also correct those double slashes in the path. It should be something like “/public_html/wp-content/plugins/strong-testimonials/includes/logs/class-strong-testimonials-logger.php.”

    Warmly,

    Mihaela

    Thread Starter sakina990

    (@sakina990)

    Hi, I deleted the whole plugin, then updated the wordpress to latest version and then again downloaded the plugin, and it worked!

    Thanks for the awesome support! <3

    Happy to hear it worked! Have a lovely week ahead!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal Error, plugin can’t be activated’ is closed to new replies.