Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Unable to upload image from media uploader #441970

    Okay, solved. End up being a malicious code that I found by following these steps:

    Try checking the response of the AJAX request

      Enable WP_DEBUG
      In Google Chrome, open Chrome’s DevTools by right-clicking > “Inspect Element”
      Go to wp-admin/uploads.php
      Switch to “Network” tab and set filter to “XHR” (https://cloudup.com/ijJ4IYtHCSh)
      Reload page
      Select admin-ajax.php and switch to the Response tab

    I removed the malicious file and now I can upload images with no conflict. Thanks to your pointers I was able to ruled out and pinpoint the problem.

    in reply to: Unable to upload image from media uploader #440709

    Thanks @Ismael

    Contact my server provider (hostgator) and this are the settings that I currently have:

    safe mode = Off (cannot adjust)
    memory_limit = 256M (MAXIMUM)
    max_execution_time = 30 (MAXIMUM in seconds)
    max_input_time = 60 (MAXIMUM in seconds)
    post_max_size = 64M (MAXIMUM)
    upload_max_filesize = 64M (MAXIMUM)
    enable_dl = Off (cannot adjust)

    Do you think this settings are causing the conflict to upload the images? it was working perfectly 3 weeks ago.

    Thanks for the pointers.

    in reply to: Menu header color changed #439468

    okay, solved. I forgot to activate child theme were all changes were made.

    in reply to: Unable to upload image from media uploader #439391

    @Andy

    This is beyond my knowledge in wordpress interface. You guys are masters in this area and thats why I started this post, to shed some light in such a common problem even among Enfold theme users. After all we live off wordpress.

    Any pointers in any area at this point is highly apreciated. I tryied everything with no luck. So frustrating.

    in reply to: Unable to upload image from media uploader #437700

    Thanks Yigit! no luck with re-installing wordpress and also updating Enfold.

Viewing 5 posts - 1 through 5 (of 5 total)