+ Reply to Thread
Page 1 of 7 123 ... LastLast
Results 1 to 10 of 68

Thread: Problem with free package

  1. #1
    Senior Member
    Join Date
    Jun 2016
    Location
    New York
    Posts
    158

    Lightbulb Problem with free package (Usage Limit)

    Hello,

    I'm having trouble choosing a free package (4.6.1), does anyone know what might be happening?

    screen-error.jpg

    Thankyou!
    Last edited by Ed; March 29, 2018 at 07:03 PM.

  2. #2
    Senior Member
    Join Date
    Jun 2016
    Location
    New York
    Posts
    158

    Unhappy Problem with free package (Usage Limit)

    First: Add a Plan (Single)
    Second: Define Free (0.00)
    Third: I define how many times it can be used (10)

    In front of the site I get the message saying that the usage limit is exceeded (Used-Up), Is someone having the same problem?

    screen-error.jpg

    Regards
    Last edited by Ed; March 29, 2018 at 07:03 PM.

  3. #3
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    ED have you checked you bin and deleted any old versions of this / also your admin panel view package usage ? check that file and see if there are any there showing 0 (zero) if so manually edit the 0 to a number available to see if that fixes it.

    best i can guess is there were some named this before that have been used but may be wrong?

    Pete

  4. #4
    Senior Member
    Join Date
    Dec 2012
    Posts
    102
    user must be logged in to use the free plan. you can always change the logic for not logged in users

  5. #5
    Hello Ed,

    How many listings did you create with this plans from your account?
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #6
    Senior Member
    Join Date
    Jun 2016
    Location
    New York
    Posts
    158

    Unhappy Problem with free package (Usage Limit)

    Hello everybody,

    I have already done all these procedures that you mentioned, but there is no solution, I already checked in the demonstration version of flynax and it is with the same error.

    Important note: If set 0 for the plan usage limit the problem does not occur, but I need to set 5 or 10 or 15 only.

    Zero (0) is "unlimited", but I need to set 5 or 10 or 15, ie "Limited"

    Thankyou
    Last edited by Ed; March 29, 2018 at 07:03 PM.

  7. #7
    Senior Member
    Join Date
    Jun 2016
    Location
    New York
    Posts
    158
    Quote Originally Posted by Viktor View Post
    Hello Ed,

    How many listings did you create with this plans from your account?
    None Nothing

  8. #8
    Senior Member
    Join Date
    Dec 2012
    Posts
    102
    user must be logged in to use the free plan. you can always change the logic for not logged in users

    give some minutes to check and find changes we made on our site....

    1) includes/classes/addlisting.php:
    lines ~740
    // Check plan using data
    /*customization to allow free plan to visitor*/
    elseif ($plan_info['Limit'] > 0 && $plan_info['Using'] == 0 && $plan_info['Using'] != ''&& defined('IS_LOGIN')) {
    $errors[] = $lang['plan_limit_using_hack'];
    }

    2)
    Last edited by autocy; March 27, 2018 at 09:24 AM.

  9. #9
    Senior Member
    Join Date
    Jun 2016
    Location
    New York
    Posts
    158
    Quote Originally Posted by autocy View Post
    user must be logged in to use the free plan. you can always change the logic for not logged in users

    give some minutes to check and find changes we made on our site....
    I've already made this change but the error still persists

    Thankyou!

  10. #10
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,160
    Actually, if you use a single listing package once you added a single listing you should update your package via account area (My Listings > some listing > Renew/Upgrade Package)

+ Reply to Thread