You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this message, because apparently I'm not passing the $module into your Constructor. ($routeMatch->getParam('__NAMESPACE__'))
How is this NAMESPACE parameter supposed to be set?
Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /app/vendor/tasmaniski/laminas-current-route/src/CurrentRoute/View/Helper/CurrentRoute.php on line 26
Could you help me find where I need to set it, likely in one of the config files.
Using v3.0.2, php 8.1
The text was updated successfully, but these errors were encountered:
emedeirox
added a commit
to emedeirox/laminas-current-route
that referenced
this issue
Jan 11, 2023
I'm getting this message, because apparently I'm not passing the $module into your Constructor. (
$routeMatch->getParam('__NAMESPACE__')
)How is this NAMESPACE parameter supposed to be set?
Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /app/vendor/tasmaniski/laminas-current-route/src/CurrentRoute/View/Helper/CurrentRoute.php on line 26
Could you help me find where I need to set it, likely in one of the config files.
Using v3.0.2, php 8.1
The text was updated successfully, but these errors were encountered: