You can have several issues when you start to learn PHP framework Nette. Following the Quickstart from Documentation you might be stopped by:
1 – Debugger with “No reference found for $task->user.” (in the next version of Quickstart this issue should be corrected in the SQL query provided)
2 – Debugger with “Nette\DI\MissingServiceException: Service ‘model’ not found.” when developing on your VPS (ie. not on localhost)
