Topic on Extension talk:GoogleCustomWikiSearch

Failed opening required ...GoogleCustomWikiSearch.Settings.php

4
Summary by X-Savitar

resolved on master

Hutchy68 (talkcontribs)

There is an error in the GoogleCustomWikiSearch.php file

You have " require_once $dir . 'GoogleCustomWikiSearch.Settings.php'; " but the file name in the package is actually, GoogleCustomWikiSearch.settings.php. You'll need to adjust one or the other or it will throw a fatal error.

Tosfos (talkcontribs)

Good point. Truth is that on my system, this works fine. I think it's a PHP 5 feature. But it should be fixed, as well as some other minor issues in that file.

Hutchy68 (talkcontribs)

Nope, if you developed the extension on a Windows system with PHP, Windows is case insensitive. Linux file systems are case sensitive and the file name is called exactly as it is written.