Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Upgraded and now it works exactly how it should! w00t!

    Thanks again!

    Hey dude, I just figured it out.. I have MySQL 4.0 on the server. Going to update to 5 and import the other tables.

    Sorry for not checking that first man!

    Cheers for all the help!

    Thanks, I added new the code in and this is what is returned:
    bool(false)

    zer0efx

    (@zer0efx)

    Sorry for the late response.. Here it is:

    string(516) "insert into wp_shashin_album (album_id,user,name,link_url,title,description,location,cover_photo_url,photo_count,pub_date,geo_pos,include_in_random,last_updated) values (5347326438288378193,'TravelingWebGuy','HikeBehindMyApartments','http://picasaweb.google.com/TravelingWebGuy/HikeBehindMyApartments','Hike Behind my Apartments','','Tierrasanta California','http://lh4.ggpht.com/_CWScU39hW10/SjWFEHQ7yVE/AAAAAAAAAO8/TP26rilBWBo/s160-c/HikeBehindMyApartments.jpg',29,1244962800,'32.82917 -117.10278','Y',1245703401);"

    zer0efx

    (@zer0efx)

    Hi again, sorry for the double post, I also just tried to target a specific album in the Tools menu and I get this error
    ShashinAlbum::setAlbum - Failed to insert/update database record for album. SQL Error:

    I’ll try to uninstall and reinstall and see if that works. Thanks for the great plugin though! I’ve been looking for a good one to post my albums!

    zer0efx

    (@zer0efx)

    Afternoon! Thanks for upgrading this and getting it ready for 2.8

    After Installing and attempting to add Albums, I get this error
    ShashinAlbum::setUserAlbums - Failed to insert database record for album ID 2147483647. Possible SQL Error:

    zer0efx

    (@zer0efx)

    Works good here!

    Thanks for the plugin!

    zer0efx

    (@zer0efx)

    I did some looking into your code, and it looks like you are using some depreciated syntax.

    You need to change all the GLOBAL to global and all the IsSet to isset and you have a JS error on live 345 of devformatter.php

    I made some changes, but it looks like the old code is used globally on your plugin.

    zer0efx

    (@zer0efx)

    I’ve got errors with this upon first install… When I go to the settings area, I see some PHP errors.

    Warning: Invalid argument supplied for foreach() in /homepages/24/d162410075/htdocs/red/blog/wp-content/plugins/devformatter/devinterface.php on line 79

    Warning: Invalid argument supplied for foreach() in /homepages/24/d162410075/htdocs/red/blog/wp-content/plugins/devformatter/devcommon.php on line 200

    Using WP 2.7.1

    Thread Starter zer0efx

    (@zer0efx)

    I guess what I mean is, is that I can’t get just a snippet of the post to show on the blogs front page, it shows the entire post, so it creates a scrolling nightmare.

    I have this:

    if(is_category() || is_archive())the_excerpt();
    else the_content('(more...)');

    And in my Blog settings, I have it set to show Summary in the settings admin menu, and I also have except text in the excerpt box for the post, but it still shows the full post… :shrug:

Viewing 10 replies - 1 through 10 (of 10 total)