php - Symfony2 initialize error -


i have problem symfony2 project. on localhost works fine, on server got error:

"catchable fatal error: argument 1 passed symfony\component\httpfoundation\session\attribute\attributebag::initialize() must of type array, string given, called in /home/visset/ftp/cms/dashboard/app/cache/dev/classes.php on line 252 , defined"

i checked , initialize() function passed empty string.

what reason of problem?


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -