BoldMinded acquires Ansel, support ending for all add-ons. BoldMinded acquires Ansel, support ending for all add-ons. Read More →
Support has been discontinued. Issues remain available as an archive. Support has been discontinued. Issues remain available as an archive.
Ansel gets weird notice error but only on certain pages
#99 opened by Adrienne
Description
Hi there. After upgrading EE from 3.5.11 to 3.5.15, and additionally upgrading Ansel from (I think) 2.11, we are getting a PHP Notice level error on some pages. It's weird because none of the content has changed at all, only the versions of addons. Here's a screenshot:
Replies
- TJ Draper
Replied 3/29/2018 2:28 PM, Edited 3/30/2018 12:03 AM
Hi Adrienne. That is weird that the error only started showing up after updating Ansel and EE for those minor version bumps. I don't see any changes in Ansel between, 2.1.1 and 2.1.4 that would cause that error to pop up.
Line 129 is getting the file extension from a
pathinfo
call. It's probably not great that I'm assuming the file will have an extension, but I think more important is to find out why this file doesn't have an extension (or why the path does not by the time it reaches this method call).Do you think it might be possible to get me a stack trace so I can follow the path back through this particular request? In the mean time in any event, I'll do some testing as soon as I can to see if I can figure out a way in which an extensionless file's path could make it's way into that method call.
- Adrienne
Replied 3/30/2018 12:03 AM
I'll see if i can get it for you!