Not signed in (Sign In)

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

    • CommentAuthorwestis
    • CommentTimeDec 8th 2005
     
    Hi there,

    I'm jsut trying out this GREAT gallery. I am using PHP 5.0.5 and then there are some errors because of <? being used in some places instead of <?php

    I think it was only in the files in /lib/exifer1_4/makers

    I'm trying to integrate the gallery in a CMS, but having problems with the includes. It goes in an eternal loop somehow... But I'll try to figure out that issue.

    Thanks for a great gallery indeed!

    /Daniel
    • CommentAuthorwestis
    • CommentTimeDec 12th 2005
     
    The CMS I'm thinking about is CMS Made Simple, which is way easier to use than Joomla. And indeed, a simple and easy-to-use gallery like Plogger is great to have integrated.

    But when I tried integrating Plogger it seems like there is an eternal loop when using include/require, alternatively some issue when trying to connect to the database. I'm not a code myself, so I'll try have someone look at it at some point.

    The issue about integrating user management is the next step, for me that goes unfortunately beyond where my knowledge of php is stretching...
    • CommentAuthorbabas
    • CommentTimeJan 5th 2006 edited
     
    hello!

    just set "short_open_tag = On" in your php.ini
    and all will work

    Bastien
    • CommentAuthorsturmgas
    • CommentTimeJan 31st 2006
     
    How did you got it to work under php5. My host runs at the moment 5.0.3. The only thing i got is a blank screen at the upload. If i go to the index.php it is fine!
    • CommentAuthorddejong
    • CommentTimeJan 31st 2006 edited
     
    Either set "short_open_tag = On" in php.ini as per Bastien, or instead replace all instances of "<? " with "<?php " in all Plogger files (my preferred choice).

    Cheers,
    DC
    • CommentAuthorhcgtv
    • CommentTimeFeb 23rd 2006
     
    Will Beta 3 still require the 'short_open_tag' value to be on?
    • CommentAuthorddejong
    • CommentTimeFeb 23rd 2006
     
    No. Although testing for PHP5 of Beta 3 is just about to commence (given that I'm the one on the team who uses 5). ;)

    Cheers,
    Derek
  1.  
    Hello,

    I have to php 5 and plogger generate a admin white page after login !

    I have put a .htaccess with
    php_flag short_open_tag = On

    but this config generate a server error

    php_flag register_globals on but no change, server error

    Best Regards
    Patrick
  2.  
    Hello,

    I have change
    php_flag short_open_tag = On
    to
    php_flag short_open_tag On

    Error server ok, but white page in admin always.... :-/

    Patrick