Hello,

trying a shot in the dark...

On Wed, Dec 09, 2020 at 05:24:41PM -0000, Dick Groskamp wrote:

> On 2020/12/09 11:34:03, Carl Marcum <cmar...@apache.org> wrote: 
> > Hi Dick,
> > 
> > I have copied it out and it's contents are below.
> > 
> > On 12/9/20 5:42 AM, Dick Groskamp wrote:
> > >
> > > On 2020/12/08 18:56:25, Carl Marcum <cmar...@apache.org> wrote:
> > >> There are still hundreds of broken pages in the dev guide.
> > >> Yes it seems to be idls and ildm tags.

[...]
> >      function renderIDLM( $input, $args, $parser ) {
> >          $parser->disableCache();
> >          $output = $parser->recursiveTagParse( $input );
> >          $page = ereg_replace ('\.','/',$output);
> >          $anchor = ereg_replace (':','.html#',$page);
> >          $function = ereg_replace ('^.*:','',$page);
[...]
> Thanks,
> now I only have to figure out why it isn't working :-)

Could the culprit be the deprecated ereg_replace function, that was
removed since PHP 7.0.0?

Pointers:
https://www.php.net/manual/en/function.ereg-replace.php
https://stackoverflow.com/questions/3649574/replace-ereg-replace-with-preg-replace

HTH,
-- 
rigo

http://rigo.altervista.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to