Cannot login after install or register users, please help

Hello everyone,

I recently installed Elgg on my own webserver. However, whenever I try to login, I get a page not found error because I am redirected to https://localhost:1337/action/login. I think this is either:

1) An issue with mod_rewrite, but I have read the installation guide and my httpd.conf has AllowOverride all here:

"# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
#   Options FileInfo AuthConfig Limit
#
    AllowOverride all"

Also, I tried copying the htaccess_dist contents into my htaccess, but to noavail.

2) Could it be an Apache SSL certificate issue?

Additionally, I check the database after I register users, and no entries are added to the table for users, meaning that nothing is working on my frontpage!!

Thank you in advance,

Kind regards,

Jonathan

  • My comments:

    I see things that don't correspond to a clean install (analytics.php). Are you running 3rd party plugins or hacks? On a newbie install it is best to run clean until you have verified functionality (just the plugins that come turned on by default).

    Most of these are not errors but debug statements. I only see SELECT queries which means the register action did not run or did not complete.

    This looks like the same log copied twice. I'd need to see the log after the register button was pressed.

  • Thanks Cash, no hacks that I know of!

    Some error messages lead me to believe the issue may lie in the php installation itself. What do you think?

    Here is a better error log:

    [Fri May 08 16:07:39 2009] [notice] Apache/2.0.63 (Win32) PHP/5.2.5 configured -- resuming normal operations
    [Fri May 08 16:07:39 2009] [notice] Server built: Jan 17 2008 22:58:29
    [Fri May 08 16:07:39 2009] [notice] Parent: Created child process 6104
    [Fri May 08 16:07:39 2009] [notice] Child 6104: Child process is running
    [Fri May 08 16:07:39 2009] [notice] Child 6104: Acquired the start mutex.
    [Fri May 08 16:07:39 2009] [notice] Child 6104: Starting 250 worker threads.
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] PHP Notice:  Undefined property:  stdClass::$language in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\languages.php on line 87, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/activity.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/admin.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/annotations.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/api.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined property:  stdClass::$language" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\languages.php (line 87), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined property:  stdClass::$language" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\languages.php (line 87), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/cache.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/calendar.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/configuration.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/cron.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/entities.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/export.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/extender.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/filestore.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/group.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/input.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/install.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/location.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/memcache.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/metadata.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/metastrings.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/notification.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/objects.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/opendd.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/pagehandler.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/pageowner.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/pam.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/ping.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/plugins.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/query.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/relationships.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/river.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/river2.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/sites.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/social.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/statistics.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/system_log.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/tags.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/users.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/usersettings.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/version.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/widgets.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/xml-rpc.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/xml.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggdatalists results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Trying to get property of non-object" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\sessions.php (line 134), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggentities where guid=1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Trying to get property of non-object" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\sessions.php (line 134), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggentities where guid=1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** Sub part of GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggsites_entity where guid=1 results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggdatalists results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggmetastrings where string='email' limit 1 results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** Cacheing string 'email', referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Trying to get property of non-object" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\sessions.php (line 134), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Trying to get property of non-object" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\sessions.php (line 134), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT m.*, n.string as name, v.string as value from elggmetadata m JOIN elggentities e ON e.guid = m.entity_guid JOIN elggmetastrings v on m.value_id = v.id JOIN elggmetastrings n on m.name_id = n.id where m.entity_guid=1 and m.name_id='1' and (  (e.access_id in (2) or (e.owner_guid = -1) or (e.access_id = 0 and e.owner_guid = -1)) and e.enabled='yes') and (  (m.access_id in (2) or (m.owner_guid = -1) or (m.access_id = 0 and m.owner_guid = -1)) and m.enabled='yes') results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggconfig where site_guid = 1 results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggusers_sessions where session='1aa9t3pfkhcnh194um0bcgkr37' results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] WARNING: DB query "SELECT * from elggusers_sessions where session='1aa9t3pfkhcnh194um0bcgkr37'" returned no results., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined index:  id" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\sessions.php (line 448), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Translations loaded from : C:\\Program Files\\Apache Group\\Apache2\\htdocs/languages/, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Creating default object from empty value" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\elgglib.php (line 403), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggentities where guid=1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggentities where guid=1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** Sub part of GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggsites_entity where guid=1 results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggmetastrings where string='pluginorder' limit 1 results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] WARNING: DB query "SELECT * from elggmetastrings where string='pluginorder' limit 1" returned no results., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggentities where guid=1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggentities where guid=1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** Sub part of GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggsites_entity where guid=1 results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggmetastrings where string='enabled_plugins' limit 1 results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** Cacheing string 'enabled_plugins', referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT m.*, n.string as name, v.string as value from elggmetadata m JOIN elggentities e ON e.guid = m.entity_guid JOIN elggmetastrings v on m.value_id = v.id JOIN elggmetastrings n on m.name_id = n.id where m.entity_guid=1 and m.name_id='3' and (  (e.access_id in (2) or (e.owner_guid = -1) or (e.access_id = 0 and e.owner_guid = -1)) and e.enabled='yes') and (  (m.access_id in (2) or (m.owner_guid = -1) or (m.access_id = 0 and m.owner_guid = -1)) and m.enabled='yes') results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Translations loaded from : C:/Program Files/Apache Group/Apache2/htdocs/mod/diagnostics/languages/, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Translations loaded from : C:/Program Files/Apache Group/Apache2/htdocs/mod/logbrowser/languages/, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Translations loaded from : C:/Program Files/Apache Group/Apache2/htdocs/mod/uservalidationbyemail/languages/, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggentity_subtypes where type='object' and subtype='plugin' results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] WARNING: DB query "SELECT * from elggentities where  type='object' and  subtype=2 and  site_guid = 1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') order by time_created desc limit 0, 10" returned no results., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined index:  user" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\elgglib.php (line 62), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined index:  pass" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\elgglib.php (line 62), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ***************** DB PROFILING ********************, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggdatalists' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggentities where guid=1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes')' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggsites_entity where guid=1' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggmetastrings where string='email' limit 1' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT m.*, n.string as name, v.string as value from elggmetadata m JOIN elggentities e ON e.guid = m.entity_guid JOIN elggmetastrings v on m.value_id = v.id JOIN elggmetastrings n on m.name_id = n.id where m.entity_guid=1 and m.name_id='1' and (  (e.access_id in (2) or (e.owner_guid = -1) or (e.access_id = 0 and e.owner_guid = -1)) and e.enabled='yes') and (  (m.access_id in (2) or (m.owner_guid = -1) or (m.access_id = 0 and m.owner_guid = -1)) and m.enabled='yes')' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggconfig where site_guid = 1' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggusers_sessions where session='1aa9t3pfkhcnh194um0bcgkr37'' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggmetastrings where string='pluginorder' limit 1' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggmetastrings where string='enabled_plugins' limit 1' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT m.*, n.string as name, v.string as value from elggmetadata m JOIN elggentities e ON e.guid = m.entity_guid JOIN elggmetastrings v on m.value_id = v.id JOIN elggmetastrings n on m.name_id = n.id where m.entity_guid=1 and m.name_id='3' and (  (e.access_id in (2) or (e.owner_guid = -1) or (e.access_id = 0 and e.owner_guid = -1)) and e.enabled='yes') and (  (m.access_id in (2) or (m.owner_guid = -1) or (m.access_id = 0 and m.owner_guid = -1)) and m.enabled='yes')' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggentity_subtypes where type='object' and subtype='plugin'' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggentities where  type='object' and  subtype=2 and  site_guid = 1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') order by time_created desc limit 0, 10' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DB Queries for this page: 12, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ***************************************************, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Page /action/login generated in 0.16881418228149 seconds, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Query cache invalidated, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] PHP Notice:  Undefined property:  stdClass::$language in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\languages.php on line 87, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/activity.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/admin.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/annotations.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/api.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined property:  stdClass::$language" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\languages.php (line 87), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined property:  stdClass::$language" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\languages.php (line 87), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/cache.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/calendar.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/configuration.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/cron.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/entities.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/export.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/extender.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/filestore.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/group.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/input.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/install.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/location.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/memcache.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/metadata.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/metastrings.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/notification.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/objects.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/opendd.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/pagehandler.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/pageowner.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/pam.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/ping.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/plugins.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/query.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/relationships.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/river.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/river2.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/sites.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/social.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/statistics.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/system_log.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/tags.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/users.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/usersettings.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/version.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/widgets.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/xml-rpc.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Loading C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine/lib/xml.php..., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggdatalists results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Trying to get property of non-object" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\sessions.php (line 134), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggentities where guid=1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Trying to get property of non-object" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\sessions.php (line 134), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggentities where guid=1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** Sub part of GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggsites_entity where guid=1 results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggdatalists results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggmetastrings where string='email' limit 1 results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** Cacheing string 'email', referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Trying to get property of non-object" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\sessions.php (line 134), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Trying to get property of non-object" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\sessions.php (line 134), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT m.*, n.string as name, v.string as value from elggmetadata m JOIN elggentities e ON e.guid = m.entity_guid JOIN elggmetastrings v on m.value_id = v.id JOIN elggmetastrings n on m.name_id = n.id where m.entity_guid=1 and m.name_id='1' and (  (e.access_id in (2) or (e.owner_guid = -1) or (e.access_id = 0 and e.owner_guid = -1)) and e.enabled='yes') and (  (m.access_id in (2) or (m.owner_guid = -1) or (m.access_id = 0 and m.owner_guid = -1)) and m.enabled='yes') results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggconfig where site_guid = 1 results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggusers_sessions where session='ajv8pq3r416fmp9nerm95d06v0' results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] WARNING: DB query "SELECT * from elggusers_sessions where session='ajv8pq3r416fmp9nerm95d06v0'" returned no results., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined index:  id" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\sessions.php (line 448), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Translations loaded from : C:\\Program Files\\Apache Group\\Apache2\\htdocs/languages/, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Creating default object from empty value" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\engine\\lib\\elgglib.php (line 403), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggentities where guid=1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggentities where guid=1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** Sub part of GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggsites_entity where guid=1 results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggmetastrings where string='pluginorder' limit 1 results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] WARNING: DB query "SELECT * from elggmetastrings where string='pluginorder' limit 1" returned no results., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggentities where guid=1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggentities where guid=1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** Sub part of GUID:1 loaded from DB, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggsites_entity where guid=1 results returned from cache, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggmetastrings where string='enabled_plugins' limit 1 results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ** Cacheing string 'enabled_plugins', referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT m.*, n.string as name, v.string as value from elggmetadata m JOIN elggentities e ON e.guid = m.entity_guid JOIN elggmetastrings v on m.value_id = v.id JOIN elggmetastrings n on m.name_id = n.id where m.entity_guid=1 and m.name_id='3' and (  (e.access_id in (2) or (e.owner_guid = -1) or (e.access_id = 0 and e.owner_guid = -1)) and e.enabled='yes') and (  (m.access_id in (2) or (m.owner_guid = -1) or (m.access_id = 0 and m.owner_guid = -1)) and m.enabled='yes') results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Translations loaded from : C:/Program Files/Apache Group/Apache2/htdocs/mod/diagnostics/languages/, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Translations loaded from : C:/Program Files/Apache Group/Apache2/htdocs/mod/logbrowser/languages/, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Translations loaded from : C:/Program Files/Apache Group/Apache2/htdocs/mod/uservalidationbyemail/languages/, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT * from elggentity_subtypes where type='object' and subtype='plugin' results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] WARNING: DB query "SELECT * from elggentities where  type='object' and  subtype=2 and  site_guid = 1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') order by time_created desc limit 0, 10" returned no results., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined index:  guid" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\views\\default\\page_elements\\title.php (line 22), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] SELECT count(guid) as total from elggentities where  ((type = 'group' and subtype = 0)) and  site_guid = 1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') results cached, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] WARNING: DB query "SELECT * from elggentities where  ((type = 'group' and subtype = 0)) and  site_guid = 1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') order by time_created desc limit 0, 10" returned no results., referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] C:/Program Files/Apache Group/Apache2/htdocs/views/list/search/entity_list.php, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25]  [This view (search/entity_list) does not exist] , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined index:  disabled" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\views\\default\\input\\text.php (line 27), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined index:  value" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\views\\default\\input\\text.php (line 27), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined index:  disabled" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\views\\default\\input\\password.php (line 24), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined index:  value" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\views\\default\\input\\password.php (line 24), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined variable: class" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\views\\default\\input\\submit.php (line 23), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined variable: src" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\views\\default\\input\\button.php (line 39), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined index:  internalname" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\views\\default\\input\\button.php (line 41), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DEBUG: 2009-05-08 16:08:01 (EDT): "Undefined index:  disable_security" in file C:\\Program Files\\Apache Group\\Apache2\\htdocs\\views\\default\\input\\form.php (line 30), referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] C:/Program Files/Apache Group/Apache2/htdocs/views/default/owner_block/extend.php, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25]  [This view (owner_block/extend) does not exist] , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] C:/Program Files/Apache Group/Apache2/htdocs/views/default/metatags.php, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25]  [This view (metatags) does not exist] , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] C:/Program Files/Apache Group/Apache2/htdocs/views/default/footer/links.php, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25]  [This view (footer/links) does not exist] , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] C:/Program Files/Apache Group/Apache2/htdocs/views/default/footer/analytics.php, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25]  [This view (footer/analytics) does not exist] , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ***************** DB PROFILING ********************, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggdatalists' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggentities where guid=1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes')' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggsites_entity where guid=1' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggmetastrings where string='email' limit 1' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT m.*, n.string as name, v.string as value from elggmetadata m JOIN elggentities e ON e.guid = m.entity_guid JOIN elggmetastrings v on m.value_id = v.id JOIN elggmetastrings n on m.name_id = n.id where m.entity_guid=1 and m.name_id='1' and (  (e.access_id in (2) or (e.owner_guid = -1) or (e.access_id = 0 and e.owner_guid = -1)) and e.enabled='yes') and (  (m.access_id in (2) or (m.owner_guid = -1) or (m.access_id = 0 and m.owner_guid = -1)) and m.enabled='yes')' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggconfig where site_guid = 1' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggusers_sessions where session='ajv8pq3r416fmp9nerm95d06v0'' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggmetastrings where string='pluginorder' limit 1' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggmetastrings where string='enabled_plugins' limit 1' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT m.*, n.string as name, v.string as value from elggmetadata m JOIN elggentities e ON e.guid = m.entity_guid JOIN elggmetastrings v on m.value_id = v.id JOIN elggmetastrings n on m.name_id = n.id where m.entity_guid=1 and m.name_id='3' and (  (e.access_id in (2) or (e.owner_guid = -1) or (e.access_id = 0 and e.owner_guid = -1)) and e.enabled='yes') and (  (m.access_id in (2) or (m.owner_guid = -1) or (m.access_id = 0 and m.owner_guid = -1)) and m.enabled='yes')' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggentity_subtypes where type='object' and subtype='plugin'' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggentities where  type='object' and  subtype=2 and  site_guid = 1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') order by time_created desc limit 0, 10' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT count(guid) as total from elggentities where  ((type = 'group' and subtype = 0)) and  site_guid = 1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes')' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] 1 times: 'SELECT * from elggentities where  ((type = 'group' and subtype = 0)) and  site_guid = 1 and (  (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes') order by time_created desc limit 0, 10' , referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] DB Queries for this page: 14, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] ***************************************************, referer: http://192.168.100.25:1337/
    [Fri May 08 16:08:01 2009] [error] [client 192.168.100.25] Page / generated in 0.1676721572876 seconds, referer: http://192.168.100.25:1337/

  • When I have helped people with odd problems in the past, they have often been due to a bad ftp transfer. Missing files will create very strange problems that are hard to debug. The fact that you are getting some views that don't exist makes me wonder whether that is your problem.

  • Hi Cash,

    Thanks again, but I put Elgg on a local server running windows server 2003, so it is not an FTP issue... just unstuffed the folder and added everything to the directory.

    Any other ideas? Know of anybody else set up Elgg on a localhost machine using Windows server 2003 and was succesful?

    Thanks!

    Jon

  • Does anyone know of a 1-click installer that is free and would work when installing on a server running Windows Server 2003?

    Thank you in advance.

    Kind regards,

    Jonathan

  • Hello, 

    (it may be a SSL problem. (to not be able to open httpS pages in your localhost). 

    It was the first thing i bumped into in my ELGG instal and i had two options - 

    a)to set up SSL and 

    b)when customising your Elgg instalation to omit "Use ssl (https) when registering new users" check. 

    Unfortunately i found the "B" option after 2 days of headache :) 

    Please let me know if you still have the problem. 

    Cheers

  • I am having this exact problem Copy from above:

    will go to the homepage/frontpage

    Register a user by filling all the fields and submitting the form

    I am then sent back to the frontpage

    When I try to login, nothing happens and the page is just reloaded

    Note: In the database, there is no entry for a new user, even though no error messages were displayed on failed login attempts or user creation.

    _______________________

    I do not see a solution. I do not have SSL and dont have it turned on. Anyone?

     

  • Pliz help. I can login as admin but when i register a user. Cannot login. Have tried to read the above but none is solving my problem. what could i be doing thats wrong. Thanks

  • Got it now. Just move the email validication plugin to the buttom and all is well to register a memeber. I hope this helps someone having a problem with user registration. The theme is for sure great.