Tabellen in der SQL Datenbank werden nicht geöffnet!

Status
Für weitere Antworten geschlossen.

elizangela

Benutzer
Mitglied seit
21. Jun 2010
Beiträge
93
Punkte für Reaktionen
0
Punkte
0
Weil Du schon so lange online bist!

Kein Fussball gekuckt?

Die Datei hab ich gefunden.

Was ich da einstellen muss weiß ich nicht!
Gruß Ralf

Hier der Auszug:

Cache Engine Configuration
* Default settings provided below
*
* File storage engine.
*
* Cache::config('default', array(
* 'engine' => 'File', //[required]
* 'duration'=> 3600, //[optional]
* 'probability'=> 100, //[optional]
* 'path' => CACHE, //[optional] use system tmp directory - remember to use absolute path
* 'prefix' => 'cake_', //[optional] prefix every cache file with this string
* 'lock' => false, //[optional] use file locking
* 'serialize' => true, [optional]
* ));
*
*
* APC (http://pecl.php.net/package/APC)
*
* Cache::config('default', array(
* 'engine' => 'Apc', //[required]
* 'duration'=> 3600, //[optional]
* 'probability'=> 100, //[optional]
* 'prefix' => Inflector::slug(APP_DIR) . '_', //[optional] prefix every cache file with this string
* ));
*
* Xcache (http://xcache.lighttpd.net/)
*
* Cache::config('default', array(
* 'engine' => 'Xcache', //[required]
* 'duration'=> 3600, //[optional]
* 'probability'=> 100, //[optional]
* 'prefix' => Inflector::slug(APP_DIR) . '_', //[optional] prefix every cache file with this string
* 'user' => 'user', //user from xcache.admin.user settings
* 'password' => 'password', //plaintext password (xcache.admin.pass)
* ));
*
*
* Memcache (http://www.danga.com/memcached/)
*
* Cache::config('default', array(
* 'engine' => 'Memcache', //[required]
* 'duration'=> 3600, //[optional]
* 'probability'=> 100, //[optional]
* 'prefix' => Inflector::slug(APP_DIR) . '_', //[optional] prefix every cache file with this string
* 'servers' => array(
* '127.0.0.1:11211' // localhost, default port 11211
* ), //[optional]
* 'compress' => false, // [optional] compress data in Memcache (slower, but uses less memory)
* ));
*
*/
//Cache::config('default', array('engine' => 'File'));
 

elizangela

Benutzer
Mitglied seit
21. Jun 2010
Beiträge
93
Punkte für Reaktionen
0
Punkte
0
Hallo Jo,

in der Diskstation ist der PHP Cache aktiviert!

Gruß Ralf
 

joku

Benutzer
Mitglied seit
06. Mrz 2011
Beiträge
6.664
Punkte für Reaktionen
2
Punkte
164

elizangela

Benutzer
Mitglied seit
21. Jun 2010
Beiträge
93
Punkte für Reaktionen
0
Punkte
0
Hallo Jo,

danke erst mal für Deine Unterstützung.

Mache jetzt schluss und gehe ins Bett!

Gruß Ralf
 
Status
Für weitere Antworten geschlossen.
 

Kaffeautomat

Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.

Als Dankeschön schalten wir deinen Account werbefrei.

:coffee:

Hier gehts zum Kaffeeautomat