Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    This happens if the plugin is unable to create the functionality plugin file. This is usually due to how filesystem permissions are configured on the server.

    Thread Starter arathra

    (@arathra)

    Can I add it manually then? I tried uninstalling and re-installing, etc, but to no avail.

    What do I need to do to correct this?

    Plugin Author Shea Bunge

    (@bungeshea)

    You can manually create it if you would like, but that’s the main reason for using this plugin.

    In the wp-content/plugins folder of your site, create a file called functions.php. Use this for the file content:

    <?php
    
    /*
    Plugin Name: Name of Site
    Plugin URL: https://example.com
    Description: A site-specific functionality plugin for Name of Site where you can paste your code snippets instead of using the theme's functions.php file
    */

    Replace Name of Site and https://example.com with the appropriate text. Under this file content, you can put your PHP code snippets.

    Thread Starter arathra

    (@arathra)

    Thanks – that’s fine now.

    Plugin Author Shea Bunge

    (@bungeshea)

    Great! Hopefully I can work out a better way of showing when the file can’t be created in the future.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No such file exists!’ is closed to new replies.