Home Forums Pro Themes University Hub Pro media gallery

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #96810
    ajid
    Participant

    Dear Admin,

    I use a uny hub pro theme and to day I try to upload a picture using media library then add new, after that upload file, but there’s noticed ‘http error’ and the picture can not be upload.

    How for solution? and if I use manul to upload pictures, where the folder is.

    Thnks, Ajid

    #96815
    wensolutions
    Keymaster

    Hello ajid,

    Thank you very much for using the theme.

    A common cause of the HTTP error in WordPress is a lack of memory. It can also result in many other issues such as the 503 service unavailable error. Fixing low memory is a matter of adding the following line to your wp-config.php file:

    define (‘WP_MEMORY_LIMIT’, ‘256M’);

    The above code increases your PHP memory limit to 256MB. Before adding it, you should also confirm what the maximum available memory limit is on your server by checking PHP info.

    Also please check the issue by switching it to the default WordPress theme. If the issue persists then the issue is not related to the theme.

    FYI, the media is working fine in our side.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.