Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Toppa

    (@toppa)

    Have checked that you meet the Shashin requirements? PHP 5.1.2 or higher and mySql 4.1 or higher.

    Also, I have not tested Shashin extensively with the variety of possible software combinations on Windows, so it’s possible there’s an incompatibility. If you’re comfortable editing code I can work with you to debug it.

    Thread Starter peekaa

    (@peekaa)

    we can try.

    my versions: (from phpinfo)
    Apache Version Apache/2.4.2 (Win32) OpenSSL/1.0.1c PHP/5.4.4
    Apache API Version 20120211
    Max Requests Per Child: 0 – Keep Alive: on – Max Per Connection: 100
    Timeouts Connection: 300 – Keep-Alive: 5

    mysqlnd enabled
    Version mysqlnd 5.0.10 – 20111026 – $Id: b0b3b15c693b7f6aeb3aa66b646fee339f175e39 $
    Compression supported
    SSL supported
    Command buffer size 4096
    Read buffer size 32768
    Read timeout 31536000

    I might could send you full report of phpinfo to private adress, little bit afraid of placing it here. Once I mentioned here in wp forums even only my web adress, I started to have force attacks to my login page….

    Thank you.

    Plugin Author Mike Toppa

    (@toppa)

    Thanks for the info. At this point I don’t think I need the complete phpinfo output.

    I’m leaving today on a family trip for a couple days, so I won’t be able to follow-up for a day or two.

    Here’s the first thing to check:

    * Open shashin/lib/ShashinDatabaseFacade.php
    * comment out line 64
    * then right after line 64 add:

    var_dump($sql);
    var_dump(dbDelta($sql, true));
    exit;

    If you prefer to do this by email, you can email me through the contact form on my web site: http://www.toppa.com/contact

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘error’ is closed to new replies.