• Resolved WooCart

    (@woocart)


    Hey,

    PHP is throwing this error:

    require_once(): Failed opening required ‘includes/functions-common.php’ in “wp-content/plugins/pixelyoursite/pixelyoursite.php”.

    The required file seems to be missing from the plugin. Can you please check and verify this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PixelYourSite

    (@pixelyoursite)

    Hi,

    Please give me more details about how you installed the plugin.

    It would be quite strange to have a missing file.

    Thread Starter WooCart

    (@woocart)

    Not sure about why the error popped up even when the file is present in the includes folder. One suggestion which I can make is to include the absolute path to the file instead of relative one.

    For ex:
    Instead of ‘includes/functions-common.php’ you can go for the following:

    -> require_once PYS_FREE_PATH . ‘/includes/functions-common.php’

    I am hoping this should fix any of the path related issues with the plugin.
    Hope this helps ??

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