Results 1 to 10 of 10

apc-warning

This is a discussion on apc-warning within the Deutsch forums, part of the General Discussion category; Wollte mal wissen, was das heissen soll apc-warning Potential cache slam averted for key 'vbseo_storage' in functions_vbseo_cache.php on line 137...

  1. #1
    Junior Member
    Real Name
    kyre
    Join Date
    Sep 2006
    Posts
    21
    Liked
    0 times

    apc-warning

    Wollte mal wissen, was das heissen soll


    apc-warning Potential cache slam averted for key 'vbseo_storage' in functions_vbseo_cache.php on line 137

  2. #2
    Senior Member
    Real Name
    Fabio
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    758
    Liked
    11 times
    Blog Entries
    1
    Hallo,

    hast du womöglich den APC Cache aktviert, obwohl dein Server ihn nicht unterstützt?


    Gruß,
    Fabio

  3. #3
    Junior Member
    Real Name
    kyre
    Join Date
    Sep 2006
    Posts
    21
    Liked
    0 times
    APC Cache ist aktiviert und server unterstützt ihn auch, bzw. ist auch an

  4. #4
    Junior Member
    Real Name
    kyre
    Join Date
    Sep 2006
    Posts
    21
    Liked
    0 times
    das dauert aber bis man ne antwort bekommt

  5. #5
    Senior Member webmastersitesi's Avatar
    Join Date
    Oct 2007
    Posts
    518
    Liked
    16 times
    Blog Entries
    3
    Bitte, brauchen sie APC als (3.1.2).

  6. #6
    Junior Member
    Real Name
    Michael Bergheim
    Join Date
    Mar 2009
    Posts
    16
    Liked
    1 times
    Ich habe das selbe Problem

    [Sat Nov 27 00:32:01 2010] [apc-warning] Potential cache slam averted for key 'vbtscache' in /var/customers/webs/user/includes/class_datastore.php on line 471.

    APC Cache wurde Installiert mit

    aptitude install php-apc

    In der PHPinfo steht auch drin, das es aktiviert ist

    /etc/php5/apache2/conf.d/apc.ini, /etc/php5/apache2/conf.d/gd.ini, /etc/php5/apache2/conf.d/imap.ini, /etc/php5/apache2/conf.d/mysql.ini, /etc/php5/apache2/conf.d/mysqli.ini, /etc/php5/apache2/conf.d/pdo.ini, /etc/php5/apache2/conf.d/pdo_mysql.ini, /etc/php5/apache2/conf.d/suhosin.ini
    apc.cache_by_defaultOnOn
    apc.canonicalizeOnOn
    apc.coredump_unmapOffOff
    apc.enable_cliOffOff
    apc.enabledOnOn
    apc.file_md5OffOff
    apc.file_update_protection22
    apc.filtersno valueno value
    apc.gc_ttl36003600
    apc.include_once_overrideOffOff
    apc.lazy_classesOffOff
    apc.lazy_functionsOffOff
    apc.max_file_size1M1M
    apc.mmap_file_maskno valueno value apc.num_files_hint10001000
    apc.preload_pathno valueno value
    apc.report_autofilterOffOff
    apc.rfc1867OffOff apc.rfc1867_freq00
    apc.rfc1867_nameAPC_UPLOAD_PROGRESSAPC_UPLOAD_PROG RESS
    apc.rfc1867_prefixupload_upload_
    apc.rfc1867_ttl36003600
    apc.shm_segments11
    apc.shm_size3030
    apc.statOnOn
    apc.stat_ctimeOffOff
    apc.ttl00 apc.use_request_timeOnOn
    apc.user_entries_hint40964096
    apc.user_ttl00
    apc.write_lockOnOn

  7. #7
    Senior Member
    Real Name
    Fabio
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    758
    Liked
    11 times
    Blog Entries
    1
    Hallo,

    welche APC Version setzt du denn ein?

  8. #8
    Junior Member
    Real Name
    Michael Bergheim
    Join Date
    Mar 2009
    Posts
    16
    Liked
    1 times
    3.1.3p1

    Ich habe bereits folgendes versucht

    The PHP PECL module APC had its cache slam protection method changed as of version 3.1.3. Starting with 3.1.3 the new cache slam protection is user configurable and enabled by default. This can result in a large number of cache slam averted errors in your error_log if you don't intervene:
    [apc-warning] Potential cache slam averted for key 'cache_key' in /apc.php on line 138.
    This is known to happen with APC versions 3.1.3 and 3.1.3p1.
    Solution:
    There are two solutions that we're aware of. First, you can disable APC's cache slam protection by changing your PHP configuration:
    Using suphp/system wide php.ini
    apc.slam_defense = Off
    Using .htaccess
    php_flag apc.slam_defense off
    Using ini_set within your script
    ini_set('apc.slam_defense','Off');
    Alternatively you can downgrade to APC 3.1.2 which uses the "old" method. However, this is discouraged.


    Das hat leider nix gebracht. Das Cachen funktioniert dem Anschein nach aber. Nur der Log wird ganz schön lang

  9. #9
    Senior Member
    Real Name
    Fabio
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    758
    Liked
    11 times
    Blog Entries
    1
    Hallo Michael,

    ich finde es interessant, weil includes/class_datastore.php keine Datei von vBSEO ist.

    Da solltest du vielleicht direkt bei vBulletin nachfragen.


    Gruß,
    Fabio

  10. #10
    Junior Member
    Real Name
    Michael Bergheim
    Join Date
    Mar 2009
    Posts
    16
    Liked
    1 times
    Hi, wenn ich nicht das Thread über freund Google gefunden hätte, so hätte ich auch bei vb.com angefragt. Aber egal, besser spät als nie

Similar Threads

  1. PHP Warning:
    By robert66 in forum General Discussion
    Replies: 2
    Last Post: 09-07-2010, 02:47 PM
  2. Sitemap warning
    By Joakim Andreassen in forum General Discussion
    Replies: 7
    Last Post: 05-18-2009, 09:18 PM
  3. Warning
    By Icedout in forum Bug Reporting
    Replies: 2
    Last Post: 03-25-2009, 01:17 PM
  4. PHP Warning
    By newguy in forum Troubleshooting
    Replies: 6
    Last Post: 04-26-2008, 11:15 AM
  5. Warning in the cP
    By iogames in forum URL Rewrite Settings
    Replies: 3
    Last Post: 01-13-2008, 10:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •