Hi there,
after upgrading to Greebo, I got the error load.php on line 110, could not load plugin.php and could not see my DW anymore.
I fixed it by copy pasting the missing plugin.php from a previous snapshot and it all went well but you might want to check it out as I do get why it is suppressing the inc/plugin.php
What is your PHP version?
Current PHP version: 7.1.1
inc/plugins.php is replaced by inc/Plugins.php.
What was your procedure to do the upgrade of your DokuWiki installation?
What was your procedure to do the upgrade of your DokuWiki installation?
I went through the upgrade process of @splitbrain dokuwiki upgrade plugin

Are you using a windows file system eg. NTFS? (this may be an issue with case-agnostic, but not case-sensitive filesystems)
I am not 100% sure as I am not the admin of the hosting server. It must be windows.
I ugraded on my backup server to see if the reaction is different. it seems fine. but I could not upgrade through the upgrade plugin. I had to do it through ftp.
but it is hard to compare my backup server is on ovh in php5.6
If you add ?do=check (or &do=check) to an url, does it provide information about your setup?
i get this @Klap-in

If its windows then copying file Config.php to a directory with an existing config.php will replace the existing file, but the name will remain config.php, then deleting it will result in a broke wiki; probably the upgrade procedure should make a note of this (automatically running the deleted.files first will result in a broken wiki because a core file is remove so not an option.
Most windows tools will not let you create a file Config.php in a directory that already has a file config.php :bomb:
Indeed we create an inc/Plugin.php file but have inc/plugin.php declared as deleted. I guess this needs to be fixed in the upgrade plugin somehow. I'm not sure how to address this in the best way though.
It's a tough cookie, using eg Explorer you cannot even rename the file.
The problem has been fixed in https://github.com/splitbrain/dokuwiki-plugin-upgrade/commit/7b7da9aa0b4871c2238e7ba2388f2f63c61c5f17
I am getting the same error on MacOS 10.13.4 with the latest plugin and PHP 7.1.14. Any ideas?
I do get the setup information with ?do=check before I upgrade to Greebo, but not after.
dokuwiki/inc/Plugin.php): failed to open stream: No such file or directory ... /dokuwiki/inc/load.php on line 110
For everyone having this problem:
inc/plugin.php (lower case P)inc\Plugin.php (upper case P)Next time you upgrade keep in mind that files in data/deleted.files are case sensitive. The upgrade plugin has been fixed to take care of that for you. If you manually delete files you have to ensure case sensitivity yourself.
See also #2359 for continued discussion on this topic.
Most helpful comment
For everyone having this problem:
inc/plugin.php(lower case P)inc\Plugin.php(upper case P)Next time you upgrade keep in mind that files in
data/deleted.filesare case sensitive. The upgrade plugin has been fixed to take care of that for you. If you manually delete files you have to ensure case sensitivity yourself.