+ Reply to Thread
Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 63

Thread: flynax customization

  1. #21

    Exclamation

    Hi there,

    I've found and fixed one similar problem with missing category titles in listings and it doesn't related with patch to 4.8.1 version, it's a bug in 4.8.1 and related with updated and optimized new scopes of phrases in core (unnecessary phrases wouldn't getting from DB anymore and it will help to increase the speed of page loading).

    Please open file includes/classes/rlCommon.class.php and found function adaptValue().

    1.
    Find code in top of this function adaptValue()

    Code:
    Only registered members can view the code.
    Replace it to following:

    Code:
    Only registered members can view the code.

    2. Find following code:

    Code:
    Only registered members can view the code.
    and replace it to follow:

    Code:
    Only registered members can view the code.
    P.S. Please let me know about result.
    Last edited by Curtis; August 19, 2020 at 06:30 AM.
    Thank you, Curtis.
    @Flynax Company

  2. #22
    Hi Curtis,

    I made the change on my local machine and got this error when trying to view a listing page

    Code:
    Only registered members can view the code.
    I tried to paste parts by parts of your code and confirm this part caused the problem, something is wrong with it

    Code:
    Only registered members can view the code.
    Last edited by Wei Hong; August 19, 2020 at 07:47 AM.

  3. #23
    Hello Wei Hong,

    Yes sorry, please make the following:

    Find code in top of this function
    adaptValue()

    Code:
    Only registered members can view the code.


    And replace to following (we need add new class in list):

    Code:
    Only registered members can view the code.
    Thank you, Curtis.
    @Flynax Company

  4. #24
    Quote Originally Posted by Curtis View Post
    Hello Wei Hong,

    Yes sorry, please make the following:

    Find code in top of this function
    adaptValue()

    Code:
    Only registered members can view the code.


    And replace to following (we need add new class in list):

    Code:
    Only registered members can view the code.
    Excellent work Curtis,

    I can confirm that the bugs Category name does not show on listing title is FIXED with Curits instruction above.

    I was unable to reproduce the email problem that Jen reported earlier though on my local machine.
    Last edited by Wei Hong; August 19, 2020 at 07:02 AM.

  5. #25
    Quote Originally Posted by Wei Hong View Post
    Excellent work Curtis,

    I can confirm that the bugs Category name does not show on listing title is FIXED with Curits instruction above.

    I was unable to reproduce the email problem that Jen
    Cool! Thanks for your help guys to make Flynax better!
    Thank you, Curtis.
    @Flynax Company

  6. #26
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    402
    I posted the update, this patch is good so far. At midnight, Cron runs and then I can tell if the mail sent by cron is good or not.

  7. #27
    Quote Originally Posted by Jen4
    I posted the update, this patch is good so far. At midnight, Cron runs and then I can tell if the mail sent by cron is good or not.
    So you reinstalled the patch?

  8. #28
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    402
    Quote Originally Posted by Wei Hong View Post
    So you reinstalled the patch?
    Yes. I re-applied the patch with the patch code provided here. So far, so good. I’m even waiting for Cron to run to see if that has improved.

  9. #29
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    402
    Unfortunately, there is still a bug. Cron runs down, sends the mail, but not good. I attach the picture from the mail.
    Your ad cannot be updated either because it requires a login. If I log in and click on the link again, it will ask me to log in again and will not allow me to update.

    N
    Last edited by Jenő Kocsi; August 20, 2020 at 10:21 AM.

  10. #30
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,137
    Hello,

    I think it's because you use previous language phrases with the old structure

    but should download languages for 4.8.1 from your Customer Area

+ Reply to Thread