• Hi,

    Ultimate Member is conflicting with a plugin I use for front-end uploading posts.(Snax) When Ultimate Member is turned on, it can’t upload the thumbnails anymore and it wil display a http error.

    The plugin author of Snax has send me here, also a developer that checked it out said it’s best to ask here for help.

    Is there anything I can do to make both plugins work?

    Best regards

    Screenshot of error

    *Edit: Plugin author suggested to ask if Ultimate Member blocks the /wp-admin/ajax.php calls. Is there something I can do with this?

    • This topic was modified 4 years, 6 months ago by editpostok.
    • This topic was modified 4 years, 6 months ago by editpostok.
    • This topic was modified 4 years, 6 months ago by editpostok.
    • This topic was modified 4 years, 6 months ago by editpostok.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @editpostok

    Could you add these lines to your wp-config.php file

    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );

    And after that check the file content in wp-content/debug.log. Please send me this content.

    Thanks!

    Thread Starter editpostok

    (@editpostok)

    Hi, thanks for your reply.

    There is no debug file being created. I also checked the PHP error log in Directadmin and it is empty.

    To see the conflict on the frontend: https://kysolutions.info/test-site/create/?snax_format=text

    username: demo
    password: demo

    Please let me know if I can do anything else. Thank you.

    *EDIT: Query Monitor is activated, on the frontend

    • This reply was modified 4 years, 6 months ago by editpostok.
    • This reply was modified 4 years, 6 months ago by editpostok.
    Thread Starter editpostok

    (@editpostok)

    Some additional info:

    The http error doesn’t happen when logged in as an admin. Then everything works fine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflict with frontend uploader’ is closed to new replies.