+ Reply to Thread
Results 1 to 4 of 4

Thread: Fatal error on my rss-feed page

  1. #1

    Fatal error on my rss-feed page

    Hi,

    When i checked my rss-feed page i saw Fatal error: Call to a member function fakeListingValue() on a non-object in /home1/ebuddy16/public_html/includes/classes/rlCommon.class.php on line 675

    Kindly suggest how to solve this.

    Thanks in Advance.

  2. #2
    Quote Originally Posted by Sanjay Pattar View Post
    Hi,

    When i checked my rss-feed page i saw Fatal error: Call to a member function fakeListingValue() on a non-object in /home1/ebuddy16/public_html/includes/classes/rlCommon.class.php on line 675

    Kindly suggest how to solve this.

    Thanks in Advance.

    Hello Sanjay,

    Now i don't see any problem in RSS feed page. But the problem what you explain maybe fixed by the following changes:

    in file /includes/classes/rlCommon.class.php in adaptValue() function you need load rlMembershipPlan class

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

  3. #3
    Hi Curtis,

    I inserted above code but now am getting below error.

    Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /home1/ebuddy16/public_html/includes/classes/rlCommon.class.php on line 1486

  4. #4
    Hello Sanjay,

    I've fixed it. Somebody can use the following code:

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

+ Reply to Thread