Fatal error: Maximum execution time of 30 seconds exceeded in vendor/jmsrializer-bundle/JMS/SerializerBundle/Serializer/GraphNavigator.php on line 52
What are the possible reasons for this situation?
天蓬老师2017-05-16 16:47:28
Serialization still requires human intervention, check:
You can first exclude all references to (any other objects) in your (object you want to serialize), and then add them one by one to see who caused the recursion.
给我你的怀抱2017-05-16 16:47:28
php script execution timeout
Add this sentence before the code
set_time_limit(0);