Re: ExtensionHub
Petko Yotov <[email protected]> Sat, 20 Apr 2024 12:35:10 +0200
| Newsgroups | gmane.comp.web.wiki.pmwiki.user |
|---|---|
| Message-ID | <[email protected]> |
Indeed, the extCaller() apparently cannot detect the extension. Something must be different on your wiki. Where did you place the extensions directory, and how did you enable it in config.php? What is your PHP version? I assume you have the latest Hub and Filterable. Petko On 20/04/2024 12:26, Hans Bracker wrote: > PS: trying to debug by inserting various echo: > within function extCaller() $path and $xname are rendered correctly, > but then $xname is not returned, so the preg_match in that function > does not match, it seems.