Sign up to create your own snipts, or login.

Public snipts » pazzypunk's snipts The latest snipts from pazzypunk.

showing 1-2 of 2 snipts
  • show php errors
    ini_set('display_errors', "1");
    ini_set('error_reporting', E_ALL ^ E_NOTICE);
    

    copy | embed

    0 comments - tagged in  posted by pazzypunk on Feb 02, 2010 at 2:20 p.m. EST
  • Truncate Cache tables
    TRUNCATE `cache`;
    TRUNCATE `cache_block`;
    TRUNCATE `cache_content`;
    TRUNCATE `cache_filter`;
    TRUNCATE `cache_form`;
    TRUNCATE `cache_menu`;
    TRUNCATE `cache_page`;
    TRUNCATE `cache_update`;
    TRUNCATE `cache_views`;
    TRUNCATE `cache_views_data`;
    TRUNCATE `search_dataset`;
    TRUNCATE `search_index`;
    TRUNCATE `search_node_links`;
    TRUNCATE `search_total`;
    TRUNCATE `views_object_cache`;
    TRUNCATE `watchdog`;
    

    copy | embed

    0 comments - tagged in  posted by pazzypunk on Jan 25, 2010 at 5:10 p.m. EST
Sign up to create your own snipts, or login.