Drake CMS Official Forums - read-only archive

You are reading the Drake CMS Official Forums archive, available for historical purposes only.

Drake CMS has been rebranded into Lanius CMS, visit the new Lanius CMS Official Forums if you need support about Lanius CMS or Drake CMS -> Lanius CMS migration.



Home page > From Italy (Dall'Italia) > Problemi con querycache Permanent link to this page
 
 
Author Message:
limbopollo
Problemi con querycache
26 May 2007 07:46
Anonymous Ciao a tutti.
Ho un problema con limbo (scusate, ma...) nel senso che ho errori nel file querycache, dato hackeraggio del sito.
Al momento ho risolto togliendo dal file di configurazione la memorizzazione della cache ($lm_cache='0')...
Posso cancellare tutti ifiles della directory data/cache?

Grazie per la mano che potrete darmi

LP
 
phpmaster
Re : Problemi con querycache
27 May 2007 05:52
Anonymous File:
limbocms\install\install3.php
----------
line#
80 \$lm_dbpassword='%s';
81 \$lm_cache='1';
82 \$lm_qcache='1';

118 if(!is_dir($cabsolute_path."data/cache" ))mkdir($cabsolute_path."data/cache",0777);
----------

Initio, BEFORE run install,
you can creatare, make, uno directori:
limbocms/data/cache/
Importante! Permissiones: 777
= can write!

-----------------------------
My Reference LimboCMS version:
limbo_1042_sec_fixed.zip ( 2005-12-23 )
-----
Limbo 1.0.4.2 Sec Fixed
Download:
http://www.limboportal.com/index.php/option/downloads/task/info/ i...

Regardas
phpMaster
smile
 
Top