+ Reply to Thread
Results 1 to 4 of 4

Thread: Error in RSS page

  1. #1
    Member
    Join Date
    Jul 2016
    Location
    Iran
    Posts
    74

    Error in RSS page

    Hello
    The RSS page for my site gives the following error:
    This page contains the following errors:
    error on line 80 at column 73: Entity 'rsquo' not defined
    Below is a rendering of the page up to the first error.
    Untitled-1.jpg

    please guide me
    Car sell in: BanBan.ir

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

    this is a system bug that occurs when you edit 'RSS Feed' page, it will be solved in the new script release

    now you should do the following:

    - go to Common > Database > Enter an SQL query > insert this code and click 'Go':
    Code:
    Only registered members can view the code.
    where {db_prefix} is a prefix of your database


    - then go to ftp > admin > controllers > pages.inc.php > find a row elseif ( $_GET['action'] == 'edit' ) (~511 row)

    replace below:
    PHP Code:
    Only registered members can view the code
    with:
    PHP Code:
    Only registered members can view the code
    Last edited by Rudi; September 4, 2018 at 10:16 AM.

  3. #3
    Member
    Join Date
    Jul 2016
    Location
    Iran
    Posts
    74
    Thanks Rudi

    I replaced your suggested code and the problem was fixed. But the code is repeated twice in the admin > controllers > pages.inc.php file, which I have replaced with both.
    Car sell in: BanBan.ir

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    the code section with elseif ($_GET['action'] == 'edit') is found only once

    in this section you should replace the code I mentioned below

+ Reply to Thread