Jump to content

Recommended Posts

Posted
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?

  • Like 4
Posted
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

Posted

@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');

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...