Hi;
I just built out a new server. The sites keep throwing AttributeErrors and I can't figure out why. Here's a simple example:
contact_us_form is a Formulator form. Every Formulator form has an attribute called "header". So, why do I get this error?
|
SESSION
|
<bound method SessionDataManager.getSessionData of <SessionDataManager instance at b6dcc50>>
|
|
TraversalRequestNameStack
|
[]
|
|
AUTHENTICATED_USER
|
Anonymous User
|
|
URL
|
'http://example.com/1024/eng/Equine-All_Products_frame'
|
|
URL2
|
'http://example.com/1024'
|
|
VirtualRootPhysicalPath
|
('', 'example.com')
|
|
SERVER_URL
|
'http://example.com'
|
|
AUTHENTICATION_PATH
|
'example.com/virtual_hosting'
|
|
BASE1
|
'http://example.com'
|
|
BASE2
|
'http://example.com/1024'
|
|
BASE3
|
'http://example.com/1024/eng'
|
|
BASE4
|
'http://example.com/1024/eng/Equine-All_Products_frame'
|
|
URL3
|
'http://example.com'
|
|
PUBLISHED
|
<DTMLDocument instance at e4e18f0>
|
|
URL1
|
'http://example.com/1024/eng'
|
|
ACTUAL_URL
|
'http://example.com/1024/eng/Equine-All_Products_frame'
|
|
URL0
|
http://example.com/1024/eng/Equine-All_Products_frame
|
|
URL1
|
http://example.com/1024/eng
|
|
URL2
|
http://example.com/1024
|
|
URL3
|
http://example.com
|
|
BASE0
|
http://example.com
|
|
BASE1
|
http://example.com
|
|
BASE2
|
http://example.com/1024
|
|
BASE3
|
http://example.com/1024/eng
|
|
BASE4
|
http://example.com/1024/eng/Equine-All_Products_frame
|
|
HTTP_ACCEPT
|
'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*'
|
|
CONNECTION_TYPE
|
'Keep-Alive'
|
|
HTTP_USER_AGENT
|
'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'
|
|
HTTP_REFERER
|
'http://example.com/1024/eng/Equine-All_Products'
|
|
SERVER_NAME
|
'server726.by2012.com'
|
|
GATEWAY_INTERFACE
|
'CGI/1.1'
|
|
HTTP_X_FORWARDED_FOR
|
'200.88.97.130'
|
|
SERVER_SOFTWARE
|
'Zope/(Zope 2.7.8-final, python 2.3.5, freebsd5) ZServer/1.1 Plone/2.1.4'
|
|
REMOTE_ADDR
|
'203.223.152.46'
|
|
HTTP_ACCEPT_LANGUAGE
|
'en-us'
|
|
SCRIPT_NAME
|
''
|
|
REQUEST_METHOD
|
'GET'
|
|
HTTP_HOST
|
'example.com:80'
|
|
PATH_INFO
|
'/1024/eng/Equine-All_Products_frame'
|
|
SERVER_PORT
|
'8080'
|
|
SERVER_PROTOCOL
|
'HTTP/1.1'
|
|
channel.creation_time
|
1185002986
|
|
HTTP_ACCEPT_ENCODING
|
'gzip, deflate'
|
|
PATH_TRANSLATED
|
'/1024/eng/Equine-All_Products_frame'
|