Closed laurenyew closed 12 years ago
try setting the picture using gravatar: I get the following exception. Internal Server Error (500) for request GET /photos/setProfilePhoto
Execution exception (In /app/controllers/Photos.java around line 118) IllegalArgumentException occured : id to load is required for loading
play.exceptions.JavaExecutionException: id to load is required for loading
at play.mvc.ActionInvoker.invoke(ActionInvoker.java:231)
at Invocation.HTTP Request(Play!)
Caused by: java.lang.IllegalArgumentException: id to load is required for loading
at org.hibernate.event.LoadEvent.
Can you be more specific? I made a gravatar successfully.
Try running play clean and play dependencies again. I had to change the routes file for that GET
Fixed #270 Fixed #260 Fixed #268 Fixed default skin so that it is now the correct skin instead of ut skin Fixed photos so now the profile photo is set by a query (static going to null is no longer a problem) Fixed profilePhoto deletion (added in changing to default profile photo if deleting the profile photo)