This topic has 1 reply, 2 voices, and was last updated 11 years by SQadmin.

  • Author
  • #3368
     k3m
    Participant

    When user receives a message red number appears on the top menu on “Profile” icon.
    When user click’s it instead of being redirected to new messages error 404 appears. I assume the problem is related to URL link built within header.php file. Apparently PHP code is not processed correctly in the code below

    and instead of receiving correct URL we receive URL looking like this:
    http://localhost/%3C?%20echo%20bp_loggedin_user_domain().’messages/’;%20?%3E

    #3396
     SQadmin
    Keymaster

    Hi, I saw what the problem is. You can enable PHP short tags in your hosting environment or edit header.php at line 130 and change
    <? if( bp_is_active('messages') to <?php if( bp_is_active('messages')

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?