Okay
  Public Ticket #676059
upload images
Closed

Comments

  • Vittorio started the conversation

    Hello everyone,

    Everytime i try to upload an image there\'s an HTTP error. This happen just with FINELINER template and not with wp wordpress theme.

    I just installed it on brand new, fresh and clean version of WP so what could be the error?

    Can you help me asap please?

    Thank you in advance

    Vittorio

  •  291
    Paul replied

    Hi Vittorio!

    That\'s odd. I have never seen that kind of problem. The theme itself does not use any code that affect WP uploading.

    Just wondering that did it work fine before? Do you remember what was the recent activity before it happened?

    Regards,
    Paul

  • Vittorio replied

    Thanks Paul for you answer.
    Nothing special before...

    just installed fineliner template and all plugins that it require for working.


  • Vittorio replied

    Actually the problem was this:

    just added this code into the FUNCTIONS.PHP of the fineliner theme

    @ini_set( \'upload_max_size\' , \'64M\' );

    @ini_set( \'post_max_size\', \'64M\');

    @ini_set( \'max_execution_time\', \'300\' );

    What do you thin? could be a problem?

    Cheers

  •  291
    Paul replied

    Hmm. Normally the theme does not require that code in order to make it working and it is not part of the theme. It seems like the code override some server\'s configuration here. Please try removing any custom code that you have added into the theme and test it again with the default/clean state. See if it helps.