We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rex_yrewrite::getCurrentDomain() auf eine subdomain ist null, wenn Startartikel im root des Mountpoints ist bzw. wenn Startartikel = Mountpoint ist.
rex_yrewrite::getCurrentDomain()
Der folgende Aufruf dagegen funktioniert.
rex_yrewrite::getDomainByArticleId(rex_article::getCurrentId(), rex_clang::getCurrentId())->getMountId()
Error: Call to a member function getMountId() on null File: rex:///template/12 Line: 55
The text was updated successfully, but these errors were encountered:
yrewrite vs. subdomains fixed
23b8238
fixes: #85 siehe auch: yakamara/redaxo_yrewrite#562
No branches or pull requests
rex_yrewrite::getCurrentDomain()
auf eine subdomain ist null, wenn Startartikel im root des Mountpoints ist bzw. wenn Startartikel = Mountpoint ist.Der folgende Aufruf dagegen funktioniert.
rex_yrewrite::getDomainByArticleId(rex_article::getCurrentId(), rex_clang::getCurrentId())->getMountId()
Error: Call to a member function getMountId() on null
File: rex:///template/12
Line: 55
Stacktrace
System report (REDAXO 5.15.1, PHP 8.1.26, MariaDB 10.3.38)
The text was updated successfully, but these errors were encountered: