Search results for query: *

  1. M

    Bug Bug with canonical Tag

    Hey, i have found one bug in canonical-tag. On first page the conical-tag in a thread is correct but on second and further pages the canical-tag shows always the first page. That code should work for vbulletin 3.8: <link rel="canonical"...
  2. M

    Bug Running Test: Fetch Cache failed

    My configurations (http://www.dragonbyte-tech.com/f42/running-test-fetch-cache-failed-8175/#post46291) What is wrong?
  3. M

    Bug Running Test: Fetch Cache failed

    Yeah..but it doesn't work for me. Ich click on the second link and then on the first one after that...
  4. M

    Bug Running Test: Fetch Cache failed

    With <?php echo apc_fetch('test'); unter http://www.faq4mobiles.de/test.php I get a white page. and with <?php apc_store('test', 'Working!', 10); under http://www.faq4mobiles.de/test1.php i see a white page, too. Why don't i need the "?>" to close the code?
  5. M

    Bug Running Test: Fetch Cache failed

    With "apc_store" something is written into the cache and then "apc_fetch" read it right?!
  6. M

    Bug Running Test: Fetch Cache failed

    <?php apc_store('test', 'Working!', 10); echo apc_fetch('test'); ?> --> http://www.faq4mobiles.de/test_df.php
  7. M

    Bug Running Test: Fetch Cache failed

    I get Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_STRING in /blabla/webseiten/test.php on line 9 with the second script i get a blank page on my site. My configurations: [APC] extension = "apc.so" apc.enabled = 1 apc.shm_size = 64M apc.ttl = 0 apc.user_ttl...
  8. M

    Bug Running Test: Fetch Cache failed

    I have APC installed on my server. My php.ini: [PHP] engine = On short_open_tag = On date.timezone = Europe/Berlin precision = "14" y2k_compliance = Off output_buffering = output_handler = unserialize_callback_func = zlib.output_compression = implicit_flush = Off...
Back
Top