• When I activated the plugin I got errors which showed as below:

    [01-Mar-2021 09:43:02 UTC] PHP Warning: require_once(partials/Talkify-tts-admin-settings-display.php): failed to open stream: No such file or directory in /wp-content/plugins/talkify-text-to-speech/talkify-tts.php on line 91


    [01-Mar-2021 09:43:02 UTC] PHP Fatal error: require_once(): Failed opening required ‘partials/Talkify-tts-admin-settings-display.php’ (include_path=’.:/opt/bitnami/php/lib/php’) in /wp-content/plugins/talkify-text-to-speech/talkify-tts.php on line 91

    I found that the plugin name was case-sensitive (at least on my environment) and so changing this line to make it lowercase fixed it. Thought I would pass it on.

    Line 25 in /wp-content/plugins/talkify-text-to-speech/talkify-tts.php

        public $plugin_name = "talkify-tts";

The topic ‘Error Fixed’ is closed to new replies.