Farid Movsumov
Farid Movsumov
Hello, I am trying to build a query for the following mutation, already spent hours but something is wrong. This is my code Really appreciate it if someone can help.
I get the following error Fatal error: Uncaught Symfony\Component\Config\Definition\Exception\InvalidConfigurationException: Unrecognized option "enable_wordpress_listener" under "ekino_wordpress" in ******/symfony/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php on line 314 Symfony Version 2.8 I solved this problem by removing "enable_wordpress_listener" form...
Can I extend model classes?
I found an edge case where an error happens if we have a parameter without a value in the query string.   And when I debug it, I noticed...