Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #56276
    @nvwa

    I am having issues with users hitting 404 errors on several pages on our site.

    Example: /members/XXXX/achievements/ hits a 404 error when referred from :http://xxx.com/members/xxx/courses/

    also /topic/wine-making-review-worksheet/ hits a 404 when referred from http://xxx.com/topic/wine-making-review-worksheet/

    Thoughts?

    Answers

    #56344
    @vapvarun

    Hi @nvwa, Please take look of error_log files might be error errors due to memory exhausted.

    Regards

    #56345
    @vapvarun

    If you have any memory specific errors

    you can add inside wp-config.php

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

    Regards
    Varun Dubey

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘404 Error’ is closed to new replies.