Hi Guido Indeed there is/was a bug in InputFilter::parse_url() - http://trac.habariproject.org/habari/ticket/537
I believe it's now resolved in the SVN code. Try the latest SVN code and see if that helps. Cheers, Colin (Note to self: I must update my multisites code to test these recent changes as I did log the bug originally ;-) ). On Fri, Aug 28, 2009 at 11:03 PM, helpy (Guido Erlinger)<[email protected]> wrote: > > there seems to be an error in InputFilter::parse_url() > > InputFilter::parse_url() splits the url http://www.helpy.de/ into: > ( [scheme] => http > [host] => www.helpy.de > .... ) > > > InputFilter::parse_url() splits the url http://en.helpy.de/ into: > ( [scheme] => http > [host] => en > ... > [path] => .helpy.de > ... ) > > Does somebody can confirm this? > > This is probably the reason, > why multisite feature does not work for me! > > cu, > guido > > > > -- Colin Seymour Blog: http://www.colinseymour.co.uk Tech Stuff: http://www.lildude.co.uk --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev -~----------~----~----~----~------~----~------~--~---
