+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: system error: smarty error: [plugin] unknown tag - 'processStep' ... in log error

  1. #1

    system error: smarty error: [plugin] unknown tag - 'processStep' ... in log error

    Dear Rudi and Viktor,

    errors.log:

    Code:
    Only registered members can view the code.

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

    I need you to create a ticket so we can investigate the problem

  3. #3
    Hello Bahram Soltanirad,

    I think you did the wrong upgrade. Need to compare files and check what is a difference.
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Hello, I compared them one by one, and checked hooks table. There is no problem for adding listings.
    Also there is google crawl error 500 on add-listing.html

  5. #5
    Senior Member
    Join Date
    Oct 2014
    Posts
    169
    When solution is found please place fix here

  6. #6
    Senior Member
    Join Date
    Oct 2014
    Posts
    169
    I have same error
    /public_html/libs/smarty/Smarty.class.php)
    System error: Smarty error: [in /home/----/public_html/templates/-----/controllers/add_listing/add_listing.tpl line 29]: [plugin] unknown tag - 'processStep' (core.load_plugins.php, line 118) on line# 1095 (file: /home/---/public_html/libs/smarty/Smarty.class.php)
    Last edited by Errol; February 17, 2018 at 03:55 PM.

  7. #7
    Quote Originally Posted by Errol View Post
    When solution is found please place fix here
    Sure, and you too please

  8. #8
    Hello flynax,

    web server log is:
    [STDERR] PHP Fatal error: Call to a member function processTplStep() on null in /tmp/compile/%%5E^5E8^5E8F6A15%%add_listing.tpl.php on line 34
    and line 34 is:
    PHP Code:
    Only registered members can view the code
    I changed libs/smarty/internals/core.load_plugins.php like below and it hide error from tmp/errorLog/error.log file.
    Find:
    Code:
    Only registered members can view the code.
    add below line after that:
    Code:
    Only registered members can view the code.
    Google crawl error 500 in add-listing.html still exists.

    Also, i was confused a little about function
    Code:
    Only registered members can view the code.
    When run add-listing.html, Why isset($_plugin) set to true while $_name = 'processStep' & $_type = 'function'

    Note:
    I disabled posting ads in one step at admin panel.
    Last edited by Bahram Soltanirad; February 18, 2018 at 12:08 PM.

  9. #9
    Hi there,

    We've already fixed this problem in developing version and share fix for you here.
    Check changes which you need to make.

    Attached Images Attached Images
    Thank you, Curtis.
    @Flynax Company

  10. #10
    Hello Curtis,
    It was a good practical class for me. I was totally in wrong way.
    I thought, it was because of add listings by users and related to smarty codes, while it was because of google bot referring to add-listing page.
    Thank you so much. Please come here more.

+ Reply to Thread