The provided file does not exist in the inclusion folder
-
Hi Stefano,
We have used include-me for years now without any problems. Suddenly it seems not to work any more. In the frontend nothing happens at all. In the backend (logged in as admin) the message is:
The provided file (xxx.php) does not exist in the inclusion folder (wp-content/include-me – if not customized). This message is shown only to administrators.
I have read all relevant posts but I cannot get it working again.
Up to now we used the folder “wp-content/myphpfiles”, which had worked for years:
[includeme file=”wp-content/myphpfiles/xxx.php”]
Now I also tried starting with “/”:
[includeme file=”/wp-content/myphpfiles/xxx.php”]
Since the error message seems to request the folder “wp-content/include-me” I made a duplicate of the existing folder “myphpfiles” named “include-me” and also tried these:
[includeme file=”wp-content/include-me/xxx.php”]
[includeme file=”/wp-content/include-me/xxx.php”]Then I also tried with the absolute paths:
[includeme file=”/www/htdocs/xxx/domain.com/wp-content/myphpfiles/xxx.php”]
[includeme file=”/www/htdocs/xxx/domain.com/wp-content/include-me/xxx.php”]I even tried adding “define(‘INCLUDE_ME_DIR’, ‘*’)” to the config.php as suggested in one of the posts.
Nothing works. Can you please tell me how to get it working again?
Thank you,
Rainer
The page I need help with: [log in to see the link]
- The topic ‘The provided file does not exist in the inclusion folder’ is closed to new replies.