This will be so awesome.
OKI miss a link to click on the message and open the ACP with the add-on section...I know what you think, but people like the shorter ways.
![]()
![]()
Where should the link come from?Idea: Add link to the addon page
The additional link is come from xenforo resources.Where should the link come from?
ErrorException: [E_NOTICE] Trying to access array offset on value of type int
src/addons/X0815/ChkAddOnUpdate/XF/Entity/AddOn.php:108
Generated by: Unknown account
Sep 30, 2022 at 8:46 AM
Stack trace
#0 src/addons/X0815/ChkAddOnUpdate/XF/Entity/AddOn.php(108): XF::handlePhpError(8, '[E_NOTICE] Tryi...', '/home/zzz/...', 108, Array)
#1 src/addons/X0815/ChkAddOnUpdate/Repository/Update.php(193): X0815\ChkAddOnUpdate\XF\Entity\AddOn->isNewVersion()
#2 src/addons/X0815/ChkAddOnUpdate/Repository/Update.php(210): X0815\ChkAddOnUpdate\Repository\Update->allNewUpdateAddOn()
#3 src/addons/X0815/ChkAddOnUpdate/Repository/Update.php(49): X0815\ChkAddOnUpdate\Repository\Update->isOldCache()
#4 src/addons/X0815/ChkAddOnUpdate/Cron/Updater.php(11): X0815\ChkAddOnUpdate\Repository\Update->rebuildCache()
#5 src/XF/Job/Cron.php(37): X0815\ChkAddOnUpdate\Cron\Updater::runUpdater(Object(XF\Entity\CronEntry))
#6 src/XF/Job/Manager.php(260): XF\Job\Cron->run(8)
#7 src/XF/Job/Manager.php(202): XF\Job\Manager->runJobInternal(Array, 8)
#8 src/XF/Job/Manager.php(86): XF\Job\Manager->runJobEntry(Array, 8)
#9 job.php(43): XF\Job\Manager->runQueue(false, 8)
#10 {main}
No, because this is a internal route and not a internal link, to a login page or something. It routes the action to something nothing more. I hope this explanation helps.It appears to be trying to log in to a page: YOURSITE/admin.php?index/login-xf rather than logging into xenforo.com
That could be right, cause the login is stored in a cookie file.I get periodically logged out from xenforo.com and have to re-enter my login credentials
Server error log
ErrorException: [E_NOTICE] Trying to access array offset on value of type int src/addons/X0815/ChkAddOnUpdate/XF/Entity/AddOn.php:91
Generated by: Unknown account Oct 4, 2022 at 12:00
Stack trace
#0 src/addons/X0815/ChkAddOnUpdate/XF/Entity/AddOn.php(91): XF::handlePhpError(8, '[E_NOTICE] Tryi...', '/var/www/vhosts...', 91, Array)
#1 src/addons/X0815/ChkAddOnUpdate/Repository/Update.php(193): X0815\ChkAddOnUpdate\XF\Entity\AddOn->isNewVersion()
#2 src/addons/X0815/ChkAddOnUpdate/Repository/Update.php(210): X0815\ChkAddOnUpdate\Repository\Update->allNewUpdateAddOn()
#3 src/addons/X0815/ChkAddOnUpdate/Repository/Update.php(49): X0815\ChkAddOnUpdate\Repository\Update->isOldCache()
#4 src/addons/X0815/ChkAddOnUpdate/Cron/Updater.php(11): X0815\ChkAddOnUpdate\Repository\Update->rebuildCache()
#5 src/XF/Job/Cron.php(37): X0815\ChkAddOnUpdate\Cron\Updater::runUpdater(Object(XF\Entity\CronEntry))
#6 src/XF/Job/Manager.php(260): XF\Job\Cron->run(8)
#7 src/XF/Job/Manager.php(202): XF\Job\Manager->runJobInternal(Array, 8)
#8 src/XF/Job/Manager.php(86): XF\Job\Manager->runJobEntry(Array, 8)
#9 src/XF/Cli/Command/RunJobs.php(59): XF\Job\Manager->runQueue(false, 8)
#10 src/vendor/symfony/console/Command/Command.php(255): XF\Cli\Command\RunJobs->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#11 src/vendor/symfony/console/Application.php(992): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#12 src/vendor/symfony/console/Application.php(255): Symfony\Component\Console\Application->doRunCommand(Object(XF\Cli\Command\RunJobs), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#13 src/vendor/symfony/console/Application.php(148): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#14 src/XF/Cli/Runner.php(111): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#15 cmd.php(15): XF\Cli\Runner->run()
#16 {main}
Request state
array(1) {
["cli"] => string(32) "httpdocs/www/cmd.php xf:run-jobs"
}
Here the same - thats a little bit nerving. But I think its not to solve without lost at the security side...I get periodically logged out from xenforo.com and have to re-enter my login credentials
I use the same combination here, no errors since beta 8i got a bunch of errors in the last hours.
XF 2.2.10 & PHP8.0.24
What add-ons? I dont can reproduce this here and have many add-on installed here.After updating an add-on, I get a second alert, that there is an update available (happens everytime)
That’s cause the wrong versioning of the AddOn.After updating AMPfx - its still shown as not up to date. Thats the only one add-on with this behavoir for me.
The name of the version should be not used, only the version number. The name is only decorating stuff.The coder have to name the version correctly.
This is not correct! The version number in software is not a decoration but essential and there are clear rules.The name of the version should be not used, only the version number. The name is only decorating stuff.
I know - thats why I say its better to ignore this add-on. ;-)That’s cause the wrong versioning of the AddOn.
Patch Level 5 != PL 5
The coder have to name the version correctly.
[E_NOTICE] Trying to access array offset on value of type int src/addons/X0815/ChkAddOnUpdate/XF/Entity/AddOn.php:91
- ErrorException: [E_NOTICE] Trying to access array offset on value of type int
Will be fixed in the upcoming version. I have found the bug.
Happens for every add-on I use. Example:What add-ons? I dont can reproduce this here and have many add-on installed here.
We use essential cookies to make this site work, and optional cookies to enhance your experience.