• This plugin generally works for me, this is the first time I try it on this environment and I can’t share the url because the site is behind a password anyway.

    The problem is that when I try to upload an image, the upload seems to take place but then I just get a blank screen with the dasbhoard sidebar on the left. No warning, no error, but also the image does not get uploaded.

    The server log (apache) spits out 2 warnings and one error when I click Upload after selecting a valid image:

    PHP Warning: basename() expects parameter 1 to be string, object given in /[full path to domain.com]/wp-content/plugins/wp-cycle/wp-cycle.php on line 137, referer: https://example.com/wp-admin/upload.php?page=wp-cycle
    PHP Warning: file_exists() expects parameter 1 to be string, object given in /[full path to domain.com]/wp-includes/media.php on line 246, referer: https://example.com/wp-admin/upload.php?page=wp-cycle
    PHP Catchable fatal error: Object of class WP_Error could not be converted to string in /[full path to domain.com]/wp-includes/media.php on line 247, referer: https://example.com/wp-admin/upload.php?page=wp-cycle

    Any ideas? Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m getting the exact same issue since upgrading to 3.1.1 – looking for a solution too ??

    Getting the same error on 3.1.2, trying to upload images, no error message, nothing.

    Thread Starter Oscar Gonzalez

    (@rakxzo)

    Yup, had to use something else for now… didn’t have time to troubleshoot.

    Upon further examination it seems AiO requires GD for image manipulation (which makes sense). This is the error message I got.

    object(WP_Error)#193 (2) { [“errors”]=> array(1) { [“error_loading_image”]=> array(1) { [0]=> string(38) “The GD image library is not installed.” } } [“error_data”]=> array(1) { [“error_loading_image”]=> string(85) “Ardha-Salabha_Asana-Half_Locust_Pose_Wiki.jpg” } }

    I’ll install it and report back.

    Yup, I just installed the GD package and it’s working now. Now on to fix more stuff! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Upload gives no response, errors in server logs’ is closed to new replies.