Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Monchileo

    (@monchileo)

    Hi Josh,

    Thanks for the warning. I cannot edit the post, but it is the testing environment and the real website will be on a different server tomorrow, so no problem.

    Regarding the media library issue: I turned off the plugin and still had the same issue uploading files. Is there a way you could help me outside of this platform?

    Best,
    Monique

    Thread Starter Monchileo

    (@monchileo)

    Okay, now it seems that I can get the error messages displayed on the website (because I switched display errors on).
    Here is what the error message sais:

    Notice: Trying to get property of non-object in /homepages/43/d526999622/htdocs/clickandbuilds/WordPress/100GigProject/wp-content/plugins/edd-fes/classes/frontend/class-forms.php on line 2528

    And this line 2528 sais this:
    $alt = get_post_meta($attach_id->ID, ‘_wp_attachment_image_alt’, true);

    Here the whole adstract from the code:
    foreach ( $uploaded_items as $index => $attach_id ) {
    $download = wp_get_attachment_url($attach_id);
    $alt = get_post_meta($attach_id->ID, ‘_wp_attachment_image_alt’, true);
    ?>
    <tr class=”fes-single-variation”>

    Do you know what could be the problem here?
    I also tried to go through the debug.log (which I finally found), but not sure what I am looking for there. Can you help me?

    Best,
    Monique

    Thread Starter Monchileo

    (@monchileo)

    Hi Josh,

    Thank you so much for your answer! I just tried to turn on the error log using this explanation: https://codex.ww.wp.xz.cn/Editing_wp-config.php#Configure_Error_Logging

    However as I have never done it I think I did something wrong. Here the steps I followed:

    I added the following code to the wp-config.php:
    @ini_set( ‘log_errors’, ‘On’ );
    @ini_set( ‘display_errors’, ‘On’ );
    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, true );
    define( ‘WP_DEBUG_DISPLAY’, true );

    Then I tried to upload a media file again an got the same error message on the website (“An error occurred in the upload. Please try again later.”)

    But now as I try to find the debug.log or any other error log file, but it is not in wp-content and also nowhere else to be found.

    What is it that I do wrong in order to get the error log? Or you know where I can find it?

    Thanks for your support!

    Thread Starter Monchileo

    (@monchileo)

    Hi Jason,

    Thank you so much for your help! I managed to find a backup and get the custumizations up and running again!

    Best,
    Monique

    Thread Starter Monchileo

    (@monchileo)

    Hi Jason,

    Thanks a lot for your quick answer! I do have a back-up from the website, which was done after the customization job was completed. Can you support me on how to restore them? Is it as simple as just uploading all the files back through filezilla?

    And one more question: do you know if I can stop WordPress from updating automatically? Or is that irrelevant, because the customization was most probably done in the plugin?

    Thanks!
    Monique

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