Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormartinco
    • CommentTimeJun 25th 2007
     
    Hi!
    i think i've got a problem with my php configuration.
    the problems appears on the administration site of my plogger installation.
    after i log in, every page shows a bunch of php code at the top.
    i'm working locally on windows, and i'm very sure this problem has to do with my php configuration...
    anyone knows whats the problem i have?
    • CommentAuthormartinco
    • CommentTimeJun 25th 2007
     
    by now, i've discovered that the problem has to do with the php tag that ends the script.
    in the file /lib/exifer1_4/exif.php there's a '>' in the line 336, and because of that character, the rest of the script is ignored and written out as html.
    so, is this a problem in the php or apache configuration?

    "pura vida" if anyone can help me
    • CommentAuthormartinco
    • CommentTimeJun 26th 2007
     
    the problem was that the short_open_tag attribute in the php configuration was off, but the exif.php script needs it to be On, because it uses <? ... > as start/end tags