Jeremie

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: i have 1000 404 errors referenced on webmaster tool #120828
    Jeremie
    Participant

    Hello Barry,
    you are right, the page is working but it is still no found by webmaster tool. it says :
    URL Errors :
    Crawl / crawls error
    Soft 404 :2 and Not found : 7,353
    is it possible to keep it in Month view and not having those crawling errors ?

    in reply to: Wooticket 3.0.1 and Woocommerce 2.0.13 #57037
    Jeremie
    Participant

    Ok i search a bit more and the temporary fix is this code to add in your fonction.php of you theme.
    /**
    * Fixes an issue with WooCommerce Tickets 3.0.1 where a
    * “failed to open stream: No such file or directory” error
    * shows in place of the ticket form.
    *
    * Please remove once a definitive fix is issued in a future
    * version of WooCommerce Tickets.
    */
    add_filter(‘tribe_events_tickets_template_wootickets/tickets.php’, ‘wootickets_temp_tpl_fix’);

    function wootickets_temp_tpl_fix($path) {
    if (false !== strpos($path, ‘wootickets/views/wootickets’) and !file_exists($path))
    return str_replace(‘views/wootickets’, ‘views’, $path);
    return $path;
    }

    in reply to: Wooticket 3.0.1 and Woocommerce 2.0.13 #57032
    Jeremie
    Participant

    I do have the same problem please i need help guys. i’m using this woocommerce
    Version 2.0.13, with this wooticket : Version 3.0.1 and this calendar : Version 3.0.4
    and i have this message error :
    Warning: include(/homepages/32/d357127370/htdocs/mainland/wp-content/plugins/wootickets/views/wootickets/tickets.php) [function.include]: failed to open stream: No such file or directory in /homepages/32/d357127370/htdocs/mainland/wp-content/plugins/wootickets/classes/class-wootickets.php on line 423

    Warning: include() [function.include]: Failed opening ‘/homepages/32/d357127370/htdocs/mainland/wp-content/plugins/wootickets/views/wootickets/tickets.php’ for inclusion (include_path=’.:/usr/lib/php5′) in /homepages/32/d357127370/htdocs/mainland/wp-content/plugins/wootickets/classes/class-wootickets.php on line 423

    you will find it here on the website : http://www.nutspubcrawl.co.uk/event/nuts-pub-crawl-8/2013-07-26/

    in reply to: Made something you're proud of? #49532
    Jeremie
    Participant

    Hello,
    i’m proud to show you that it works and i don’t have any developpement skills. people can buy by card or paypal.
    http://www.nutspubcrawl.co.uk/event/nuts-pub-crawl-10/2013-08-31/

    Best,
    Jeremie

Viewing 4 posts - 1 through 4 (of 4 total)