Not signed in (Sign In)

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

    • CommentAuthorJohan
    • CommentTimeSep 13th 2007 edited
     
    Hi guys! I am back!

    This time I will actually finish what i've started, and when I left of last autumn I had just a few days from completing the Flogger interface. But for now I will start making a portfolio for a client, without commenting etc. But when I dug my project up, i encountered this error:

    Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in *x*/foto/plog-functions.php on line 436
    SELECT `path`, `id` FROM `plogger_pictures` WHERE `id`=131

    In file: /foto/plog-thumb.php
    On line: 28

    What has happened since last time?

    Cheers
    • CommentAuthorjammindice
    • CommentTimeSep 13th 2007
     
    what happens when you run that sql query in mysql by hand?

    it looks like a good query so i don't see why it wouldn't be right unless something got corrupted...

    where do you get this error at? collections,albums,or pictures page
    • CommentAuthorJohan
    • CommentTimeSep 13th 2007
     
    I get it when I call a thumb (I'm working on the flash interface for plogger) through xml.

    the call looks like this: path/plog-thumb.php?id=3

    This worked just fine the last time I was working on the interface. I have updated to the latest version, might be something new since last time..
    • CommentAuthorjammindice
    • CommentTimeSep 13th 2007 edited
     
    i tried it just calling the file with the id and it didn't work... what i did to fix was to add the following line at the top (of plog-thumb.php) underneath the other includes:

    require("plog-load_config.php");
    • CommentAuthorJohan
    • CommentTimeSep 13th 2007
     
    Wonderful!
    •  
      CommentAuthormike
    • CommentTimeSep 20th 2007
     
    Johan -- awesome to see you are back. I was sad to see the (F)logger project go by the wayside as it looked so promising! I hope to finally see it come to light, let me know if I can be of any help.
    • CommentAuthorJohan
    • CommentTimeSep 21st 2007
     
    Hi Mike, long time no speak!

    I'm actually finished with the new project, my client is as we speak uploading content to Plogger and all framework has been made already in flash, I'll probably post a link here within a few days.

    During the time I've been gone, I've developed similar "API" for Google Picasa aswell, but the Picasa is not close to as handy / well thought out as Plogger is.

    the only problem for me, is that no Swedish servers allow safe_mode off, and all my current clients has their webs on swedish hosts. After I am done with this, fairly clean and simple project, I will try to make an entire API for Actionscript 3.0, so anyone who wishes can use it as they like.

    If anyone is familiar to AS 3, and would like to contribute to this, please take contact with me!

    And again everyone at the Plogger team, really, really great work with the Beta 3!