Skip to Content Skip to Menu

Forgot User ID and password not working

  • empy
  • empy
  • OFFLINE
  • Posts: 38
  • Thanks: 2
  • Karma: 0
13 years 11 months ago #151866 by empy
Joomla debugging output below. This is the output I received when trying to recover the user ID entering a valid e-mail adress.

Still nothing in the Apache error logs.

Also tried to enable the AJAX email checker. It can find the e-mail addresses I enter and correctly report if they are valid or not.

Mike



DEBUG info JoomlaStats: Joomla CMS cache is OFF
DEBUG info JoomlaStats: Visit time in Joomla Local timezone: 2011-01-23 16:46:11
DEBUG info JoomlaStats: Perform Visitor counting process (function: countVisitor())
DEBUG info JoomlaStats: UserAgent string: 'mozilla/5.0 (windows; u; windows nt 6.1; en-us; rv:1.9.2.13) gecko/20101203 firefox/3.6.13'
DEBUG info JoomlaStats: Visitor already known
DEBUG info JoomlaStats: Perform Visit counting process
DEBUG info JoomlaStats: Visit already in progress. Continue this Visit
DEBUG info JoomlaStats: Perform Page counting process
DEBUG info JoomlaStats: Page counting process successful
DEBUG info JoomlaStats: Perform Register Key Words process
DEBUG info JoomlaStats: Search engine (searcher) not recognized or empty keywords





Profiilin tiedot
Application afterLoad: 0.000 seconds, 0.12 MB
Application afterInitialise: 0.024 seconds, 0.91 MB
Application afterRoute: 0.034 seconds, 1.29 MB
Application afterDispatch: 0.109 seconds, 2.27 MB
Application afterRender: 0.136 seconds, 2.62 MB
Muistin käyttö
2801188
19 kyselyä tallennettu lokiin

1.
SELECT *
FROM mepe_session
WHERE session_id = '1629631481971557072e9793aa05236e'
2.
DELETE
FROM mepe_session
WHERE ( time < '1295792171' )
3.
SELECT *
FROM mepe_session
WHERE session_id = '1629631481971557072e9793aa05236e'
4.
UPDATE `mepe_session`
SET `time`='1295793971',`userid`='0',`usertype`='',`username`='',`gid`='0',`guest`='1',`client_id`='0',`data`='__default|a:8:{s:15:\"session.counter\";i:6;s:19:\"session.timer.start\";i:1295793920;s:18:\"session.timer.last\";i:1295793971;s:17:\"session.timer.now\";i:1295793971;s:22:\"session.client.browser\";s:90:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13\";s:8:\"registry\";O:9:\"JRegistry\":3:{s:17:\"_defaultNameSpace\";s:7:\"session\";s:9:\"_registry\";a:1:{s:7:\"session\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:4:\"user\";O:5:\"JUser\":19:{s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:3:\"gid\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:3:\"aid\";i:0;s:5:\"guest\";i:1;s:7:\"_params\";O:10:\"JParameter\":7:{s:4:\"_raw\";s:0:\"\";s:4:\"_xml\";N;s:9:\"_elements\";a:0:{}s:12:\"_elementPath\";a:1:{i:0;s:107:\"/home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/libraries/joomla/html/parameter/element\";}s:17:\"_defaultNameSpace\";s:8:\"_default\";s:9:\"_registry\";a:1:{s:8:\"_default\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:9:\"_errorMsg\";N;s:7:\"_errors\";a:0:{}}s:17:\"application.queue\";a:1:{i:0;a:2:{s:7:\"message\";s:14:\"Kirjaudu ensin\";s:4:\"type\";s:7:\"message\";}}}'
WHERE session_id='1629631481971557072e9793aa05236e'
5.
SELECT *
FROM mepe_components
WHERE parent = 0
6.
SELECT folder AS type, element AS name, params
FROM mepe_plugins
WHERE published >= 1
AND access <= 0
ORDER BY ordering
7.
SELECT m.*, c.`option` AS component
FROM mepe_menu AS m
LEFT JOIN mepe_components AS c
ON m.componentid = c.id
WHERE m.published = 1
ORDER BY m.sublevel, m.parent, m.ordering
8.
SELECT id, parent_id, value, name, lft, rgt
FROM mepe_core_acl_aro_groups
WHERE id=23
9.
SELECT params
FROM mepe_modules
WHERE module = 'mod_cblogin'
ORDER BY ordering
LIMIT 0, 1
10.
SELECT id
FROM mepe_menu
WHERE link LIKE 'index.php?option=com_comprofiler&task=registers%'
AND published=1
AND access = 0
11.
SELECT template
FROM mepe_templates_menu
WHERE client_id = 0
AND (menuid = 0 OR menuid = 0)
ORDER BY menuid DESC
LIMIT 0, 1
12.
SELECT id, title, module, position, content, showtitle, control, params
FROM mepe_modules AS m
LEFT JOIN mepe_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.published = 1
AND m.access <= 0
AND m.client_id = 0
AND ( mm.menuid = 0 OR mm.menuid = 0 )
ORDER BY position, ordering
13.
SELECT *
FROM mepe_jstats_configuration
14.
SELECT exclude, type, tld, id, useragent
FROM mepe_jstats_ipaddresses
WHERE ip = '194.29.193.240'
15.
SELECT visit_id
FROM mepe_jstats_visits
WHERE visitor_id = 4
AND CAST(CONCAT(visit_date, ' ', visit_time) AS DATETIME) >= DATE_ADD('2011-01-23 16:46:11', INTERVAL -30 MINUTE)
16.
UPDATE mepe_jstats_visits
SET visit_date = '2011-01-23', visit_time = '16:46:11'
WHERE visit_id = '586'
17.
SELECT page_id, page_title
FROM mepe_jstats_pages
WHERE page = '/empynet/index.php?option=com_comprofiler&task=login'
LIMIT 1
18.
INSERT INTO `mepe_jstats_impressions` (`page_id`, `visit_id`)
VALUES (377,586)
19.
SELECT searcher_id AS searcher_id, searcher_name AS searcher_name, searcher_domain AS searcher_domain, searcher_key AS searcher_key
FROM mepe_jstats_searchers
WHERE searcher_id>1
AND 'espoonmeripelastajat.fi' LIKE CONCAT('%', `searcher_domain` , '%')
LIMIT 1

Kielitiedosto ladattu

* /home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/language/fi-FI/fi-FI.ini 1
* /home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/language/fi-FI/fi-FI.plg_system_debug.ini 1
* /home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/administrator/language/fi-FI/fi-FI.plg_system_modulesanywhere.ini
* /home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/administrator/language/en-GB/en-GB.plg_system_modulesanywhere.ini 1
* /home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/language/fi-FI/fi-FI.com_comprofiler.ini
* /home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/language/en-GB/en-GB.com_comprofiler.ini
* /home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/language/fi-FI/fi-FI.com_user.ini 1
* /home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/language/fi-FI/fi-FI.mod_login.ini 1
* /home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/language/fi-FI/fi-FI.tpl_rhuk_milkyway.ini 1
* /home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/language/fi-FI/fi-FI.mod_uddeim.ini
* /home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/language/en-GB/en-GB.mod_uddeim.ini
* /home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/language/fi-FI/fi-FI.mod_jstats_activate.ini
* /home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/language/en-GB/en-GB.mod_jstats_activate.ini
* /home/empy/empy-admin/sites/www.espoonmeripelastajat.fi/www/empynet/language/fi-FI/fi-FI.mod_mainmenu.ini 1

Kääntämättömät merkkijonot / diagnostiikka

Sivustolla ei ole käyttäjiä

Kääntämättömät merkkijonot / kehittäjä

Sivustolla ei ole käyttäjiä

Please Log in or Create an account to join the conversation.

  • empy
  • empy
  • OFFLINE
  • Posts: 38
  • Thanks: 2
  • Karma: 0
13 years 11 months ago #152057 by empy
Thanks a million for the help, nant.

We had quite a long debugging session and discussion over PM last night. But still no solution. The problem unfortunately seems to be a hard one. So I probably just have to go through all the changes I have done after installing CB, disable them one at a time and hope to find the faulty setting or extension.

Thanks,
Mike

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
13 years 11 months ago #152080 by nant

Please Log in or Create an account to join the conversation.

  • cronopio
  • cronopio
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
13 years 7 months ago #164402 by cronopio
Replied by cronopio on topic Re: Forgot User ID and password not working
Any news about this issue? This thread is about three months old... I have a very similar (or the same) problem, I searched in the forum and found nothing that could solve the issue. Maybe I missed something?

Thanks in advance...:unsure:

Please Log in or Create an account to join the conversation.

  • empy
  • empy
  • OFFLINE
  • Posts: 38
  • Thanks: 2
  • Karma: 0
13 years 7 months ago #164403 by empy
No. Unfortunately not. My forum is quite small and I can deal with lost passwords manually, so more urgent changes have consumed my time. I have not been able to invest much time in investigating this issue.

Mike

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum