Difference between revisions of "Joomla"
From KOP KB
(→Summary) |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <style> | ||
+ | .mw-code{ | ||
+ | padding: 0.2em!important; | ||
+ | border: none !important; | ||
+ | } | ||
+ | .border{ | ||
+ | border: 1px solid white; | ||
+ | padding: 0.5em!important; | ||
+ | background-color: #AAAAAA; | ||
+ | } | ||
+ | </style> | ||
+ | </html> | ||
+ | |||
+ | |||
== Summary == | == Summary == | ||
Line 6: | Line 21: | ||
Example of error: | Example of error: | ||
+ | <div class="border"> | ||
<syntaxhighlight lang="html4strict"> | <syntaxhighlight lang="html4strict"> | ||
jtablesession::Store Failed | jtablesession::Store Failed | ||
Line 16: | Line 32: | ||
'jos_session.MYI' (errno: 145) SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( '4bc998b10d92bf4107976d0edacdbb26','1246725653','','0','1','0' ) | 'jos_session.MYI' (errno: 145) SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( '4bc998b10d92bf4107976d0edacdbb26','1246725653','','0','1','0' ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | </div> | ||
Solution: | Solution: | ||
Revision as of 23:27, 25 September 2014
Summary
In this Article you can find information on Joomla and the different versions and there know issues and resolutions.
Sessions - Joomla uses sessions to keep track of the users on the site logged in and guests and sometimes it will have issues where a session may get stuck and prevent access to the site.
Example of error:
jtablesession::Store Failed
DB function failed with error number 1016
Can't open file:
'jos_session.MYI' (errno: 145) SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( '4bc998b10d92bf4107976d0edacdbb26','1246725653','','0','1','0' )
Solution:
Using phpmyadmin select the table jos_session and run a repair on it