Closed (fixed)
Project:
Pathologic
Version:
2.0.0-alpha2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2024 at 05:50 UTC
Updated:
28 Feb 2024 at 20:14 UTC
Jump to comment: Most recent
Comments
Comment #2
abhishek_gupta1 commentedComment #3
abhishek_gupta1 commentedComment #5
bletch commentedMake sure you have the actual correct code from alpha2. If you have a previous version that has been patched it is best to remove and re-require the module (with the patch deleted from composer.json if you no longer need it).
Please ignore my merge request. I realised pretty quickly that the code on my local did not match what was actually in alpha2. When I got the correct code this issue resolved.
Comment #6
dwwYeah, if there were a fatal error simply from installing the new version, our automated tests would have failed before I tagged the release. I think this is a support request about an incomplete upgrade to a new version. As folks have said, if you're having trouble, and a
drush crdoesn't solve it, try this:(or equivalent).
Comment #7
dwwMore to the point, grepping the source tree for 'PublicStream' returns no hits with the 2.0.x branch. The only place I see that is in patches for #2418369: Internal URL handling (language prefixes, base://, ...). So this is clearly coming from incomplete patching or something. Calling this fixed.