Joomla.it Forum
Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => : Vulpiani 11 Feb 2013, 23:18:24
-
Salve ragazzi, sono incappato in questo problema con questo sito (non su Ar**) con database perfettamente funzionante... ho appena tolto un malware da tutte le pagine, ma insiste a darmi questo errore
jtablesession::Store Failed
DB function failed with error number 1142
INSERT command denied to user 'arteeide65623'@'217.64.202.205' for table 'jos_session' SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( '4a92c885dbfd90f6ffd7148a82bdc407','1360620852','','0','1','0' )
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 64 bytes) in /home/mhd-01/www.arteeideesas.it/htdocs/libraries/joomla/error/exception.php on line 117
Non capisco perchè...eppure il database è perfettamente funzionante!
Da cosa potrà dipendere?
Grazie!
-
ho provato un vecchio rimedio trovato in un altro post ( http://forum.joomla.it/index.php/topic,21531.0.html )
Ha funzionato nel senso che è sparito l'errore del database ma è rimasto comunque questo:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /home/mhd-01/www.arteeideesas.it/htdocs/libraries/joomla/error/exception.php on line 117
e ogni volta che aumento la memoria modificando in config.php la stringa ini_set("memory_limit", "16M") ;
aumentano anche i bytes... cosa sta succedendo secondo voi? oO