Adrian Jones

Results 229 comments of Adrian Jones

Just also wanted to note that because PagePathHistory will track the movement of the page from it's original frontend branch to its new home under admin/users, all of a sudden...

@ryancramerdesign - I have been doing this for a long time. I always assumed, based on your words > For instance, if you were running a publication with lots of...

@ryancramerdesign - I am definitely differentiating between frontend users and those under the admin. I think perhaps the thing that could solve all my potential problems is simply re-checking the...

Or should the PW core just simply prevent viewing of any pages under the admin branch (with the exception of repeaters etc)? I still do wonder about my other issue...

Thanks for starting this @matjazpotocnik - we're only about 5 weeks from 8.5 release so will be great to get the ball rolling - I am an early adopter when...

@ryancramerdesign - I know PHP is lax with case, but I think you need (or should at least use): `Pdo\Mysql::ATTR_INIT_COMMAND` rather than `PDO\\Mysql::ATTR_INIT_COMMAND`

@ryancramerdesign - I think for the Mysql subclass it is: Pdo https://www.php.net/manual/en/class.pdo-mysql.php and note that the deprecation warning also says to use: Pdo\Mysql::ATTR_INIT_COMMAND

> If you are running PHP 8.5, I'm not sure why curl_close() would still be getting called in this context? Probably because 8.5.0 isn't released yet - we are still...

@ryancramerdesign - just to throw in my two cents. I really do think that repeaters should inherit the setting from the template of the page they are on. Obviously repeaters...