Results 64 comments of Sam Partington

@vlabmichl, @scrnet Does it help if you add a slash at the start of your path? I.e. making it: ``` $pdf->SetHeaderData("/bundles/enetzresource/images/allgaeuer-kraftwerke_logo.png", '', 'RSS Reader Report', $title_page); ``` That way it'll...

I've created release [1.0.3](https://github.com/whiteoctober/WhiteOctoberTCPDFBundle/releases/tag/1.0.3) for this.

I'm sorry, this project is unmaintained so I'm not able to help with queries like this. But hopefully someone from the community will be able to help you.

Hello from GitHub Code Scanning, and thanks for getting in touch, @mcandre. The behaviour you're describing isn't what I'd expect to see on that page, so I'd like to investigate...

See https://github.com/whiteoctober/Pagerfanta/issues/169

Thanks for this, @tugrul. I'm not able to test this, so please could you confirm what testing you've done? Thanks

Hi @tugrul, thanks for your input. This project [isn't actively maintained](https://github.com/whiteoctober/Pagerfanta/issues/278), but if you are able to open a PR for this then it may be possible to get it...

Hi @tangbingbing, thanks for getting involved. The DoctrineORM adapter, which I think is the one you're using, actually [uses setFirstResult itself](https://github.com/whiteoctober/Pagerfanta/blob/master/src/Pagerfanta/Adapter/DoctrineORMAdapter.php#L76) behind the scenes, so I guess that's why your...

Thanks for your contributions, @Nek-, and for your review work, @stof. I don't have the Doctrine knowledge of someone like @stof, but there were a couple of comments from the...

That's odd. Does it still work if you do this? ``` $adapter = new DoctrineORMAdapter($qb, true, null); ``` (i.e. changing `false` to `null`)