ryan Posted Saturday at 04:54 PM Author Posted Saturday at 04:54 PM Quote 2. A bit later I asked the Engineer to answer a question I found here in the forums and got: @wbmnfktr The current version of AgentTools lets you configure the max iterations on the module screen. Previously the number was like 5, but the new default I believe is now 20. Quote Looks like Claude/Codex is good at introducing regressions/bugs in the core, or am I mistaken? They are good at fixing bugs. It's just that some of the bugs were previously silent or not commonly noticed. Quote If you instantiate another PW install via new ProcessWire() then your site will also likely break due to: I use multi-instance quite a bit, and even on this site (the whole modules directory is a separate install booted from this one). But I've not run into this issue. Is it possible the two instances are running different versions of PW? 4
adrian Posted Sunday at 01:32 PM Posted Sunday at 01:32 PM 20 hours ago, ryan said: @wbmnfktr The current version of AgentTools lets you configure the max iterations on the module screen. Previously the number was like 5, but the new default I believe is now 20. They are good at fixing bugs. It's just that some of the bugs were previously silent or not commonly noticed. I use multi-instance quite a bit, and even on this site (the whole modules directory is a separate install booted from this one). But I've not run into this issue. Is it possible the two instances are running different versions of PW? They are both running the same version - latest dev. I am seeing the issue when pulling in data from another instance via a RuntimeOnly field on the User template. It worked without error until recently so there is definitely something the way things are now loaded. More details here: https://github.com/processwire/processwire-issues/issues/2247
adrian Posted Sunday at 03:36 PM Posted Sunday at 03:36 PM @ryan - I just did some more testing and I get the same error even if I just instantiate another PW instance in a regular template file. No other code after that, just: $ca = new ProcessWire('/var/www/othesite.com/html', 'https://othersite.com');
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now