Not signed in (Sign In)

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

    • CommentAuthorddejong
    • CommentTimeFeb 26th 2006
     
    Maybe we should have:
    @ini_set("max_execution_time", "300");
    @ini_set("memory_limit", "64M");

    In Plogger by default? Without safe_mode, this should work, but the "@" will keep any errors from appearing.

    Thoughts?

    Derek
    • CommentAuthorspider
    • CommentTimeJun 24th 2006
     
    Hi,

    I had a similar proplem; Neither upload nor import works as supposed to. I browse the file on the filesystem and asign it to the album. While uploading it puts the file in the album folder within '/images' but the uploaded files don't show up in the album, nor are they inserted to the database. Any ideas?