+ Reply to Thread
Results 1 to 8 of 8

Thread: A bug may have been discovered...

  1. #1

    A bug may have been discovered...

    Hello.
    I use the shortened URL function ( www.domain.com/RF171783 ) in the ad type.
    After activating the membership plan, the ad pages do not open (white page , HTTP ERROR 500).
    But if you deactivate the membership plan again or refuse the shortened Url with the reference number, everything works fine.
    Also tested on the trial demo version 4.9.2

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Hello,

    Apply this solution:

    - open includes/classes/rlListings.class.php

    - find public function originalUrlRedirect

    - after:
    PHP Code:
    Only registered members can view the code
    add:
    PHP Code:
    Only registered members can view the code
    then open includes/classes/rlMembershipPlan.class.php > public function isContactsAllow()

    after:
    PHP Code:
    Only registered members can view the code
    add:
    PHP Code:
    Only registered members can view the code
    Last edited by Rudi; July 25, 2023 at 08:41 AM.

  3. #3
    Thanks Rudi, but unfortunately it didn't help.....

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Ok, I've found another cause of this problem and corrected my first post
    Last edited by Rudi; July 25, 2023 at 08:29 AM.

  5. #5
    Rudi, now after making changes a white page with "ERR_TOO_MANY_REDIRECTS" comes up

  6. #6
    Hi everyone, back to this issue. I made a new installation of the script 4.9.2. Unfortunately, in the connection of the shortened URL with the reference number and activation of the membership plan, a white page comes out. There is no possibility to open the ad, and also when publishing on the last step of filling out the form - "publish". So I have to disable either the membership plan or the shortened URL ( www.domain.com/RF171783 ). Very much looking forward to your support.

  7. #7
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Hello,

    The solution from my post works fine on my end

  8. #8
    I think I have solved this issue. Thank you very much for your help Rudi.

+ Reply to Thread