Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dbuttric

    (@dbuttric)

    This problem gets more interesting.
    The wp_postmeta table entries for each attached image look OK, and each attached image has a post of type inherit, and it has a good guid.

    What’s more all the images exist in the right place on the filesystem.

    The thumbnails are showing up correctly, but when you click on them, the return the error that the attachment was not found.

    I’ve been guessing database, but after a thorough trace through the tables, I cant find anything that would cause this.

    Anyone have any ideas?

    Thanks in advance for any help!

    David Buttrick

    Thread Starter dbuttric

    (@dbuttric)

    I’ve noticed that wordpress generates a file name with the word thumbnail in it. It is in the same directory as the original image.

    Does anyone have a php script that greps your disk for uploaded images, and then based upon that and the thumbnails, regenerates your uploaded media table, and resynchs your blogs attachments?

    If so, could you share that script with me? I have to fix a friends blog.

    Thanks

    David

    Thread Starter dbuttric

    (@dbuttric)

    At the bottom of my latest post was a <div /> tag. Could that actually cause that behavior? why would a single nameless, classless div cause that to happen?

    When I first learned the div tag, It’s purpose was to provide a vertical division between two blocks.

    Could this be a CSS problem?

    Thanks for the help!

    Yup, I’m having exactly the same problem.
    I’d love to have some docs about how to turnon some debugging.
    I’ve coded perl, and asp. but never PHP. So while i can understand most of teh code, inserting debugging statements is probably beyond my scope right now.

    So my questions are these:
    Is the format of data fixed? What I mean is I’ve looked at the data file that i made. It looks liek this:
    AUTHOR: xxxxxxx
    TITLE: This is a test
    DATE: xx/xx/xxxx 06:21:00 PM

    Is it OK for the AUTHOR field to come first? or should the title come first? Or does it not matter what the structure of the data is?

    It would be very cool if the import tool would, when it fails, tell you how many records it read, and show you the list of users that it read, so that you can start to eliminate problems.

    Thanks

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