Ryan Cramer
Ryan Cramer
I can't duplicate the error here, but with the debug backtrace you provided that gave me a spot to add a couple more checks, just in case. The latest commit...
The problem is that PHP's own FILTER_SANTIZE_EMAIL and FILTER_VALIDATE_EMAIL don't support IDNs. Our sanitizer essentially delegates email sanitization/validation to PHP. I don't feel confident that I'm up to coding a...
WireArray is applicable to all object types in ProcessWire, whereas PageFinder is exclusive to finding pages from a database. While they might seem similar in usage on the surface, they...
If ProcessWire isn't even triggering this one, I'm not really sure how to respond to it. If there was some way I could suppress the error message, that would seem...
Looks like you've got something injecting JavaScript into your requests (hacked?). Start by checking your index.php and .htaccess files. On Jul 22, 2015 6:15 AM, "qqnamunew" [email protected] wrote: > @teppokoivula...
It should just use a path type URL without scheme, port, etc., unless it has to switch scheme in order to execute the view (i.e. going from http to https...
Thanks for your contribution here. Nice work! While this is not something we can integrate right now (we're nearing RC status for PW 2.5) it's definitely interesting to see that...
Thanks, I was able to duplicate and have just pushed a fix for this on the dev branch. Note that the user editing the PageTable will have to have page-edit/page-create...
Disabling that $page->editable(); line isn't a safe thing to do, so I think we need to determine why Page::editable is returning false for the case you guys mentioned. I must...
I see that error in the W3 validator as well, yet if I go look at the markup in my browser's "view source" everything appears to be ok, with both...