+ Reply to Thread
Results 1 to 3 of 3

Thread: upgrade-listing.html

  1. #1

    upgrade-listing.html

    After upgrading to php 8.0 when an user receives email to renew listing, the link is not working ( upgrade-listing.html) I changed back to php 7.4 and the issue will not exist
    Do you have a solution for this?

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Try this solution: go to your file manager > includes > controllers > upgrade_listing.inc.php

    find and replace:
    PHP Code:
    Only registered members can view the code
    with:
    PHP Code:
    Only registered members can view the code

  3. #3
    Hello
    Thank you. Worked

+ Reply to Thread