-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
More PHP 7.4 warnings #15210
Comments
I suppose there is no chance to get a stack trace? Any chance we can find out when this happens or on which URL this is triggered? Ideally, for performance reasons, we would avoid needing to call |
Wouldn't it be enough to check for |
|
Created #15224 for now just to be safe... |
|
This one has been fixed in #15204
Lukas
… Am 02.12.2019 um 23:34 schrieb Mike van Eckendonk ***@***.***>:
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/nginx/domains/analytics.domain.com/public/libs/upgradephp/upgrade.php on line 180
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/nginx/domains/analytics.domain.com/public/libs/upgradephp/upgrade.php on line 194
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/nginx/domains/analytics.domain.com/public/libs/upgradephp/upgrade.php on line 194
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/nginx/domains/analytics.domain.com/public/libs/upgradephp/upgrade.php on line 200
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/nginx/domains/analytics.domain.com/public/libs/upgradephp/upgrade.php on line 202
ERROR [2019-12-02 22:05:02] 26165 Empty or invalid response 'PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/nginx/domains/analytics.domain.com/public/libs/upgradephp/upgrade.php on line 180 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/nginx/domains/analytics.domain.com/public/libs/upgradephp/upgrade.php on line 194 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/nginx/domains/analytics.domain.com/public/libs/upgradephp/upgrade.php on line 194 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/nginx/domains/analytics.domain.com/public/libs/upgradephp/upgrade.php on line 200 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/nginx/domains/analytics.domain.com/public/libs/upgradephp/upgrade.php on line 202 a:3:{s:10:"2019-11-30";a:56:{s:16:"n
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
FYI our host has PHP 7.4 support now https://twitter.com/alwaysdata/status/1201425777667059712 |
* PHP 7.4 warning in ColumnDelete fix #15210 * remove tabs * Update ColumnDelete.php * Update ColumnDelete.php * Update ColumnDelete.php * Update ColumnDelete.php * Update ColumnDelete.php
that same error seems to occur in the console script as well |
@MacFan4000 That's another bug and has been fixed in #15204 |
So, we can finally use Matomo with 7.4.0?? Getting issues with the cron, everything. And it's not only Matamo, but there are so many issues with 7.4.0, I have to change my billing software, many other things. pff. Everything needs time to get mature. |
@Eckybrazzz As every release PHP 7.4 added new warnings for deprecated features and if your software depends on code that uses these ancient features (like e.g. TCPDF in case of Matomo) you will see these kind of warnings. I tested most Matomo features before the release, but obviously can't catch everything. And as no one reported any issues during the PHP 7.4 beta phase, these remaining things can only be fixed now. So yes, you can use Matomo with 7.4!! But you will have to either apply the few patches like #15204 yourself or have to wait until 3.13.1 comes out with them. |
Can help? INFO [2019-12-19 20:12:01] 26229 --------------------------- |
* PHP 7.4 warning in ColumnDelete fix matomo-org#15210 * remove tabs * Update ColumnDelete.php * Update ColumnDelete.php * Update ColumnDelete.php * Update ColumnDelete.php * Update ColumnDelete.php
* PHP 7.4 warning in ColumnDelete fix matomo-org#15210 * remove tabs * Update ColumnDelete.php * Update ColumnDelete.php * Update ColumnDelete.php * Update ColumnDelete.php * Update ColumnDelete.php
As reported in https://forum.matomo.org/t/error-php-deprecated-auto-archiving/35190 and #14821 (comment) (the next time I'll create a sparate issue for every bug/warning).
I can't reproduce it on my empty testinstance anymore, but it still seems to happen.
matomo/core/DataTable/Filter/ColumnDelete.php
Line 164 in b16a791
The text was updated successfully, but these errors were encountered: