-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
[3][com_postinstall] warning on php 8 #31446
Comments
I can't reproduce this, do you have any 3rd party extensions installed? |
can you try to apply a similar patch like #30608 to libraries/fof/utils/observable/event.php line 63? |
i've already done that....with no luck |
Compiling php8-rc5 now (missed it till now) |
@alikon do you get the error also without xdebug? |
I think you have to fix it I can't reproduce it and no one else who tested php 8.0 (since it's the first admin page ;-) |
ok let's close it |
So you don't try to find the problem and provide a pr? |
i'll wait for the stable version of both php8 and xdebug3....maybe i've made some mistake on my local settings to run on -dev environment |
Hello, I got two similar warning messages when upgrading from php7.2.10 to php7.3.24. However, they disappear when I deactivate the php_xdebug extension. This bug seems to be Akeeba related. Can anyone tell me how to fix it? Messages (localhost > Joomla! 3.9.22 > Control Panel) : Warning: Parameter 1 to FOFModelBehavior::onBeforeBuildQuery() expected to be a reference, value given in C:\wamp64\www\export\libraries\fof\utils\observable\event.php on line 63 Warning: Parameter 1 to FOFModelBehaviorFilters::onAfterBuildQuery() expected to be a reference, value given in C:\wamp64\www\export\libraries\fof\utils\observable\event.php on line 63 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31446. |
No it's not akkeba it's only FOF which is an old version bundled with joomla. |
@HLeithner This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31446. |
actually I can't replicate the issues, it would be awesome if someone who can reproduce the problem find and solve it. |
@HLeithner |
please test #31537 |
Thank you. FYI, problem solved with latest Joomla updates. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31446. |
Steps to reproduce the issue
use php 8
go to Admin->Control Panel
Expected result
no warning
Actual result
System information (as much as possible)
php 8
jooomla 3 staging/rc
The text was updated successfully, but these errors were encountered: