Paste #947

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
15:45:23,045 INFO  [sqlalchemy.engine.base.Engine.0x...4d50] SELECT users.display_name AS users_display_name, users.password AS users_password, users.user_id AS users_user_id, users.user_name AS users_user_name, users.email_address AS users_email_address, users.created AS users_created 
FROM users 
WHERE users.email_address = %(email_address_1)s OR users.user_name = %(user_name_1)s 
 LIMIT 1 OFFSET 0
15:45:23,046 INFO  [sqlalchemy.engine.base.Engine.0x...4d50] {'email_address_1': u'tako10@tako.com', 'user_name_1': u'tako10@tako.com'}

	<head xmlns="http://www.w3.org/1999/xhtml">
		<link rel="stylesheet" type="text/css" href="/css/all.css" />
	</head>
	<body>
		<div class="headline">
		    <h1 class="title-market">Welcome to Employee Rewards!</h1>
		    <div class="block-view"> </div>
		</div>
		<div>
			Now that you've successfully registered, please fill out some information:
			<ul>
				<li>
					<a href="#">Tax Info</a>
				</li>
				<li>
					<a href="#">Payment Method</a>
				</li>
				<li>
					<a href="#">Personal Information</a>
				</li>
				<li>
					<a href="#">Settings</a>
				</li>
			</ul>
		</div>
	</body>

15:45:23,067 INFO  [sqlalchemy.engine.base.Engine.0x...4d50] SELECT notification_folders.notification_folder_id AS notification_folders_notification_folder_id, notification_folders.name AS notification_folders_name, notification_folders.display_name AS notification_folders_display_name 
FROM notification_folders 
WHERE notification_folders.name = %(name_1)s
15:45:23,067 INFO  [sqlalchemy.engine.base.Engine.0x...4d50] {'name_1': 'inbox'}
/Users/evan/Development/MemberRewards/MemberRewardsRepo/lib/python2.6/site-packages/SQLAlchemy-0.6.3-py2.6.egg/sqlalchemy/engine/default.py:507: SAWarning: Unicode type received non-unicode bind param value.
  param[key.encode(encoding)] = processors[key](compiled_params[key])
15:45:23,070 INFO  [sqlalchemy.engine.base.Engine.0x...4d50] INSERT INTO notifications (user_id, notification_folder_id, created_date, subject, message, favorite, read_date) VALUES (%(user_id)s, %(notification_folder_id)s, %(created_date)s, %(subject)s, %(message)s, %(favorite)s, %(read_date)s) RETURNING notifications.notification_id
15:45:23,070 INFO  [sqlalchemy.engine.base.Engine.0x...4d50] {'user_id': 7, 'read_date': None, 'favorite': False, 'created_date': datetime.datetime(2010, 7, 26, 15, 45, 23, 69862), 'notification_folder_id': 1, 'message': literal(u'\n\t<head xmlns="http://www.w3.org/1999/xhtml">\n\t\t<link rel="stylesheet" type="text/css" href="/css/all.css" />\n\t</head>\n\t<body>\n\t\t<div class="headline">\n\t\t    <h1 class="title-market">Welcome to Employee Rewards!</h1>\n\t\t    <div class="block-view">\xa0</div>\n\t\t</div>\n\t\t<div>\n\t\t\tNow that you\'ve successfully registered, please fill out some information:\n\t\t\t<ul>\n\t\t\t\t<li>\n\t\t\t\t\t<a href="#">Tax Info</a>\n\t\t\t\t</li>\n\t\t\t\t<li>\n\t\t\t\t\t<a href="#">Payment Method</a>\n\t\t\t\t</li>\n\t\t\t\t<li>\n\t\t\t\t\t<a href="#">Personal Information</a>\n\t\t\t\t</li>\n\t\t\t\t<li>\n\t\t\t\t\t<a href="#">Settings</a>\n\t\t\t\t</li>\n\t\t\t</ul>\n\t\t</div>\n\t</body>\n'), 'subject': 'Welcome to Employee Rewards!'}
15:45:23,070 INFO  [sqlalchemy.engine.base.Engine.0x...4d50] ROLLBACK
Debug at: http://rmi.employeerewardslocal.com:5000/_debug/view/1280180723