Okay
  Public Ticket #886012
HTTP error: Unable to upload to media after activating kalium
Closed

Comments

  •  2
    Jenny started the conversation

    Hello,

    After activating the Kalium theme (uploaded to the server with no issues), I cannot upload any files via Media > Add New.  Wordpress gives the error "HTTP Error".

    The issue DISAPPEARS if I do EITHER of the following:

    1) Re-activate a different theme (uploading breaks only with Kalium)

    2) Re-name Kalium's functions.php file so that it is not used.

    The upload limits and PHP settings appear ok given I was able to upload the kalium zip file using the wordpress interface.  The .htaccess file is the standard one output by Wordpress > Permalinks.   I've also tried changing directory permissions to 777 for the uploads but this did not fix the problem.

    Please help.

    Jenny

  • [deleted] replied

    Hi Jenny,

    It is weird, we haven't heard of this issue in Media uploading that was only happening with Kalium.

    We use a certain library for image resizing, so please activate Kalium theme and edit functions.php and remove the following code:

    require 'inc/lib/dynamic_image_downsize.php';
    That is located on line 59 (if not there search above or below).

    Then try if that works for you