paro de funcionar?
- kennyroger
-
Autor do Tópico
- Offline
- JCB! Professional
-
Menos
Mais
13 anos 9 meses atrás #61689
por kennyroger
kennyroger created the topic: paro de funcionar?
tava tudo tranquilo agora apareceu isso
jtablesession::Store Failed
DB function failed with error number 145
Table './acompan7_site/jos_session' is marked as crashed and should be repaired SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( '13eeed33ec5f94d1aad29e674a1b77d0','1325886727','','0','1','0' )
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 71 bytes) in /home/acompan7/public_html/site/libraries/joomla/error/exception.php on line 117
jtablesession::Store Failed
DB function failed with error number 145
Table './acompan7_site/jos_session' is marked as crashed and should be repaired SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( '13eeed33ec5f94d1aad29e674a1b77d0','1325886727','','0','1','0' )
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 71 bytes) in /home/acompan7/public_html/site/libraries/joomla/error/exception.php on line 117
Please Entrar ou Registrar to join the conversation.
- rldesign
-
- Offline
- JCB! Hero
-
13 anos 9 meses atrás #61690
por rldesign
A tabela jos_sessions, responsável por criar sessões teve um problema.
O que vc tem que fazer é ir reparar essa tabela, usando o PHPmyAdmin
http://www.joomlablogger.net/joomla-tips/joomla-beginners-tips/how-to-solve-a-problem-with-jossession/
Outra coisa meio preocupante ai é a questão do erro: "Fatal error: Allowed memory size"
Rode um phpinfo e veja quanto tem de memoria disponivel memory limit
Altere para um valor maior.
A propósito, que hospedagem vc está usando?
Rafael Santana
Web Designer | R&L Design - Desenvolvimento Gráfico e Sites
rldesign replied the topic: Erro no site: jtablesession::Store Failed
kennyroger escreveu: tava tudo tranquilo agora apareceu isso
jtablesession::Store Failed
DB function failed with error number 145
Table './acompan7_site/jos_session' is marked as crashed and should be repaired SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( '13eeed33ec5f94d1aad29e674a1b77d0','1325886727','','0','1','0' )
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 71 bytes) in /home/acompan7/public_html/site/libraries/joomla/error/exception.php on line 117
A tabela jos_sessions, responsável por criar sessões teve um problema.
O que vc tem que fazer é ir reparar essa tabela, usando o PHPmyAdmin
http://www.joomlablogger.net/joomla-tips/joomla-beginners-tips/how-to-solve-a-problem-with-jossession/
Outra coisa meio preocupante ai é a questão do erro: "Fatal error: Allowed memory size"
Rode um phpinfo e veja quanto tem de memoria disponivel memory limit
Altere para um valor maior.
A propósito, que hospedagem vc está usando?
Rafael Santana
Web Designer | R&L Design - Desenvolvimento Gráfico e Sites
Please Entrar ou Registrar to join the conversation.
- kennyroger
-
Autor do Tópico
- Offline
- JCB! Professional
-