Re: ElkArte 1.1.9
Reply #52 –
That is a little strange.
The ATTR_RESET is due to the updates in ILA ... it installs a new ila.integration.php file which requires a refresh of the hooks (which the install / uninstall package does take care of). I've only seen that error during uninstall and it only lingered for a single page load (I did fix that as well).
Since you are getting that error, it means it did install that new file but something to do with the opcache caused some other failure after that. You can probably fix the issue by using the 1.1.8 version of ila.integration.php (the old file is included in the1.1.9 package under the 1.1.8 directory). Then we need to understand why the opcache blocked.
Re: ElkArte 1.1.9
Reply #53 –
In the FWIW, in the updates that I've done, I've first updated all of the addons, then applied the 1.1.9 update (all on 7.4)
When you stop pulling your hair out, what do you have in your php.ini file for the opcache.restrict_api setting? There are checks in the code to prevent this error (since, 1.1.4) so I'm curious as to why its showing up (again). The error was caused by the system attempting to flush the opcache after the patch since at that point its no longer valid (but it checks if its allowed).
ETA: I added additional protection to the opcache_reset() call in the patch file (updated the attachment above), not sure if that was the cause but may help.
Re: ElkArte 1.1.9
Reply #57 –
It probably means I forgot to update the beSocial.css LOL ... I'll take a look in the AM