apropos

Results 9 comments of apropos

@kevin201 can you please post composer files that work with php 7.2?

I keep getting the following error. PHP Fatal error: Cannot declare class Flight, because the name is already in use in /var/www/xxxx/vendor/mikecao/flight/flight/Flight.php on line 53

I figured out the problem with class declaration. Removing Flight from autoload solved it. @hellifiknow the one you suggested, 1.3.7 and Twig 1.37.1 "require": { "twig/twig": "1.37.1", "swiftmailer/swiftmailer": "5.*", "mikecao/flight":...

@hellifiknow thanks for the help. Now the problem I'm having is following. 500 Internal Server Error Trying to get property 'report' of non-object (8) #0 /var/www/html/xxx/data_reports/lib/PhpReports/PhpReports.php(189): flight\Engine->handleError(8, 'Trying to get...

i remove the whole vendor directory and do composer update --no-dev each time.

@hellifiknow I've reinstalled php-reports and that seems to have fixed the issues. Thanks so much for the help!

> > Hi, I'm having the same issue but can't fix it. Could you please provide me some help, maybe by providing you composer file ? Thanks a lot I...

I also have an optional one-to-one relationship that needs the child to be created. Currently, it will need to be a two step process where the child needs to be...

with XML as follow ``` ``` is it possible to do something like following while removing invalid chars from method name? ``` public function withTypeISBN() { $this->type = 'ISBN'; return...