Skip to content

I got the error message Undefined property: Minz_View::$rss_title when opening the view of extension #353

@reply2future

Description

@reply2future

version

freshrss: 1.27.0, docker image from linuxserver/freshrss
extension: News Assistant, 0.13.0, https://github.com/reply2future/xExtension-NewsAssistant

issue

Image

what I did in this page:

class NewsAssistantExtension extends Minz_Extension
{
	public function init()
	{
		parent::init();

		$this->registerController('assistant');
		$this->registerViews();
		$this->registerTranslates();
		$this->registerHook('nav_menu', array($this, 'addSummaryBtn'));
	}
       # ...
}

logs

2025/08/26 12:27:23 [error] 297#297: *265 FastCGI sent in stderr: "PHP message: PHP Warning:  Undefined property: Minz_View::$rss_title in /app/www/app/layout/layout.phtml on line 42" while reading upstream, client: 192.168.224.1, server: _, request: "GET /i/?c=assistant&a=summary&cat_id=3&state=2 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "example.com"
2025/08/26 12:27:23 [error] 297#297: *265 FastCGI sent in stderr: "; PHP message: PHP Warning:  Undefined property: Minz_View::$html_url in /app/www/app/layout/header.phtml on line 20" while reading upstream, client: 192.168.224.1, server: _, request: "GET /i/?c=assistant&a=summary&cat_id=3&state=2 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "example.com"

Thank you for any help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions