- Posts: 47
- Thank you received: 0
Getting Logged Out Continuously
- MahonyTech
-
Topic Author
- Offline
Please Log in or Create an account to join the conversation.
How many characteristics/values do you have for each products ?
Maybe you have too many of them and the server cannot handle that many possibilities.
It would help if we could identify a pattern for the problem. For example, if it only happens when the product has characteristics. Do you see any pattern for the problem ?
Please Log in or Create an account to join the conversation.
- MahonyTech
-
Topic Author
- Offline
- Posts: 47
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Could you try to activate the debug mode in the joomla configuration and see if you don't have errors popping out while managing your products ?
Please Log in or Create an account to join the conversation.
- MahonyTech
-
Topic Author
- Offline
- Posts: 47
- Thank you received: 0
Profile Information
Application afterLoad: 0.019 seconds, 0.54 MB
Application afterInitialise: 0.272 seconds, 5.83 MB
Application afterRoute: 0.272 seconds, 5.83 MB
Application afterDispatch: 0.345 seconds, 6.78 MB
Application afterRender: 0.361 seconds, 6.94 MB
Memory Usage
7327200
10 queries logged.
SELECT *
FROM jos_session
WHERE session_id = '444c6888439ad65efbdcedaf8f71efe1'
DELETE
FROM `jos_session`
WHERE session_id = '444c6888439ad65efbdcedaf8f71efe1'
SELECT *
FROM jos_session
WHERE session_id = '4b8f5b2c9bce74bc923eefd3e282100f'
DELETE
FROM jos_session
WHERE ( TIME < '1322690956' )
SELECT *
FROM jos_session
WHERE session_id = '4b8f5b2c9bce74bc923eefd3e282100f'
INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` )
VALUES ( '4b8f5b2c9bce74bc923eefd3e282100f','1322694556','','0','1','1' )
SELECT *
FROM jos_components
WHERE parent = 0
SELECT folder AS TYPE, element AS name, params
FROM jos_plugins
WHERE published >= 1
AND access <= 0
ORDER BY ordering
SELECT id, title, module, POSITION, content, showtitle, control, params
FROM jos_modules AS m
LEFT JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.published = 1
AND m.access <= 0
AND m.client_id = 1
ORDER BY POSITION, ordering
SELECT template
FROM jos_templates_menu
WHERE client_id = 1
AND menuid = 0
Language Files Loaded
/data/26/2/150/27/2476027/user/2711598/htdocs/demo/administrator/language/en-GB/en-GB.ini 1
/data/26/2/150/27/2476027/user/2711598/htdocs/demo/administrator/language/en-GB/en-GB.plg_system_debug.ini 1
/data/26/2/150/27/2476027/user/2711598/htdocs/demo/administrator/language/en-GB/en-GB.com_login.ini 1
/data/26/2/150/27/2476027/user/2711598/htdocs/demo/administrator/language/en-GB/en-GB.mod_login.ini 1
/data/26/2/150/27/2476027/user/2711598/htdocs/demo/administrator/language/en-GB/en-GB.tpl_khepri.ini 1
Untranslated Strings Diagnostic
None
Untranslated Strings Designer
None
Any ideas?
Please Log in or Create an account to join the conversation.
Could you explain at which point you get logged out ?
When you open the edition page of an existing product ?
When you open the edition page of a new product ?
When you save a new product ?
When you save a new product without characteristics ?
When you save a new product with characteristics ?
When you save an existing product with/without characteristics ?
Does it happens each time? Or does it happen only half of the time ?
Please Log in or Create an account to join the conversation.
- MahonyTech
-
Topic Author
- Offline
- Posts: 47
- Thank you received: 0
Well, that's not an error, just debug info and it doesn't help.
Could you explain at which point you get logged out ?
When you open the edition page of an existing product ?
When you open the edition page of a new product ?
When you save a new product ?
When you save a new product without characteristics ?
When you save a new product with characteristics ?
When you save an existing product with/without characteristics ?
Does it happens each time? Or does it happen only half of the time ?
I went to the products listing. I clicked on a category. I checked a box next to the product. I clicked edit. Then I clicked manage variants. I checked a checkbox next to one of the variants. I clicked edit. I got logged out.
Did the exact same thing again and was able to edit 1 variant, hit save. Edit a 2nd variant, hit save, got logged out immediately.
Next time, tried same exact product. Got logged out as soon as I got to "checked a checkbox next to the product and clicked edit".
It happens at random times. What I noticed is that the memory spiked up quite a lot (which is why I posted that info). However, my memory limit is much higher than that. I wonder if it is something with this Joomla installation.
How easy is it to pick up the entire installation and test it on another server?
Please Log in or Create an account to join the conversation.
It would make sense that the problem occurs everywhere else.
If you want to do a copy of your website to put it somewhere else you should use that extension: extensions.joomla.org/extensions/access-...security/backup/1606
It's really easy to use and you can do backups/restores quite rapidly with it.
Please Log in or Create an account to join the conversation.