-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
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
Please review the php var definition code in QgisProject.php and WMSRequest.php in 3.6.4 as in 3.7.0-alpha2 #3809
Closed
1 task done
Comments
Antoviscomi
changed the title
Please review the php vas definition code in QgisProject.php WMSRequest.php in 3.6.4 as in 3.7.0-alpha2
Please review the php var definition code in QgisProject.php WMSRequest.php in 3.6.4 as in 3.7.0-alpha2
Jul 28, 2023
Can you make the PR ? You can make the change straight on GitHub. |
@Gustry I'm not able to edit the code on Github, I need to fork the repository? |
You can, if you don't have enough permissions, it will create the fork for you automatically. It's what you did #3810 now, thanks |
Merged
@Gustry i hope i did well the PR |
Merged
Antoviscomi
changed the title
Please review the php var definition code in QgisProject.php WMSRequest.php in 3.6.4 as in 3.7.0-alpha2
Please review the php var definition code in QgisProject.php and WMSRequest.php in 3.6.4 as in 3.7.0-alpha2
Jul 28, 2023
laurentj
added a commit
that referenced
this issue
Jul 30, 2023
laurentj
added a commit
that referenced
this issue
Jul 30, 2023
laurentj
added a commit
that referenced
this issue
Jul 30, 2023
All patchs backported manually into Lizmap 3.5 and 3.6. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the bug?
php ./console.php wmts:capabilities cetraro Cetraro
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/lizmap/lizmap/modules/lizmap/lib/Project/QgisProject.php on line 1924
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/lizmap/lizmap/modules/lizmap/lib/Request/WMSRequest.php on line 798
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/lizmap/lizmap/modules/lizmap/lib/Request/WMSRequest.php on line 801
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/lizmap/lizmap/modules/lizmap/lib/Request/WMSRequest.php on line 801
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/lizmap/lizmap/modules/lizmap/lib/Request/WMSRequest.php on line 967
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/lizmap/lizmap/modules/lizmap/lib/Request/WMSRequest.php on line 967
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/lizmap/lizmap/modules/lizmap/lib/Request/WMSRequest.php on line 967
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/lizmap/lizmap/modules/lizmap/lib/Request/WMSRequest.php on line 967
Steps to reproduce the issue
substitute ${var} with {$var} to fix that errors
Versions
Versions :
Check Lizmap plugin
QGIS server version, only if the section above doesn't mention the QGIS Server version
3.32.0
Operating system
Ubuntu 22.04
Browsers
Chrome
Browsers version
Chrome 115.0.5790.102
Relevant log output
No response
The text was updated successfully, but these errors were encountered: