• wallyvianna

    (@wallyvianna)


    I’m using a internet connection that is showing problems with my WordPress, when I try upload images.
    I need insert a image in my WordPress Post (featured image, by image library) but my WordPress says “HTTP ERROR”.
    I can do upload images by FTP to use in pages and posts (editing HTML), but I can’t upload images by WordPress interface.
    There is a way to insert images in WordPress Interface by WordPress DataBase?
    In what DataBase place these informations are stored?
    Thanks for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Pioneer Web Design

    (@swansonphotos)

    Generally, when you get the HTTP ERROR on file upload, the issue is within the setup of your website with your web hosting provider.

    A few reasons could be:

    Allowed file space.
    Allowed time to upload a file.
    Allowed time to keep a connection open.
    File type is not allowed.

    Or, it may even be a combination of such limitations for your specific type of account with your web host.

    Please ask your web host this question/review their documentation.

    ThemeSumo

    (@themesumo)

    Yes it is a server configuration issue, you can try adding this to your wp-config file:

    define('WP_MEMORY_LIMIT', '64MB');

    There are a few more solutions that you can try on this thread at StackOverflow.

    Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Inserting/editing images by database’ is closed to new replies.