Re: ExtensionHub
Hans Bracker <[email protected]> Sat, 20 Apr 2024 13:55:22 +0100
| Newsgroups | gmane.comp.web.wiki.pmwiki.user |
|---|---|
| Message-ID | <[email protected]> |
Hello Petko, Saturday, April 20, 2024, 1:23:56 PM, you wrote: > Thank you for the heads up. > Indeed, there was an omission on my part, Windows paths were not escaped. > Here \W and \t in your path are special sequences in a regular expression pattern, and so the actual paths don't match. > I have released a new Hub version today, let me know how it works - I don't have a windows machine to test. I get same warnings and no filterable input box . Warning: Undefined array key "unknown" in D:\Websites\_home\test6\extensions\hub.php on line 339 Warning: Trying to access array offset on value of type null in D:\Websites\_home\test6\extensions\hub.php on line 340 I can see that the matching in extCaller() does not deliver any matches. The extra backslashes do not help. I am not sure what the preg_match should match, to test any further. ~Hans