User Account


Remember me
(Create New)

Forum
      
Gallery
Events

Gathering #4 - All Welcome
Saturday 9th October 2010
Info and registration
Discussion/Questions
New Users
(0%)Lucas
(6%)Nora
(25%)Vixie
(28%)Chevy
(15%)Jeddy
(39%)Felix
(25%)Monkau
(0%)Plushbunny
(0%)Guardian Kitsune
(0%)Ice Weasel
(Show full user list)
Recent Comments
Foxen at 7/9/10
in
Tea Time for Gagayena
Jeddy at 7/9/10
in
Tea Time for Gagayena
Felix at 7/9/10
in
Tea Time for Gagayena
Cyrin at 7/9/10
in
Tea Time for Gagayena
Craskwolf at 6/9/10
in
Tea Time for Gagayena
Random Art/Photo
Aardman Kewey

by Kewey

User Profile

The user profile you requested was not found

Click to continue...

--> -->
 
 
UnboundLocalError
Python 2.4.3: /usr/local/bin/python
Thu Sep 9 21:38:11 2010

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/zarneth/public_html/perthfurs.net/main.py
  123     user.showAccountMessage()
  124     if param[0] == "account":
  125         user.showAccount(param)
  126     elif param[0] == "content":
  127         content.showContent(param)
user = <Account.User_Account instance>, user.showAccount = <bound method User_Account.showAccount of <Account.User_Account instance>>, param = ['account', 'profile', None, None, None, None, None, None, None]
 /home/zarneth/public_html/perthfurs.net/Account.py in showAccount(self=<Account.User_Account instance>, params=['account', 'profile', None, None, None, None, None, None, None])
  123                         self.editList()
  124                 elif param=='profile':
  125                         self.showProfile(params[2], False)
  126                 elif param=='userList':
  127                                 self.showUserList()
self = <Account.User_Account instance>, self.showProfile = <bound method User_Account.showProfile of <Account.User_Account instance>>, params = ['account', 'profile', None, None, None, None, None, None, None], builtin False = False
 /home/zarneth/public_html/perthfurs.net/Account.py in showProfile(self=<Account.User_Account instance>, user_id=None, edit=False)
  373                 
  374                 if self.type<3 and (not (self.type > 0 and self.id == userID)):
  375                         self.layout.writePannel("User Profile", head + "<P><center>Your account is not a high enough level to view this profile")
  376                 else:
  377                         
self = <Account.User_Account instance>, self.layout = <Layout.Layout_Writer instance>, self.layout.writePannel = <bound method Layout_Writer.writePannel of <Layout.Layout_Writer instance>>, head undefined

UnboundLocalError: local variable 'head' referenced before assignment
      args = ("local variable 'head' referenced before assignment",)