Notice (8) : Trying to access array offset on value of type null [APP/Controller/AppController.php , line 605 ]Code Context
if ( $result [ "status" ] == 'success' ) {
$addr = '3.141.190.74'
$http = object(Cake\Http\Client) {
[protected] _defaultConfig => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _cookies => object(Cake\Http\Cookie\CookieCollection) {}
[protected] _adapter => object(Cake\Http\Client\Adapter\Curl) {}
[protected] _config => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _configInitialized => true
}
$response = object(Cake\Http\Client\Response) {
[protected] code => (int) 429
[protected] cookies => null
[protected] reasonPhrase => 'Too Many Requests'
[protected] _xml => null
[protected] _json => null
[protected] _exposedProperties => [
'cookies' => '_getCookies',
'body' => '_getBody',
'code' => 'code',
'json' => '_getJson',
'xml' => '_getXml',
'headers' => '_getHeaders'
]
[protected] _deprecatedMagicProperties => [
'cookies' => 'getCookies()',
'body' => 'getStringBody()',
'json' => 'getJson()',
'xml' => 'getXml()',
'headers' => 'getHeaders()'
]
[protected] _cookies => []
[protected] _body => null
[protected] headers => [
'Date' => [
[maximum depth reached]
],
'Content-Length' => [
[maximum depth reached]
],
'Access-Control-Allow-Origin' => [
[maximum depth reached]
],
'X-Ttl' => [
[maximum depth reached]
],
'X-Rl' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'date' => 'Date',
'content-length' => 'Content-Length',
'access-control-allow-origin' => 'Access-Control-Allow-Origin',
'x-ttl' => 'X-Ttl',
'x-rl' => 'X-Rl'
]
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {}
}
$result = null App\Controller\AppController::setCountryIpapi() - APP/Controller/AppController.php, line 605
App\Controller\AppController::geolocateUser() - APP/Controller/AppController.php, line 359
App\Controller\AppController::setCountry() - APP/Controller/AppController.php, line 279
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 113
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 352
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 329
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 113
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 676
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Warning (2) : trim() expects parameter 1 to be string, array given [APP/Controller/AppController.php , line 933 ]Code Context $addr = '3.141.190.74'
$apikey = 'bdc_0d4c46fd01c1439b8a353d885a12b28e'
$http = object(Cake\Http\Client) {
[protected] _defaultConfig => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _cookies => object(Cake\Http\Cookie\CookieCollection) {}
[protected] _adapter => object(Cake\Http\Client\Adapter\Curl) {}
[protected] _config => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _configInitialized => true
}
$response = object(Cake\Http\Client\Response) {
[protected] code => (int) 403
[protected] cookies => null
[protected] reasonPhrase => 'Forbidden'
[protected] _xml => null
[protected] _json => [
'status' => (int) 403,
'description' => 'access denied or your quota limit has been exceeded'
]
[protected] _exposedProperties => [
'cookies' => '_getCookies',
'body' => '_getBody',
'code' => 'code',
'json' => '_getJson',
'xml' => '_getXml',
'headers' => '_getHeaders'
]
[protected] _deprecatedMagicProperties => [
'cookies' => 'getCookies()',
'body' => 'getStringBody()',
'json' => 'getJson()',
'xml' => 'getXml()',
'headers' => 'getHeaders()'
]
[protected] _cookies => []
[protected] _body => null
[protected] headers => [
'Date' => [
[maximum depth reached]
],
'Content-Type' => [
[maximum depth reached]
],
'Transfer-Encoding' => [
[maximum depth reached]
],
'Connection' => [
[maximum depth reached]
],
'Access-Control-Allow-Origin' => [
[maximum depth reached]
],
'X-Response-Time-ms' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'date' => 'Date',
'content-type' => 'Content-Type',
'transfer-encoding' => 'Transfer-Encoding',
'connection' => 'Connection',
'access-control-allow-origin' => 'Access-Control-Allow-Origin',
'x-response-time-ms' => 'X-Response-Time-ms'
]
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {}
}
$result = [
'status' => (int) 403,
'description' => 'access denied or your quota limit has been exceeded'
]
$geo = [
'country_code' => '',
'country_name' => '',
'continent_id' => '',
'continent_name' => '',
'city' => '',
'latitude' => (float) 0,
'longitude' => (float) 0,
'region_code_array' => [
(int) 0 => ''
],
'region_code' => '',
'region_name' => ''
]
$adminLevel2 = null
$adminLevel1 = null
$administrative = []
$regionCode = ''
$regionName = '' trim - [internal], line ??
array_map - [internal], line ??
App\Controller\AppController::setCountryBigdatacloud() - APP/Controller/AppController.php, line 933
App\Controller\AppController::geolocateUser() - APP/Controller/AppController.php, line 363
App\Controller\AppController::setCountry() - APP/Controller/AppController.php, line 279
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 113
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 352
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 329
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 113
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 676
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [APP/Controller/AppController.php , line 174 ]Code Context true ,
true
);
$cookie_name = 'Config'
$cookie_value = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$cookie_time = (int) 31536000
$session = object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 31536000
[protected] _isCLI => false
}
$session_value = []
$value = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$cookie_value_json = '{"host_country":"","country_id":"","country_name":false,"country_conventional_name":"","region_name":"","region_conventional_name":"","region_iso2":"","region_unique_code":"-","city":"","continent_id":"","continent_name":"","lat":"0","lon":"0","timezone":"","currency_code":"","currency_symbol":"","lang":"spa","web_version":"es","web_version_name":"Espa\u00f1a"}' setcookie - [internal], line ??
App\Controller\AppController::writeCookie() - APP/Controller/AppController.php, line 174
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 119
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 352
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 329
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 113
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 676
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Warning (512) : Unable to emit headers. Headers sent in file=/home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php line=856 [CORE/src/Http/ResponseEmitter.php , line 51 ]Code Context if ( Configure :: read ( 'debug' )) {
trigger_error ( $message , E_USER_WARNING );
} else {
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4f2b432b15-trace').style.display = (document.getElementById('cakeErr67f4f2b432b15-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [<b>APP/Template/Layout/default.ctp</b>, line <b>116</b>]<div id="cakeErr67f4f2b432b15-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4f2b432b15-code').style.display = (document.getElementById('cakeErr67f4f2b432b15-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4f2b432b15-context').style.display = (document.getElementById('cakeErr67f4f2b432b15-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67f4f2b432b15-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">header</span><span style="color: #007700">( </span><span style="color: #DD0000">"Content-Type: text/html;charset=utf-8" </span><span style="color: #007700">);
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code></pre><pre id="cakeErr67f4f2b432b15-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46069,
'ref' => 'catalonia-is-permissive-with-animal-abuse',
'channel' => (int) 2,
'type' => null,
'title' => 'Catalonia is permissive with animal abuse!',
'descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/j1BvAH_7Gcg" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castell&oacute;n and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/jMwmVFECW_k" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night.&nbsp;The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-T',
'location_id' => null,
'location' => '',
'address' => '',
'lat' => '41.11888',
'lon' => '1.24449',
'image' => '202109/P13-27902.jpg',
'image_caption' => null,
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => null,
'json' => null,
'tag' => null,
'meta_title' => 'Catalonia is permissive with animal abuse!',
'meta_descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'meta_key' => 'with,bulls,fire,animal,rope,these,team,were,some,when',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => null,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 1151,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1808,
'ref' => 'festejos-populares',
'parent_id' => (int) 1113,
'title' => 'Festejos populares',
'descr' => '',
'position' => (int) 4,
'level' => (int) 2,
'lft' => (int) 37,
'rght' => (int) 38,
'channel' => '',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 160,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [[maximum depth reached]]
},
'json' => [],
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'lang' => 'spa',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46069,
'ref' => 'catalonia-is-permissive-with-animal-abuse',
'channel' => (int) 2,
'type' => null,
'title' => 'Catalonia is permissive with animal abuse!',
'descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/j1BvAH_7Gcg" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castell&oacute;n and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/jMwmVFECW_k" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night.&nbsp;The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-T',
'location_id' => null,
'location' => '',
'address' => '',
'lat' => '41.11888',
'lon' => '1.24449',
'image' => '202109/P13-27902.jpg',
'image_caption' => null,
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => null,
'json' => null,
'tag' => null,
'meta_title' => 'Catalonia is permissive with animal abuse!',
'meta_descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'meta_key' => 'with,bulls,fire,animal,rope,these,team,were,some,when',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => null,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 1151,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>https://youtu.be/j1BvAH_7Gcg</p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><btn><a href="/donacion/en">Support our work</a></btn></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castell&oacute;n and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p>https://youtu.be/jMwmVFECW_k</p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night.&nbsp;The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><btn><a href="/donacion/en">Support our work</a></btn></p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1808,
'ref' => 'festejos-populares',
'parent_id' => (int) 1113,
'title' => 'Festejos populares',
'descr' => '',
'position' => (int) 4,
'level' => (int) 2,
'lft' => (int) 37,
'rght' => (int) 38,
'channel' => '',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 160,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1113,
'ref' => 'tradiciones-crueles',
'parent_id' => (int) 1101,
'title' => 'Tradiciones Crueles',
'lft' => (int) 30,
'rght' => (int) 39,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1808,
'ref' => 'festejos-populares',
'parent_id' => (int) 1113,
'title' => 'Festejos populares',
'lft' => (int) 37,
'rght' => (int) 38,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => []
}
$json = []
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$lang = 'spa'
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
]</pre><pre class="stack-trace">header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html><html>
<head>
<title>
Catalonia is permissive with animal abuse! | AnimaNaturalis </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta charset="utf-8"/>
<meta name="robots" content="Index,Follow"/>
<meta name="revisit-after" content="1 days"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta name="publisher" content="AnimaNaturalis"/>
<meta name="facebook-domain-verification" content="0aqbg5t05ivz6kefd2ibt5cclrdird" />
<link rel="canonical" href="https://www.animanaturalis.org/n/46069/catalonia-is-permissive-with-animal-abuse"/>
<meta name="description" content="Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona)."/><meta name="keywords" content="with,bulls,fire,animal,rope,these,team,were,some,when"/><meta property="og:title" content="Catalonia is permissive with animal abuse!"/><meta property="og:description" content="Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona)."/><meta property="og:url" content="https://www.animanaturalis.org/n/46069/Catalonia-is-permissive-with-animal-abuse"/><meta property="og:site_name" content="AnimaNaturalis"/><meta property="og:type" content="website"/><meta property="og:locale" content="es_ES"/><meta property="og:image" content="https://www.animanaturalis.org/img/posts/med/202109/P13-27902.jpg"/><meta property="og:image:type" content="image/jpg"/><meta property="og:image:width" content="200"/><meta property="og:image:height" content="200"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@animanaturalis"/><meta name="twitter:title" content="Catalonia is permissive with animal abuse!"/><meta name="twitter:description" content="Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona)."/><meta name="twitter:image" content="https://www.animanaturalis.org/img/posts/med/202109/P13-27902.jpg"/><meta name="twitter:image:alt" content="Catalonia is permissive with animal abuse!"/><meta name="twitter:url" content="https://www.animanaturalis.org/n/46069/Catalonia-is-permissive-with-animal-abuse"/><meta name="twitter:creator" content="@animanaturalis"/><meta name="twitter:domain" content="AnimaNaturalis"/><script type="application/ld+json">{"@context": "https://schema.org","@type": "Article","headline": "Catalonia is permissive with animal abuse!","alternativeHeadline": "Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).","keywords": ["with","bulls","fire","animal","rope","these","team","were","some","when"],"image": "https://www.animanaturalis.org/img/posts/med/202109/P13-27902.jpg","author": "AnimaNaturalis","genre": "Festejos populares","url": "https://www.animanaturalis.org/n/46069/Catalonia-is-permissive-with-animal-abuse","mainEntityOfPage": {"@type": "WebPage","@id": "https://www.animanaturalis.org/n/46069/Catalonia-is-permissive-with-animal-abuse"},"datePublished": "13/9/21, 0:00","dateCreated": "13/9/21, 0:00","dateModified": "24/11/21, 13:56","description": "Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).","articleBody": "Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).","publisher": {"@type": "Organization","name": "AnimaNaturalis","logo": {"@type": "ImageObject","url": "https://www.animanaturalis.org/img/fb-image.jpg","width": 800,"height": 800}}}</script> <link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="/img/older-iPhone.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/iPhone-6-Plus.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/iPad-Retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="/img/iPad-Pro.png">
<link href="/rss" type="application/rss+xml" rel="alternate" title="AnimaNaturalis"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1663583554"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/>
<link rel="stylesheet" href="/css/hc-offcanvas-nav.css?1637793486"/>
<link rel="stylesheet" href="/css/style.css?1741469436"/>
<script src="/js/jquery-3.5.1.min.js?1637794861"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css"/>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2635241426521687');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2635241426521687&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body class="layout-es spa posts-display-46069" id="posts-display">
<script>
window.fbAsyncInit = function () {
FB.init( {
appId: '',
cookie: true,
xfbml: true,
version: 'v6.0'
} );
//FB.getLoginStatus(function(response) {statusChangeCallback(response);});
};
( function ( d, s, id ) {
var js, fjs = d.getElementsByTagName( s )[ 0 ];
if ( d.getElementById( id ) ) return;
js = d.createElement( s );
js.id = id;
js.src = "https://connect.facebook.net/es_LA/sdk.js";
fjs.parentNode.insertBefore( js, fjs );
}( document, 'script', 'facebook-jssdk' ) );
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener( "load", function () {
window.cookieconsent.initialise( {
"palette": {
"popup": {
"background": "#1d8a8a"
},
"button": {
"background": "#62ffaa"
}
},
"position": "top",
"content": {
"message": "Esta web utiliza cookies para ofrecer una mejor experiencia de usuario. ",
"dismiss": "De Acuerdo",
"link": "Leer más",
"href": "/cookies"
}
} )
} );
</script>
<!-- Page Content -->
<div id="main-wrapper">
<a name="top"></a>
<header class="fixed-top bg-dark">
<div class="container">
<nav class="navbar navbar-dark bg-transparent">
<div class="navbar-brand">
<a href="/" class="logo">
<img src="/img/logo.png?1627410125" alt="Por un mundo más justo para los animales"/> </a>
</div>
</nav>
<nav class="navbar navbar-expand navbar-dark bg-transparent float-end">
<div class="ml-auto">
<ul class="navbar-nav">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li><li class="nav-item"><a href="#" id="nav-item-1" class="nav-link">En Acción</a></li><li class="nav-item"><a href="#" id="nav-item-2" class="nav-link">Únete</a></li><li class="nav-item"><a href="#" id="nav-item-3" class="nav-link">Campañas</a></li><li class="nav-item"><a href="#" id="nav-item-4" class="nav-link">Conócenos</a></li><li class="nav-item"><a href="#" id="nav-item-5" class="nav-link">Apóyanos</a></li> <li class="nav-item nav-sidebar">
<div id="main-nav" class="sidebar" style="display: none;">
<ul><li class="sidebar-item item-pos-1-1"><a href="#" class="sidebar-link">En Acción</a><ul><li class="sidebar-item item-pos-2-1"><a href="/accion" class="sidebar-link">Actúa Ahora</a></li><li class="sidebar-item item-pos-2-2"><a href="/alertas" class="sidebar-link">Alertas de Acción</a></li><li class="sidebar-item item-pos-2-3"><a href="/noticias" class="sidebar-link">Últimas Noticias</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Campañas</a><ul><li class="sidebar-item item-pos-3-1"><a href="https://www.granjas.org" class="sidebar-link" target="_blank">Granjas Industriales</a></li><li class="sidebar-item item-pos-3-2"><a href="https://www.fiestascrueles.org" class="sidebar-link" target="_blank">Fiestas Crueles</a></li><li class="sidebar-item item-pos-3-3"><a href="https://www.becerradas.org" class="sidebar-link" target="_blank">STOP Becerradas</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.sanferminsinsangre.org" class="sidebar-link" target="_blank">Sanfermín Sin Sangre</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.salvemosalosgalgos.org" class="sidebar-link" target="_blank">Salvemos a los Galgos</a></li><li class="sidebar-item item-pos-3-6"><a href="/VictimasDeLaCaza" class="sidebar-link">Víctimas de la Caza</a></li><li class="sidebar-item item-pos-3-7"><a href="https://www.sinpiel.org" class="sidebar-link" target="_blank">Sin Piel</a></li><li class="sidebar-item item-pos-3-8"><a href="https://www.proucorrebous.cat" class="sidebar-link" target="_blank">Prou Correbous</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/en-accion" class="sidebar-link">Hitos importantes</a></li><li class="sidebar-item item-pos-2-6"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-7"><a href="/blog" class="sidebar-link">Blog</a></li></ul></li><li class="sidebar-item item-pos-1-2"><a href="#" class="sidebar-link">Únete</a><ul><li class="sidebar-item item-pos-2-1"><a href="/red" class="sidebar-link">Red de Activistas</a></li><li class="sidebar-item item-pos-2-2"><a href="/n/46069/catalonia-is-permissive-with-animal-abuse" class="sidebar-link">Grupos Locales</a></li><li class="sidebar-item item-pos-2-3"><a href="/contacto/practicas" class="sidebar-link">Prácticas Profesionales</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Manual del Activista</a><ul><li class="sidebar-item item-pos-3-1"><a href="/manual" class="sidebar-link">Guía de Activismo</a></li><li class="sidebar-item item-pos-3-2"><a href="/manual/activismo" class="sidebar-link">Activismo a diario</a></li><li class="sidebar-item item-pos-3-3"><a href="/manual/prensa" class="sidebar-link">Trabaja con la prensa</a></li><li class="sidebar-item item-pos-3-4"><a href="/i/1677" class="sidebar-link">Activismo en 5 minutos</a></li><li class="sidebar-item item-pos-3-5"><a href="/i/1678" class="sidebar-link">Activismo en 15 minutos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-6"><a href="/alta" class="sidebar-link">Suscribe al Boletín</a></li></ul></li><li class="sidebar-item item-pos-1-3"><a href="#" class="sidebar-link">Nuestra Causa</a><ul><li class="sidebar-item item-pos-2-1"><a href="#" class="sidebar-link">Animales como Comida</a><ul><li class="sidebar-item item-pos-3-1"><a href="/granja-industrial" class="sidebar-link">Granjas Industriales</a><ul><li class="sidebar-item item-pos-4-1"><a href="/granja-industrial/terneros" class="sidebar-link">terneros</a></li><li class="sidebar-item item-pos-4-2"><a href="/granja-industrial/cerdos" class="sidebar-link">cerdos</a></li><li class="sidebar-item item-pos-4-3"><a href="/granja-industrial/conejos" class="sidebar-link">conejos</a></li><li class="sidebar-item item-pos-4-4"><a href="/granja-industrial/leche" class="sidebar-link">leche</a></li><li class="sidebar-item item-pos-4-5"><a href="/granja-industrial/huevos" class="sidebar-link">huevos</a></li></ul></li><li class="sidebar-item item-pos-3-2"><a href="/pesca-industrial" class="sidebar-link">Pesca Industrial</a></li><li class="sidebar-item item-pos-3-3"><a href="/i/952" class="sidebar-link">Foie Gras</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.hazteveg.com/articulos/primer-paso" class="sidebar-link" target="_blank">Cómo ser vegano</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.hazteveg.com/recetas" class="sidebar-link" target="_blank">Recetas 100% veganas</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.hazteveg.com/articulos/nutricion" class="sidebar-link" target="_blank">Guía para una Vida Sin Carne</a></li></ul></li><li class="sidebar-item item-pos-2-2"><a href="#" class="sidebar-link">Tradiciones Crueles</a><ul><li class="sidebar-item item-pos-3-1"><a href="/tradiciones-crueles/tauromaquia" class="sidebar-link">Tauromaquia</a></li><li class="sidebar-item item-pos-3-2"><a href="/tradiciones-crueles/correbous" class="sidebar-link">Festejos Populares</a></li><li class="sidebar-item item-pos-3-3"><a href="/tradiciones-crueles/peleas-de-perros" class="sidebar-link">Peleas de Perros</a></li><li class="sidebar-item item-pos-3-4"><a href="/tradiciones-crueles/peleas-de-gallos" class="sidebar-link">Peleas de Gallos</a></li><li class="sidebar-item item-pos-3-5"><a href="/tradiciones-crueles/rodeo" class="sidebar-link">Rodeo</a></li></ul></li><li class="sidebar-item item-pos-2-3"><a href="/caza" class="sidebar-link">Caza</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Animales en Entretenimiento</a><ul><li class="sidebar-item item-pos-3-1"><a href="/circos" class="sidebar-link">Circos</a></li><li class="sidebar-item item-pos-3-2"><a href="/delfinario" class="sidebar-link">Delfinarios</a></li><li class="sidebar-item item-pos-3-3"><a href="/zoologico" class="sidebar-link">Zoológicos y Acuarios</a></li><li class="sidebar-item item-pos-3-4"><a href="/carreras-de-caballos" class="sidebar-link">Carreras de Caballos</a></li><li class="sidebar-item item-pos-3-5"><a href="/carreras-de-galgos" class="sidebar-link">Carreras de Galgos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="#" class="sidebar-link">Animales para Vestir</a><ul><li class="sidebar-item item-pos-3-1"><a href="/pieles" class="sidebar-link">Pieles</a></li><li class="sidebar-item item-pos-3-2"><a href="/lana" class="sidebar-link">Lana</a></li><li class="sidebar-item item-pos-3-3"><a href="/cuero" class="sidebar-link">Cuero</a></li><li class="sidebar-item item-pos-3-4"><a href="/plumas" class="sidebar-link">Plumas</a></li><li class="sidebar-item item-pos-3-5"><a href="/seda" class="sidebar-link">Seda</a></li></ul></li><li class="sidebar-item item-pos-2-6"><a href="/en-laboratorios" class="sidebar-link">Animales en Laboratorios</a></li><li class="sidebar-item item-pos-2-7"><a href="/animales-en-casa" class="sidebar-link">Animales en Casa</a></li></ul></li><li class="sidebar-item item-pos-1-4"><a href="#" class="sidebar-link">Conócenos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/animanaturalis" class="sidebar-link">Acerca de AnimaNaturalis</a></li><li class="sidebar-item item-pos-2-2"><a href="/ideario" class="sidebar-link">Ideario</a></li><li class="sidebar-item item-pos-2-3"><a href="/redes" class="sidebar-link">Redes Sociales</a></li><li class="sidebar-item item-pos-2-4"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul></li><li class="sidebar-item item-pos-1-5"><a href="#" class="sidebar-link">Apóyanos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/apoyanos" class="sidebar-link">Haz un donativo</a></li><li class="sidebar-item item-pos-2-2"><a href="/socios" class="sidebar-link">Afiliación</a></li><li class="sidebar-item item-pos-2-3"><a href="/un-euro" class="sidebar-link">Dona 1 €</a></li><li class="sidebar-item item-pos-2-4"><a href="/amazon" class="sidebar-link">Amazon Solidario</a></li><li class="sidebar-item item-pos-2-5"><a href="/simulador" class="sidebar-link">Beneficios Fiscales</a></li><li class="sidebar-item item-pos-2-6"><a href="/contacto/atencion" class="sidebar-link">Atención al Donante</a></li></ul></li><li class="sidebar-item item-pos-1-6"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul> <ul class="sidebar-social">
<li class="sidebar-item sidebar-social-facebook"><a href="https://www.facebook.com/animanaturalisi" class="sidebar-link" target="_blank"><i class="fab fa-facebook fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-twitter"><a href="https://x.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-x-twitter fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-instagram"><a href="https://www.instagram.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-instagram fa-inverse"></i></a>
</li>
</ul>
<ul class="list-group sidebar-list-countries list-group-flush list-group-horizontal"><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/cl">Chile</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/co">Colombia</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ec">Ecuador</a></li><li class="list-group-item"><a class="sidebar-list-countries-item active" href="/v/es">España</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/mx">México</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ve">Venezuela</a></li><li class="sidebar-list-countries-divider"><hr></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/en">English</a></li></ul>
</div>
</li>
<li class="nav-item donate-item">
<a href="/apoyanos" class="nav-link donate-link">dona</a> </li>
</ul>
</div>
</nav>
</div>
</header> <main role="main" class="main">
<section class="post-display" itemscope itemtype="http://schema.org/Article">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<nav><ol class="breadcrumb"><li class="breadcrumb-item"><a href="/">Inicio</a></li><li class="breadcrumb-item"><a href="/noticias">Actualidad</a></li><li class="breadcrumb-item"><a href="/noticias/tradiciones-crueles">Tradiciones Crueles</a></li><li class="breadcrumb-item"><a href="/noticias/festejos-populares">Festejos populares</a></li><li class="breadcrumb-item active"><span>Catalonia is permissive with animal abuse!</span></li></ol></nav> </div>
<div class="col-md-10">
<section class="post-header text-center pb-3">
<div class="content-head"><h1 itemprop="name">Catalonia is permissive with animal abuse!</h1></div><p>Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).</p> </section>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-9 col-md-12">
<div class="clearfix d-md-block d-none">
<div class="float-start">
<div itemprop="author" itemscope="" itemtype="http://schema.org/Person" rel="author">
<a href="/autor/animanaturalis"><img src="https://www.animanaturalis.org/img/authors/1.jpg" title="AnimaNaturalis" alt="AnimaNaturalis" class="author-avatar rounded-circle float-start me-2"/></a> <div class="author-descr float-start pt-1">
<div class="author-name" itemprop="name"><a href="/autor/animanaturalis">AnimaNaturalis</a></div>
<div class="author-social"><a class="author-social-sn" href="https://twitter.com/animanaturalis" target="_blank"><i class="fab fa-twitter-square"></i>@animanaturalis</a></div>
</div>
</div></div>
<div class="float-end">
<div class="pub-date text-end">13 septiembre 2021</div><div class="pub-location text-end">España.</div> </div>
</div>
<article class="content-main">
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/j1BvAH_7Gcg" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castellón and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/jMwmVFECW_k" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night. The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
<div class="page-tail px-5 py-4 my-4">
<h3>Necesitamos tu apoyo</h3>
<p><strong>AnimaNaturalis</strong> existe porque miles de <strong>millones de animales</strong> sufren en manos humanas. Porque esos animales necesitan soluciones. Porque merecen que alguien alce la voz por ellos. Porque los animales necesitan cambios. Porque en <strong>AnimaNaturalis</strong> queremos construir <strong>un mundo más justo para todos</strong>.</p>
<p>Las <strong>donaciones</strong> puntuales y periódicas de <strong>nuestros socios y socias</strong> son la principal fuente de nuestros fondos.</p>
<div class="submit-button"><a href="/apoyanos" class="btn submit">Apoya a AnimaNaturalis</a></div>
</div> </article>
</div>
</div>
</div>
</section>
<section class="related-posts-section my-5">
<div class="container">
<div class="row g-5">
</div>
</div>
</section>
</main>
<footer><a name="footer"></a>
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-12">
<div class="logo-wrapper">
<div class="logo"> <a href="/">
<img src="/img/logo.png?1627410125" class="img-fluid" alt="Por un mundo más justo para los animales"/> </a> </div>
</div>
<ul class="social-icons">
<li><a href="https://www.facebook.com/animanaturalisi" target="_blank"><i class="fab fa-facebook fa-lg"></i></a></li>
<li><a href="https://x.com/animanaturalis" target="_blank"><i class="fab fa-x-twitter fa-lg"></i></a></li>
<li><a href="https://instagram.com/animanaturalis" target="_blank"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</div>
<div class="col-lg-10 col-md-12">
<ul class="row"><li class="col footer-item item-1"><div class="footer-item-headline">En Acción</div><ul><li><a href="/accion" rel="nofollow" class="footer-link">Actúa Ahora</a></li><li><a href="/alertas" rel="nofollow" class="footer-link">Alertas de Acción</a></li><li><a href="/noticias" rel="nofollow" class="footer-link">Últimas Noticias</a></li><li><a href="/en-accion" rel="nofollow" class="footer-link">Hitos importantes</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/blog" rel="nofollow" class="footer-link">Blog</a></li></ul></li><li class="col footer-item item-2"><div class="footer-item-headline">Únete</div><ul><li><a href="/red" rel="nofollow" class="footer-link">Red de Activistas</a></li><li>Grupos Locales</li><li><a href="/contacto/practicas" rel="nofollow" class="footer-link">Prácticas Profesionales</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/alta" rel="nofollow" class="footer-link">Suscribe al Boletín</a></li><li><a href="/noticias.rss" rel="nofollow" class="footer-link">RSS</a></li></ul></li><li class="col footer-item item-3"><div class="footer-item-headline">Campañas</div><ul><li><a href="https://www.granjas.org" rel="nofollow" class="footer-link" target="_blank">Granjas Industriales</a></li><li><a href="https://www.fiestascrueles.org" rel="nofollow" class="footer-link" target="_blank">Fiestas Crueles</a></li><li><a href="https://www.becerradas.org" rel="nofollow" class="footer-link" target="_blank">STOP Becerradas</a></li><li><a href="https://www.sanferminsinsangre.org" rel="nofollow" class="footer-link" target="_blank">Sanfermín Sin Sangre</a></li><li><a href="https://www.salvemosalosgalgos.org" rel="nofollow" class="footer-link" target="_blank">Salvemos a los Galgos</a></li><li><a href="/VictimasDeLaCaza" rel="nofollow" class="footer-link">Víctimas de la Caza</a></li><li><a href="https://www.sinpiel.org" rel="nofollow" class="footer-link" target="_blank">Sin Piel</a></li><li><a href="https://www.proucorrebous.cat" rel="nofollow" class="footer-link" target="_blank">Prou Correbous</a></li></ul></li><li class="col footer-item item-4"><div class="footer-item-headline">Conócenos</div><ul><li><a href="/animanaturalis" rel="nofollow" class="footer-link">Acerca de AnimaNaturalis</a></li><li><a href="/ideario" rel="nofollow" class="footer-link">Ideario</a></li><li><a href="/redes" rel="nofollow" class="footer-link">Redes Sociales</a></li><li><a href="/contacto" rel="nofollow" class="footer-link">Contacto</a></li></ul></li><li class="col footer-item item-5"><div class="footer-item-headline">Apóyanos</div><ul><li><a href="/apoyanos" rel="nofollow" class="footer-link">Haz un donativo</a></li><li><a href="/socios" rel="nofollow" class="footer-link">Afiliación</a></li><li><a href="/un-euro" rel="nofollow" class="footer-link">Dona 1 €</a></li><li><a href="/amazon" rel="nofollow" class="footer-link">Amazon Solidario</a></li><li><a href="/simulador" rel="nofollow" class="footer-link">Beneficios Fiscales</a></li><li><a href="/contacto/atencion" rel="nofollow" class="footer-link">Atención al Donante</a></li></ul></li></ul> <div class="row py-4 partners">
<div class="col-lg-3 pt-2"><a href="https://www.eurogroupforanimals.org/" target="_blank"><img src="/img/logo/eurogroup-black.png" width="180" alt="Eurogroup for Animals"></a></div>
<div class="col-lg-3 pt-2"><a href="https://openwingalliance.org/" target="_blank"><img src="/img/logo/open-wing-alliance-logo-black-h.png" width="250" alt="Open Wing Alliance"></a></div>
</div>
</div>
</div>
</div>
</footer>
<section class="copyright">
<div class="container">
<p> © 2003- 2025, <STRONG>AnimaNaturalis Internacional</STRONG>, organización iberoamericana para la defensa de los derechos de todos los animales. <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0/" target="_blank"><img alt="Licencia de Creative Commons" align="middle" src="https://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" style="margin:0 5px;" /></a></p>
</div>
</section>
</div>
<script src="/js/bootstrap.bundle.min.js?1663583774"></script>
<script src="/js/hc-offcanvas-nav.js?1673571943"></script>
<script src="/js/main.js?1742564916"></script>
<script type="text/javascript">
var csrfToken = "dd2bbe91b4fd519600e4c29c5b2d4844a390027b07c75d13ac442c0edc54403927a8e700f8b7dcdbef2c6661ef3fc5c43c017dd8e1f38ec976330d113ed8a701";
$( function () {
$( '[data-toggle="tooltip"]' ).tooltip();
$( '[data-toggle="popover"]' ).popover();
$( '[data-toggle="modal"]' ).modal();
var $nav = $( '#main-nav' ).hcOffcanvasNav( {
insertClose: true,
insertBack: true,
labelClose: '',
labelBack: 'Volver',
levelTitles: true,
levelTitleAsBack: false
} );
var Nav = $nav.data('hcOffcanvasNav');
$("#nav-item-1").click(function(e){Nav.open(1,0);});
$("#nav-item-2").click(function(e){Nav.open(1,1);});
$("#nav-item-3").click(function(e){Nav.open(2,0);});
$("#nav-item-4").click(function(e){Nav.open(1,3);});
$("#nav-item-5").click(function(e){Nav.open(1,4);});
});
//Menu Toggle Script
$( ".menu-toggle" ).click( function ( e ) {
e.preventDefault();
$( "#wrapper" ).toggleClass( "toggled" );
} );
</script>
<script src="https://platform.twitter.com/widgets.js"></script><script src="https://www.instagram.com/embed.js" async="async" defer="defer"></script><script src="/js/lazy.js?1742564910"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-9M23GXWEHQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9M23GXWEHQ');
</script>
</body>
</html>'
}
$maxBufferLength = (int) 8192
$file = '/home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 856
$message = 'Unable to emit headers. Headers sent in file=/home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php line=856' Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 51
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 152 ]Code Context $response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
));
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4f2b432b15-trace').style.display = (document.getElementById('cakeErr67f4f2b432b15-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [<b>APP/Template/Layout/default.ctp</b>, line <b>116</b>]<div id="cakeErr67f4f2b432b15-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4f2b432b15-code').style.display = (document.getElementById('cakeErr67f4f2b432b15-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4f2b432b15-context').style.display = (document.getElementById('cakeErr67f4f2b432b15-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67f4f2b432b15-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">header</span><span style="color: #007700">( </span><span style="color: #DD0000">"Content-Type: text/html;charset=utf-8" </span><span style="color: #007700">);
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code></pre><pre id="cakeErr67f4f2b432b15-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46069,
'ref' => 'catalonia-is-permissive-with-animal-abuse',
'channel' => (int) 2,
'type' => null,
'title' => 'Catalonia is permissive with animal abuse!',
'descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/j1BvAH_7Gcg" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castell&oacute;n and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/jMwmVFECW_k" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night.&nbsp;The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-T',
'location_id' => null,
'location' => '',
'address' => '',
'lat' => '41.11888',
'lon' => '1.24449',
'image' => '202109/P13-27902.jpg',
'image_caption' => null,
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => null,
'json' => null,
'tag' => null,
'meta_title' => 'Catalonia is permissive with animal abuse!',
'meta_descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'meta_key' => 'with,bulls,fire,animal,rope,these,team,were,some,when',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => null,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 1151,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1808,
'ref' => 'festejos-populares',
'parent_id' => (int) 1113,
'title' => 'Festejos populares',
'descr' => '',
'position' => (int) 4,
'level' => (int) 2,
'lft' => (int) 37,
'rght' => (int) 38,
'channel' => '',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 160,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [[maximum depth reached]]
},
'json' => [],
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'lang' => 'spa',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46069,
'ref' => 'catalonia-is-permissive-with-animal-abuse',
'channel' => (int) 2,
'type' => null,
'title' => 'Catalonia is permissive with animal abuse!',
'descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/j1BvAH_7Gcg" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castell&oacute;n and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/jMwmVFECW_k" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night.&nbsp;The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-T',
'location_id' => null,
'location' => '',
'address' => '',
'lat' => '41.11888',
'lon' => '1.24449',
'image' => '202109/P13-27902.jpg',
'image_caption' => null,
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => null,
'json' => null,
'tag' => null,
'meta_title' => 'Catalonia is permissive with animal abuse!',
'meta_descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'meta_key' => 'with,bulls,fire,animal,rope,these,team,were,some,when',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => null,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 1151,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>https://youtu.be/j1BvAH_7Gcg</p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><btn><a href="/donacion/en">Support our work</a></btn></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castell&oacute;n and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p>https://youtu.be/jMwmVFECW_k</p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night.&nbsp;The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><btn><a href="/donacion/en">Support our work</a></btn></p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1808,
'ref' => 'festejos-populares',
'parent_id' => (int) 1113,
'title' => 'Festejos populares',
'descr' => '',
'position' => (int) 4,
'level' => (int) 2,
'lft' => (int) 37,
'rght' => (int) 38,
'channel' => '',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 160,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1113,
'ref' => 'tradiciones-crueles',
'parent_id' => (int) 1101,
'title' => 'Tradiciones Crueles',
'lft' => (int) 30,
'rght' => (int) 39,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1808,
'ref' => 'festejos-populares',
'parent_id' => (int) 1113,
'title' => 'Festejos populares',
'lft' => (int) 37,
'rght' => (int) 38,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => []
}
$json = []
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$lang = 'spa'
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
]</pre><pre class="stack-trace">header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html><html>
<head>
<title>
Catalonia is permissive with animal abuse! | AnimaNaturalis </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta charset="utf-8"/>
<meta name="robots" content="Index,Follow"/>
<meta name="revisit-after" content="1 days"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta name="publisher" content="AnimaNaturalis"/>
<meta name="facebook-domain-verification" content="0aqbg5t05ivz6kefd2ibt5cclrdird" />
<link rel="canonical" href="https://www.animanaturalis.org/n/46069/catalonia-is-permissive-with-animal-abuse"/>
<meta name="description" content="Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona)."/><meta name="keywords" content="with,bulls,fire,animal,rope,these,team,were,some,when"/><meta property="og:title" content="Catalonia is permissive with animal abuse!"/><meta property="og:description" content="Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona)."/><meta property="og:url" content="https://www.animanaturalis.org/n/46069/Catalonia-is-permissive-with-animal-abuse"/><meta property="og:site_name" content="AnimaNaturalis"/><meta property="og:type" content="website"/><meta property="og:locale" content="es_ES"/><meta property="og:image" content="https://www.animanaturalis.org/img/posts/med/202109/P13-27902.jpg"/><meta property="og:image:type" content="image/jpg"/><meta property="og:image:width" content="200"/><meta property="og:image:height" content="200"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@animanaturalis"/><meta name="twitter:title" content="Catalonia is permissive with animal abuse!"/><meta name="twitter:description" content="Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona)."/><meta name="twitter:image" content="https://www.animanaturalis.org/img/posts/med/202109/P13-27902.jpg"/><meta name="twitter:image:alt" content="Catalonia is permissive with animal abuse!"/><meta name="twitter:url" content="https://www.animanaturalis.org/n/46069/Catalonia-is-permissive-with-animal-abuse"/><meta name="twitter:creator" content="@animanaturalis"/><meta name="twitter:domain" content="AnimaNaturalis"/><script type="application/ld+json">{"@context": "https://schema.org","@type": "Article","headline": "Catalonia is permissive with animal abuse!","alternativeHeadline": "Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).","keywords": ["with","bulls","fire","animal","rope","these","team","were","some","when"],"image": "https://www.animanaturalis.org/img/posts/med/202109/P13-27902.jpg","author": "AnimaNaturalis","genre": "Festejos populares","url": "https://www.animanaturalis.org/n/46069/Catalonia-is-permissive-with-animal-abuse","mainEntityOfPage": {"@type": "WebPage","@id": "https://www.animanaturalis.org/n/46069/Catalonia-is-permissive-with-animal-abuse"},"datePublished": "13/9/21, 0:00","dateCreated": "13/9/21, 0:00","dateModified": "24/11/21, 13:56","description": "Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).","articleBody": "Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).","publisher": {"@type": "Organization","name": "AnimaNaturalis","logo": {"@type": "ImageObject","url": "https://www.animanaturalis.org/img/fb-image.jpg","width": 800,"height": 800}}}</script> <link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="/img/older-iPhone.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/iPhone-6-Plus.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/iPad-Retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="/img/iPad-Pro.png">
<link href="/rss" type="application/rss+xml" rel="alternate" title="AnimaNaturalis"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1663583554"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/>
<link rel="stylesheet" href="/css/hc-offcanvas-nav.css?1637793486"/>
<link rel="stylesheet" href="/css/style.css?1741469436"/>
<script src="/js/jquery-3.5.1.min.js?1637794861"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css"/>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2635241426521687');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2635241426521687&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body class="layout-es spa posts-display-46069" id="posts-display">
<script>
window.fbAsyncInit = function () {
FB.init( {
appId: '',
cookie: true,
xfbml: true,
version: 'v6.0'
} );
//FB.getLoginStatus(function(response) {statusChangeCallback(response);});
};
( function ( d, s, id ) {
var js, fjs = d.getElementsByTagName( s )[ 0 ];
if ( d.getElementById( id ) ) return;
js = d.createElement( s );
js.id = id;
js.src = "https://connect.facebook.net/es_LA/sdk.js";
fjs.parentNode.insertBefore( js, fjs );
}( document, 'script', 'facebook-jssdk' ) );
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener( "load", function () {
window.cookieconsent.initialise( {
"palette": {
"popup": {
"background": "#1d8a8a"
},
"button": {
"background": "#62ffaa"
}
},
"position": "top",
"content": {
"message": "Esta web utiliza cookies para ofrecer una mejor experiencia de usuario. ",
"dismiss": "De Acuerdo",
"link": "Leer más",
"href": "/cookies"
}
} )
} );
</script>
<!-- Page Content -->
<div id="main-wrapper">
<a name="top"></a>
<header class="fixed-top bg-dark">
<div class="container">
<nav class="navbar navbar-dark bg-transparent">
<div class="navbar-brand">
<a href="/" class="logo">
<img src="/img/logo.png?1627410125" alt="Por un mundo más justo para los animales"/> </a>
</div>
</nav>
<nav class="navbar navbar-expand navbar-dark bg-transparent float-end">
<div class="ml-auto">
<ul class="navbar-nav">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li><li class="nav-item"><a href="#" id="nav-item-1" class="nav-link">En Acción</a></li><li class="nav-item"><a href="#" id="nav-item-2" class="nav-link">Únete</a></li><li class="nav-item"><a href="#" id="nav-item-3" class="nav-link">Campañas</a></li><li class="nav-item"><a href="#" id="nav-item-4" class="nav-link">Conócenos</a></li><li class="nav-item"><a href="#" id="nav-item-5" class="nav-link">Apóyanos</a></li> <li class="nav-item nav-sidebar">
<div id="main-nav" class="sidebar" style="display: none;">
<ul><li class="sidebar-item item-pos-1-1"><a href="#" class="sidebar-link">En Acción</a><ul><li class="sidebar-item item-pos-2-1"><a href="/accion" class="sidebar-link">Actúa Ahora</a></li><li class="sidebar-item item-pos-2-2"><a href="/alertas" class="sidebar-link">Alertas de Acción</a></li><li class="sidebar-item item-pos-2-3"><a href="/noticias" class="sidebar-link">Últimas Noticias</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Campañas</a><ul><li class="sidebar-item item-pos-3-1"><a href="https://www.granjas.org" class="sidebar-link" target="_blank">Granjas Industriales</a></li><li class="sidebar-item item-pos-3-2"><a href="https://www.fiestascrueles.org" class="sidebar-link" target="_blank">Fiestas Crueles</a></li><li class="sidebar-item item-pos-3-3"><a href="https://www.becerradas.org" class="sidebar-link" target="_blank">STOP Becerradas</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.sanferminsinsangre.org" class="sidebar-link" target="_blank">Sanfermín Sin Sangre</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.salvemosalosgalgos.org" class="sidebar-link" target="_blank">Salvemos a los Galgos</a></li><li class="sidebar-item item-pos-3-6"><a href="/VictimasDeLaCaza" class="sidebar-link">Víctimas de la Caza</a></li><li class="sidebar-item item-pos-3-7"><a href="https://www.sinpiel.org" class="sidebar-link" target="_blank">Sin Piel</a></li><li class="sidebar-item item-pos-3-8"><a href="https://www.proucorrebous.cat" class="sidebar-link" target="_blank">Prou Correbous</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/en-accion" class="sidebar-link">Hitos importantes</a></li><li class="sidebar-item item-pos-2-6"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-7"><a href="/blog" class="sidebar-link">Blog</a></li></ul></li><li class="sidebar-item item-pos-1-2"><a href="#" class="sidebar-link">Únete</a><ul><li class="sidebar-item item-pos-2-1"><a href="/red" class="sidebar-link">Red de Activistas</a></li><li class="sidebar-item item-pos-2-2"><a href="/n/46069/catalonia-is-permissive-with-animal-abuse" class="sidebar-link">Grupos Locales</a></li><li class="sidebar-item item-pos-2-3"><a href="/contacto/practicas" class="sidebar-link">Prácticas Profesionales</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Manual del Activista</a><ul><li class="sidebar-item item-pos-3-1"><a href="/manual" class="sidebar-link">Guía de Activismo</a></li><li class="sidebar-item item-pos-3-2"><a href="/manual/activismo" class="sidebar-link">Activismo a diario</a></li><li class="sidebar-item item-pos-3-3"><a href="/manual/prensa" class="sidebar-link">Trabaja con la prensa</a></li><li class="sidebar-item item-pos-3-4"><a href="/i/1677" class="sidebar-link">Activismo en 5 minutos</a></li><li class="sidebar-item item-pos-3-5"><a href="/i/1678" class="sidebar-link">Activismo en 15 minutos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-6"><a href="/alta" class="sidebar-link">Suscribe al Boletín</a></li></ul></li><li class="sidebar-item item-pos-1-3"><a href="#" class="sidebar-link">Nuestra Causa</a><ul><li class="sidebar-item item-pos-2-1"><a href="#" class="sidebar-link">Animales como Comida</a><ul><li class="sidebar-item item-pos-3-1"><a href="/granja-industrial" class="sidebar-link">Granjas Industriales</a><ul><li class="sidebar-item item-pos-4-1"><a href="/granja-industrial/terneros" class="sidebar-link">terneros</a></li><li class="sidebar-item item-pos-4-2"><a href="/granja-industrial/cerdos" class="sidebar-link">cerdos</a></li><li class="sidebar-item item-pos-4-3"><a href="/granja-industrial/conejos" class="sidebar-link">conejos</a></li><li class="sidebar-item item-pos-4-4"><a href="/granja-industrial/leche" class="sidebar-link">leche</a></li><li class="sidebar-item item-pos-4-5"><a href="/granja-industrial/huevos" class="sidebar-link">huevos</a></li></ul></li><li class="sidebar-item item-pos-3-2"><a href="/pesca-industrial" class="sidebar-link">Pesca Industrial</a></li><li class="sidebar-item item-pos-3-3"><a href="/i/952" class="sidebar-link">Foie Gras</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.hazteveg.com/articulos/primer-paso" class="sidebar-link" target="_blank">Cómo ser vegano</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.hazteveg.com/recetas" class="sidebar-link" target="_blank">Recetas 100% veganas</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.hazteveg.com/articulos/nutricion" class="sidebar-link" target="_blank">Guía para una Vida Sin Carne</a></li></ul></li><li class="sidebar-item item-pos-2-2"><a href="#" class="sidebar-link">Tradiciones Crueles</a><ul><li class="sidebar-item item-pos-3-1"><a href="/tradiciones-crueles/tauromaquia" class="sidebar-link">Tauromaquia</a></li><li class="sidebar-item item-pos-3-2"><a href="/tradiciones-crueles/correbous" class="sidebar-link">Festejos Populares</a></li><li class="sidebar-item item-pos-3-3"><a href="/tradiciones-crueles/peleas-de-perros" class="sidebar-link">Peleas de Perros</a></li><li class="sidebar-item item-pos-3-4"><a href="/tradiciones-crueles/peleas-de-gallos" class="sidebar-link">Peleas de Gallos</a></li><li class="sidebar-item item-pos-3-5"><a href="/tradiciones-crueles/rodeo" class="sidebar-link">Rodeo</a></li></ul></li><li class="sidebar-item item-pos-2-3"><a href="/caza" class="sidebar-link">Caza</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Animales en Entretenimiento</a><ul><li class="sidebar-item item-pos-3-1"><a href="/circos" class="sidebar-link">Circos</a></li><li class="sidebar-item item-pos-3-2"><a href="/delfinario" class="sidebar-link">Delfinarios</a></li><li class="sidebar-item item-pos-3-3"><a href="/zoologico" class="sidebar-link">Zoológicos y Acuarios</a></li><li class="sidebar-item item-pos-3-4"><a href="/carreras-de-caballos" class="sidebar-link">Carreras de Caballos</a></li><li class="sidebar-item item-pos-3-5"><a href="/carreras-de-galgos" class="sidebar-link">Carreras de Galgos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="#" class="sidebar-link">Animales para Vestir</a><ul><li class="sidebar-item item-pos-3-1"><a href="/pieles" class="sidebar-link">Pieles</a></li><li class="sidebar-item item-pos-3-2"><a href="/lana" class="sidebar-link">Lana</a></li><li class="sidebar-item item-pos-3-3"><a href="/cuero" class="sidebar-link">Cuero</a></li><li class="sidebar-item item-pos-3-4"><a href="/plumas" class="sidebar-link">Plumas</a></li><li class="sidebar-item item-pos-3-5"><a href="/seda" class="sidebar-link">Seda</a></li></ul></li><li class="sidebar-item item-pos-2-6"><a href="/en-laboratorios" class="sidebar-link">Animales en Laboratorios</a></li><li class="sidebar-item item-pos-2-7"><a href="/animales-en-casa" class="sidebar-link">Animales en Casa</a></li></ul></li><li class="sidebar-item item-pos-1-4"><a href="#" class="sidebar-link">Conócenos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/animanaturalis" class="sidebar-link">Acerca de AnimaNaturalis</a></li><li class="sidebar-item item-pos-2-2"><a href="/ideario" class="sidebar-link">Ideario</a></li><li class="sidebar-item item-pos-2-3"><a href="/redes" class="sidebar-link">Redes Sociales</a></li><li class="sidebar-item item-pos-2-4"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul></li><li class="sidebar-item item-pos-1-5"><a href="#" class="sidebar-link">Apóyanos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/apoyanos" class="sidebar-link">Haz un donativo</a></li><li class="sidebar-item item-pos-2-2"><a href="/socios" class="sidebar-link">Afiliación</a></li><li class="sidebar-item item-pos-2-3"><a href="/un-euro" class="sidebar-link">Dona 1 €</a></li><li class="sidebar-item item-pos-2-4"><a href="/amazon" class="sidebar-link">Amazon Solidario</a></li><li class="sidebar-item item-pos-2-5"><a href="/simulador" class="sidebar-link">Beneficios Fiscales</a></li><li class="sidebar-item item-pos-2-6"><a href="/contacto/atencion" class="sidebar-link">Atención al Donante</a></li></ul></li><li class="sidebar-item item-pos-1-6"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul> <ul class="sidebar-social">
<li class="sidebar-item sidebar-social-facebook"><a href="https://www.facebook.com/animanaturalisi" class="sidebar-link" target="_blank"><i class="fab fa-facebook fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-twitter"><a href="https://x.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-x-twitter fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-instagram"><a href="https://www.instagram.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-instagram fa-inverse"></i></a>
</li>
</ul>
<ul class="list-group sidebar-list-countries list-group-flush list-group-horizontal"><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/cl">Chile</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/co">Colombia</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ec">Ecuador</a></li><li class="list-group-item"><a class="sidebar-list-countries-item active" href="/v/es">España</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/mx">México</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ve">Venezuela</a></li><li class="sidebar-list-countries-divider"><hr></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/en">English</a></li></ul>
</div>
</li>
<li class="nav-item donate-item">
<a href="/apoyanos" class="nav-link donate-link">dona</a> </li>
</ul>
</div>
</nav>
</div>
</header> <main role="main" class="main">
<section class="post-display" itemscope itemtype="http://schema.org/Article">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<nav><ol class="breadcrumb"><li class="breadcrumb-item"><a href="/">Inicio</a></li><li class="breadcrumb-item"><a href="/noticias">Actualidad</a></li><li class="breadcrumb-item"><a href="/noticias/tradiciones-crueles">Tradiciones Crueles</a></li><li class="breadcrumb-item"><a href="/noticias/festejos-populares">Festejos populares</a></li><li class="breadcrumb-item active"><span>Catalonia is permissive with animal abuse!</span></li></ol></nav> </div>
<div class="col-md-10">
<section class="post-header text-center pb-3">
<div class="content-head"><h1 itemprop="name">Catalonia is permissive with animal abuse!</h1></div><p>Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).</p> </section>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-9 col-md-12">
<div class="clearfix d-md-block d-none">
<div class="float-start">
<div itemprop="author" itemscope="" itemtype="http://schema.org/Person" rel="author">
<a href="/autor/animanaturalis"><img src="https://www.animanaturalis.org/img/authors/1.jpg" title="AnimaNaturalis" alt="AnimaNaturalis" class="author-avatar rounded-circle float-start me-2"/></a> <div class="author-descr float-start pt-1">
<div class="author-name" itemprop="name"><a href="/autor/animanaturalis">AnimaNaturalis</a></div>
<div class="author-social"><a class="author-social-sn" href="https://twitter.com/animanaturalis" target="_blank"><i class="fab fa-twitter-square"></i>@animanaturalis</a></div>
</div>
</div></div>
<div class="float-end">
<div class="pub-date text-end">13 septiembre 2021</div><div class="pub-location text-end">España.</div> </div>
</div>
<article class="content-main">
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/j1BvAH_7Gcg" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castellón and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/jMwmVFECW_k" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night. The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
<div class="page-tail px-5 py-4 my-4">
<h3>Necesitamos tu apoyo</h3>
<p><strong>AnimaNaturalis</strong> existe porque miles de <strong>millones de animales</strong> sufren en manos humanas. Porque esos animales necesitan soluciones. Porque merecen que alguien alce la voz por ellos. Porque los animales necesitan cambios. Porque en <strong>AnimaNaturalis</strong> queremos construir <strong>un mundo más justo para todos</strong>.</p>
<p>Las <strong>donaciones</strong> puntuales y periódicas de <strong>nuestros socios y socias</strong> son la principal fuente de nuestros fondos.</p>
<div class="submit-button"><a href="/apoyanos" class="btn submit">Apoya a AnimaNaturalis</a></div>
</div> </article>
</div>
</div>
</div>
</section>
<section class="related-posts-section my-5">
<div class="container">
<div class="row g-5">
</div>
</div>
</section>
</main>
<footer><a name="footer"></a>
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-12">
<div class="logo-wrapper">
<div class="logo"> <a href="/">
<img src="/img/logo.png?1627410125" class="img-fluid" alt="Por un mundo más justo para los animales"/> </a> </div>
</div>
<ul class="social-icons">
<li><a href="https://www.facebook.com/animanaturalisi" target="_blank"><i class="fab fa-facebook fa-lg"></i></a></li>
<li><a href="https://x.com/animanaturalis" target="_blank"><i class="fab fa-x-twitter fa-lg"></i></a></li>
<li><a href="https://instagram.com/animanaturalis" target="_blank"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</div>
<div class="col-lg-10 col-md-12">
<ul class="row"><li class="col footer-item item-1"><div class="footer-item-headline">En Acción</div><ul><li><a href="/accion" rel="nofollow" class="footer-link">Actúa Ahora</a></li><li><a href="/alertas" rel="nofollow" class="footer-link">Alertas de Acción</a></li><li><a href="/noticias" rel="nofollow" class="footer-link">Últimas Noticias</a></li><li><a href="/en-accion" rel="nofollow" class="footer-link">Hitos importantes</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/blog" rel="nofollow" class="footer-link">Blog</a></li></ul></li><li class="col footer-item item-2"><div class="footer-item-headline">Únete</div><ul><li><a href="/red" rel="nofollow" class="footer-link">Red de Activistas</a></li><li>Grupos Locales</li><li><a href="/contacto/practicas" rel="nofollow" class="footer-link">Prácticas Profesionales</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/alta" rel="nofollow" class="footer-link">Suscribe al Boletín</a></li><li><a href="/noticias.rss" rel="nofollow" class="footer-link">RSS</a></li></ul></li><li class="col footer-item item-3"><div class="footer-item-headline">Campañas</div><ul><li><a href="https://www.granjas.org" rel="nofollow" class="footer-link" target="_blank">Granjas Industriales</a></li><li><a href="https://www.fiestascrueles.org" rel="nofollow" class="footer-link" target="_blank">Fiestas Crueles</a></li><li><a href="https://www.becerradas.org" rel="nofollow" class="footer-link" target="_blank">STOP Becerradas</a></li><li><a href="https://www.sanferminsinsangre.org" rel="nofollow" class="footer-link" target="_blank">Sanfermín Sin Sangre</a></li><li><a href="https://www.salvemosalosgalgos.org" rel="nofollow" class="footer-link" target="_blank">Salvemos a los Galgos</a></li><li><a href="/VictimasDeLaCaza" rel="nofollow" class="footer-link">Víctimas de la Caza</a></li><li><a href="https://www.sinpiel.org" rel="nofollow" class="footer-link" target="_blank">Sin Piel</a></li><li><a href="https://www.proucorrebous.cat" rel="nofollow" class="footer-link" target="_blank">Prou Correbous</a></li></ul></li><li class="col footer-item item-4"><div class="footer-item-headline">Conócenos</div><ul><li><a href="/animanaturalis" rel="nofollow" class="footer-link">Acerca de AnimaNaturalis</a></li><li><a href="/ideario" rel="nofollow" class="footer-link">Ideario</a></li><li><a href="/redes" rel="nofollow" class="footer-link">Redes Sociales</a></li><li><a href="/contacto" rel="nofollow" class="footer-link">Contacto</a></li></ul></li><li class="col footer-item item-5"><div class="footer-item-headline">Apóyanos</div><ul><li><a href="/apoyanos" rel="nofollow" class="footer-link">Haz un donativo</a></li><li><a href="/socios" rel="nofollow" class="footer-link">Afiliación</a></li><li><a href="/un-euro" rel="nofollow" class="footer-link">Dona 1 €</a></li><li><a href="/amazon" rel="nofollow" class="footer-link">Amazon Solidario</a></li><li><a href="/simulador" rel="nofollow" class="footer-link">Beneficios Fiscales</a></li><li><a href="/contacto/atencion" rel="nofollow" class="footer-link">Atención al Donante</a></li></ul></li></ul> <div class="row py-4 partners">
<div class="col-lg-3 pt-2"><a href="https://www.eurogroupforanimals.org/" target="_blank"><img src="/img/logo/eurogroup-black.png" width="180" alt="Eurogroup for Animals"></a></div>
<div class="col-lg-3 pt-2"><a href="https://openwingalliance.org/" target="_blank"><img src="/img/logo/open-wing-alliance-logo-black-h.png" width="250" alt="Open Wing Alliance"></a></div>
</div>
</div>
</div>
</div>
</footer>
<section class="copyright">
<div class="container">
<p> © 2003- 2025, <STRONG>AnimaNaturalis Internacional</STRONG>, organización iberoamericana para la defensa de los derechos de todos los animales. <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0/" target="_blank"><img alt="Licencia de Creative Commons" align="middle" src="https://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" style="margin:0 5px;" /></a></p>
</div>
</section>
</div>
<script src="/js/bootstrap.bundle.min.js?1663583774"></script>
<script src="/js/hc-offcanvas-nav.js?1673571943"></script>
<script src="/js/main.js?1742564916"></script>
<script type="text/javascript">
var csrfToken = "dd2bbe91b4fd519600e4c29c5b2d4844a390027b07c75d13ac442c0edc54403927a8e700f8b7dcdbef2c6661ef3fc5c43c017dd8e1f38ec976330d113ed8a701";
$( function () {
$( '[data-toggle="tooltip"]' ).tooltip();
$( '[data-toggle="popover"]' ).popover();
$( '[data-toggle="modal"]' ).modal();
var $nav = $( '#main-nav' ).hcOffcanvasNav( {
insertClose: true,
insertBack: true,
labelClose: '',
labelBack: 'Volver',
levelTitles: true,
levelTitleAsBack: false
} );
var Nav = $nav.data('hcOffcanvasNav');
$("#nav-item-1").click(function(e){Nav.open(1,0);});
$("#nav-item-2").click(function(e){Nav.open(1,1);});
$("#nav-item-3").click(function(e){Nav.open(2,0);});
$("#nav-item-4").click(function(e){Nav.open(1,3);});
$("#nav-item-5").click(function(e){Nav.open(1,4);});
});
//Menu Toggle Script
$( ".menu-toggle" ).click( function ( e ) {
e.preventDefault();
$( "#wrapper" ).toggleClass( "toggled" );
} );
</script>
<script src="https://platform.twitter.com/widgets.js"></script><script src="https://www.instagram.com/embed.js" async="async" defer="defer"></script><script src="/js/lazy.js?1742564910"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-9M23GXWEHQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9M23GXWEHQ');
</script>
</body>
</html>'
}
$reasonPhrase = 'OK' header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 152
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 57
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 181 ]Code Context foreach ( $values as $value ) {
header ( sprintf (
'%s: %s' ,
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4f2b432b15-trace').style.display = (document.getElementById('cakeErr67f4f2b432b15-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [<b>APP/Template/Layout/default.ctp</b>, line <b>116</b>]<div id="cakeErr67f4f2b432b15-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4f2b432b15-code').style.display = (document.getElementById('cakeErr67f4f2b432b15-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr67f4f2b432b15-context').style.display = (document.getElementById('cakeErr67f4f2b432b15-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr67f4f2b432b15-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">header</span><span style="color: #007700">( </span><span style="color: #DD0000">"Content-Type: text/html;charset=utf-8" </span><span style="color: #007700">);
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code></pre><pre id="cakeErr67f4f2b432b15-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46069,
'ref' => 'catalonia-is-permissive-with-animal-abuse',
'channel' => (int) 2,
'type' => null,
'title' => 'Catalonia is permissive with animal abuse!',
'descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/j1BvAH_7Gcg" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castell&oacute;n and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/jMwmVFECW_k" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night.&nbsp;The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-T',
'location_id' => null,
'location' => '',
'address' => '',
'lat' => '41.11888',
'lon' => '1.24449',
'image' => '202109/P13-27902.jpg',
'image_caption' => null,
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => null,
'json' => null,
'tag' => null,
'meta_title' => 'Catalonia is permissive with animal abuse!',
'meta_descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'meta_key' => 'with,bulls,fire,animal,rope,these,team,were,some,when',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => null,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 1151,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1808,
'ref' => 'festejos-populares',
'parent_id' => (int) 1113,
'title' => 'Festejos populares',
'descr' => '',
'position' => (int) 4,
'level' => (int) 2,
'lft' => (int) 37,
'rght' => (int) 38,
'channel' => '',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 160,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [[maximum depth reached]]
},
'json' => [],
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'lang' => 'spa',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46069,
'ref' => 'catalonia-is-permissive-with-animal-abuse',
'channel' => (int) 2,
'type' => null,
'title' => 'Catalonia is permissive with animal abuse!',
'descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/j1BvAH_7Gcg" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castell&oacute;n and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/jMwmVFECW_k" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night.&nbsp;The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-T',
'location_id' => null,
'location' => '',
'address' => '',
'lat' => '41.11888',
'lon' => '1.24449',
'image' => '202109/P13-27902.jpg',
'image_caption' => null,
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => null,
'json' => null,
'tag' => null,
'meta_title' => 'Catalonia is permissive with animal abuse!',
'meta_descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'meta_key' => 'with,bulls,fire,animal,rope,these,team,were,some,when',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => null,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 1151,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>https://youtu.be/j1BvAH_7Gcg</p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><btn><a href="/donacion/en">Support our work</a></btn></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castell&oacute;n and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p>https://youtu.be/jMwmVFECW_k</p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night.&nbsp;The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><btn><a href="/donacion/en">Support our work</a></btn></p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1808,
'ref' => 'festejos-populares',
'parent_id' => (int) 1113,
'title' => 'Festejos populares',
'descr' => '',
'position' => (int) 4,
'level' => (int) 2,
'lft' => (int) 37,
'rght' => (int) 38,
'channel' => '',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 160,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1113,
'ref' => 'tradiciones-crueles',
'parent_id' => (int) 1101,
'title' => 'Tradiciones Crueles',
'lft' => (int) 30,
'rght' => (int) 39,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1808,
'ref' => 'festejos-populares',
'parent_id' => (int) 1113,
'title' => 'Festejos populares',
'lft' => (int) 37,
'rght' => (int) 38,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => []
}
$json = []
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$lang = 'spa'
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
]</pre><pre class="stack-trace">header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html><html>
<head>
<title>
Catalonia is permissive with animal abuse! | AnimaNaturalis </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta charset="utf-8"/>
<meta name="robots" content="Index,Follow"/>
<meta name="revisit-after" content="1 days"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta name="publisher" content="AnimaNaturalis"/>
<meta name="facebook-domain-verification" content="0aqbg5t05ivz6kefd2ibt5cclrdird" />
<link rel="canonical" href="https://www.animanaturalis.org/n/46069/catalonia-is-permissive-with-animal-abuse"/>
<meta name="description" content="Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona)."/><meta name="keywords" content="with,bulls,fire,animal,rope,these,team,were,some,when"/><meta property="og:title" content="Catalonia is permissive with animal abuse!"/><meta property="og:description" content="Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona)."/><meta property="og:url" content="https://www.animanaturalis.org/n/46069/Catalonia-is-permissive-with-animal-abuse"/><meta property="og:site_name" content="AnimaNaturalis"/><meta property="og:type" content="website"/><meta property="og:locale" content="es_ES"/><meta property="og:image" content="https://www.animanaturalis.org/img/posts/med/202109/P13-27902.jpg"/><meta property="og:image:type" content="image/jpg"/><meta property="og:image:width" content="200"/><meta property="og:image:height" content="200"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@animanaturalis"/><meta name="twitter:title" content="Catalonia is permissive with animal abuse!"/><meta name="twitter:description" content="Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona)."/><meta name="twitter:image" content="https://www.animanaturalis.org/img/posts/med/202109/P13-27902.jpg"/><meta name="twitter:image:alt" content="Catalonia is permissive with animal abuse!"/><meta name="twitter:url" content="https://www.animanaturalis.org/n/46069/Catalonia-is-permissive-with-animal-abuse"/><meta name="twitter:creator" content="@animanaturalis"/><meta name="twitter:domain" content="AnimaNaturalis"/><script type="application/ld+json">{"@context": "https://schema.org","@type": "Article","headline": "Catalonia is permissive with animal abuse!","alternativeHeadline": "Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).","keywords": ["with","bulls","fire","animal","rope","these","team","were","some","when"],"image": "https://www.animanaturalis.org/img/posts/med/202109/P13-27902.jpg","author": "AnimaNaturalis","genre": "Festejos populares","url": "https://www.animanaturalis.org/n/46069/Catalonia-is-permissive-with-animal-abuse","mainEntityOfPage": {"@type": "WebPage","@id": "https://www.animanaturalis.org/n/46069/Catalonia-is-permissive-with-animal-abuse"},"datePublished": "13/9/21, 0:00","dateCreated": "13/9/21, 0:00","dateModified": "24/11/21, 13:56","description": "Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).","articleBody": "Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).","publisher": {"@type": "Organization","name": "AnimaNaturalis","logo": {"@type": "ImageObject","url": "https://www.animanaturalis.org/img/fb-image.jpg","width": 800,"height": 800}}}</script> <link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="/img/older-iPhone.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/iPhone-6-Plus.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/iPad-Retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="/img/iPad-Pro.png">
<link href="/rss" type="application/rss+xml" rel="alternate" title="AnimaNaturalis"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1663583554"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/>
<link rel="stylesheet" href="/css/hc-offcanvas-nav.css?1637793486"/>
<link rel="stylesheet" href="/css/style.css?1741469436"/>
<script src="/js/jquery-3.5.1.min.js?1637794861"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css"/>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2635241426521687');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2635241426521687&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body class="layout-es spa posts-display-46069" id="posts-display">
<script>
window.fbAsyncInit = function () {
FB.init( {
appId: '',
cookie: true,
xfbml: true,
version: 'v6.0'
} );
//FB.getLoginStatus(function(response) {statusChangeCallback(response);});
};
( function ( d, s, id ) {
var js, fjs = d.getElementsByTagName( s )[ 0 ];
if ( d.getElementById( id ) ) return;
js = d.createElement( s );
js.id = id;
js.src = "https://connect.facebook.net/es_LA/sdk.js";
fjs.parentNode.insertBefore( js, fjs );
}( document, 'script', 'facebook-jssdk' ) );
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener( "load", function () {
window.cookieconsent.initialise( {
"palette": {
"popup": {
"background": "#1d8a8a"
},
"button": {
"background": "#62ffaa"
}
},
"position": "top",
"content": {
"message": "Esta web utiliza cookies para ofrecer una mejor experiencia de usuario. ",
"dismiss": "De Acuerdo",
"link": "Leer más",
"href": "/cookies"
}
} )
} );
</script>
<!-- Page Content -->
<div id="main-wrapper">
<a name="top"></a>
<header class="fixed-top bg-dark">
<div class="container">
<nav class="navbar navbar-dark bg-transparent">
<div class="navbar-brand">
<a href="/" class="logo">
<img src="/img/logo.png?1627410125" alt="Por un mundo más justo para los animales"/> </a>
</div>
</nav>
<nav class="navbar navbar-expand navbar-dark bg-transparent float-end">
<div class="ml-auto">
<ul class="navbar-nav">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li><li class="nav-item"><a href="#" id="nav-item-1" class="nav-link">En Acción</a></li><li class="nav-item"><a href="#" id="nav-item-2" class="nav-link">Únete</a></li><li class="nav-item"><a href="#" id="nav-item-3" class="nav-link">Campañas</a></li><li class="nav-item"><a href="#" id="nav-item-4" class="nav-link">Conócenos</a></li><li class="nav-item"><a href="#" id="nav-item-5" class="nav-link">Apóyanos</a></li> <li class="nav-item nav-sidebar">
<div id="main-nav" class="sidebar" style="display: none;">
<ul><li class="sidebar-item item-pos-1-1"><a href="#" class="sidebar-link">En Acción</a><ul><li class="sidebar-item item-pos-2-1"><a href="/accion" class="sidebar-link">Actúa Ahora</a></li><li class="sidebar-item item-pos-2-2"><a href="/alertas" class="sidebar-link">Alertas de Acción</a></li><li class="sidebar-item item-pos-2-3"><a href="/noticias" class="sidebar-link">Últimas Noticias</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Campañas</a><ul><li class="sidebar-item item-pos-3-1"><a href="https://www.granjas.org" class="sidebar-link" target="_blank">Granjas Industriales</a></li><li class="sidebar-item item-pos-3-2"><a href="https://www.fiestascrueles.org" class="sidebar-link" target="_blank">Fiestas Crueles</a></li><li class="sidebar-item item-pos-3-3"><a href="https://www.becerradas.org" class="sidebar-link" target="_blank">STOP Becerradas</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.sanferminsinsangre.org" class="sidebar-link" target="_blank">Sanfermín Sin Sangre</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.salvemosalosgalgos.org" class="sidebar-link" target="_blank">Salvemos a los Galgos</a></li><li class="sidebar-item item-pos-3-6"><a href="/VictimasDeLaCaza" class="sidebar-link">Víctimas de la Caza</a></li><li class="sidebar-item item-pos-3-7"><a href="https://www.sinpiel.org" class="sidebar-link" target="_blank">Sin Piel</a></li><li class="sidebar-item item-pos-3-8"><a href="https://www.proucorrebous.cat" class="sidebar-link" target="_blank">Prou Correbous</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/en-accion" class="sidebar-link">Hitos importantes</a></li><li class="sidebar-item item-pos-2-6"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-7"><a href="/blog" class="sidebar-link">Blog</a></li></ul></li><li class="sidebar-item item-pos-1-2"><a href="#" class="sidebar-link">Únete</a><ul><li class="sidebar-item item-pos-2-1"><a href="/red" class="sidebar-link">Red de Activistas</a></li><li class="sidebar-item item-pos-2-2"><a href="/n/46069/catalonia-is-permissive-with-animal-abuse" class="sidebar-link">Grupos Locales</a></li><li class="sidebar-item item-pos-2-3"><a href="/contacto/practicas" class="sidebar-link">Prácticas Profesionales</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Manual del Activista</a><ul><li class="sidebar-item item-pos-3-1"><a href="/manual" class="sidebar-link">Guía de Activismo</a></li><li class="sidebar-item item-pos-3-2"><a href="/manual/activismo" class="sidebar-link">Activismo a diario</a></li><li class="sidebar-item item-pos-3-3"><a href="/manual/prensa" class="sidebar-link">Trabaja con la prensa</a></li><li class="sidebar-item item-pos-3-4"><a href="/i/1677" class="sidebar-link">Activismo en 5 minutos</a></li><li class="sidebar-item item-pos-3-5"><a href="/i/1678" class="sidebar-link">Activismo en 15 minutos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-6"><a href="/alta" class="sidebar-link">Suscribe al Boletín</a></li></ul></li><li class="sidebar-item item-pos-1-3"><a href="#" class="sidebar-link">Nuestra Causa</a><ul><li class="sidebar-item item-pos-2-1"><a href="#" class="sidebar-link">Animales como Comida</a><ul><li class="sidebar-item item-pos-3-1"><a href="/granja-industrial" class="sidebar-link">Granjas Industriales</a><ul><li class="sidebar-item item-pos-4-1"><a href="/granja-industrial/terneros" class="sidebar-link">terneros</a></li><li class="sidebar-item item-pos-4-2"><a href="/granja-industrial/cerdos" class="sidebar-link">cerdos</a></li><li class="sidebar-item item-pos-4-3"><a href="/granja-industrial/conejos" class="sidebar-link">conejos</a></li><li class="sidebar-item item-pos-4-4"><a href="/granja-industrial/leche" class="sidebar-link">leche</a></li><li class="sidebar-item item-pos-4-5"><a href="/granja-industrial/huevos" class="sidebar-link">huevos</a></li></ul></li><li class="sidebar-item item-pos-3-2"><a href="/pesca-industrial" class="sidebar-link">Pesca Industrial</a></li><li class="sidebar-item item-pos-3-3"><a href="/i/952" class="sidebar-link">Foie Gras</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.hazteveg.com/articulos/primer-paso" class="sidebar-link" target="_blank">Cómo ser vegano</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.hazteveg.com/recetas" class="sidebar-link" target="_blank">Recetas 100% veganas</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.hazteveg.com/articulos/nutricion" class="sidebar-link" target="_blank">Guía para una Vida Sin Carne</a></li></ul></li><li class="sidebar-item item-pos-2-2"><a href="#" class="sidebar-link">Tradiciones Crueles</a><ul><li class="sidebar-item item-pos-3-1"><a href="/tradiciones-crueles/tauromaquia" class="sidebar-link">Tauromaquia</a></li><li class="sidebar-item item-pos-3-2"><a href="/tradiciones-crueles/correbous" class="sidebar-link">Festejos Populares</a></li><li class="sidebar-item item-pos-3-3"><a href="/tradiciones-crueles/peleas-de-perros" class="sidebar-link">Peleas de Perros</a></li><li class="sidebar-item item-pos-3-4"><a href="/tradiciones-crueles/peleas-de-gallos" class="sidebar-link">Peleas de Gallos</a></li><li class="sidebar-item item-pos-3-5"><a href="/tradiciones-crueles/rodeo" class="sidebar-link">Rodeo</a></li></ul></li><li class="sidebar-item item-pos-2-3"><a href="/caza" class="sidebar-link">Caza</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Animales en Entretenimiento</a><ul><li class="sidebar-item item-pos-3-1"><a href="/circos" class="sidebar-link">Circos</a></li><li class="sidebar-item item-pos-3-2"><a href="/delfinario" class="sidebar-link">Delfinarios</a></li><li class="sidebar-item item-pos-3-3"><a href="/zoologico" class="sidebar-link">Zoológicos y Acuarios</a></li><li class="sidebar-item item-pos-3-4"><a href="/carreras-de-caballos" class="sidebar-link">Carreras de Caballos</a></li><li class="sidebar-item item-pos-3-5"><a href="/carreras-de-galgos" class="sidebar-link">Carreras de Galgos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="#" class="sidebar-link">Animales para Vestir</a><ul><li class="sidebar-item item-pos-3-1"><a href="/pieles" class="sidebar-link">Pieles</a></li><li class="sidebar-item item-pos-3-2"><a href="/lana" class="sidebar-link">Lana</a></li><li class="sidebar-item item-pos-3-3"><a href="/cuero" class="sidebar-link">Cuero</a></li><li class="sidebar-item item-pos-3-4"><a href="/plumas" class="sidebar-link">Plumas</a></li><li class="sidebar-item item-pos-3-5"><a href="/seda" class="sidebar-link">Seda</a></li></ul></li><li class="sidebar-item item-pos-2-6"><a href="/en-laboratorios" class="sidebar-link">Animales en Laboratorios</a></li><li class="sidebar-item item-pos-2-7"><a href="/animales-en-casa" class="sidebar-link">Animales en Casa</a></li></ul></li><li class="sidebar-item item-pos-1-4"><a href="#" class="sidebar-link">Conócenos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/animanaturalis" class="sidebar-link">Acerca de AnimaNaturalis</a></li><li class="sidebar-item item-pos-2-2"><a href="/ideario" class="sidebar-link">Ideario</a></li><li class="sidebar-item item-pos-2-3"><a href="/redes" class="sidebar-link">Redes Sociales</a></li><li class="sidebar-item item-pos-2-4"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul></li><li class="sidebar-item item-pos-1-5"><a href="#" class="sidebar-link">Apóyanos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/apoyanos" class="sidebar-link">Haz un donativo</a></li><li class="sidebar-item item-pos-2-2"><a href="/socios" class="sidebar-link">Afiliación</a></li><li class="sidebar-item item-pos-2-3"><a href="/un-euro" class="sidebar-link">Dona 1 €</a></li><li class="sidebar-item item-pos-2-4"><a href="/amazon" class="sidebar-link">Amazon Solidario</a></li><li class="sidebar-item item-pos-2-5"><a href="/simulador" class="sidebar-link">Beneficios Fiscales</a></li><li class="sidebar-item item-pos-2-6"><a href="/contacto/atencion" class="sidebar-link">Atención al Donante</a></li></ul></li><li class="sidebar-item item-pos-1-6"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul> <ul class="sidebar-social">
<li class="sidebar-item sidebar-social-facebook"><a href="https://www.facebook.com/animanaturalisi" class="sidebar-link" target="_blank"><i class="fab fa-facebook fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-twitter"><a href="https://x.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-x-twitter fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-instagram"><a href="https://www.instagram.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-instagram fa-inverse"></i></a>
</li>
</ul>
<ul class="list-group sidebar-list-countries list-group-flush list-group-horizontal"><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/cl">Chile</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/co">Colombia</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ec">Ecuador</a></li><li class="list-group-item"><a class="sidebar-list-countries-item active" href="/v/es">España</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/mx">México</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ve">Venezuela</a></li><li class="sidebar-list-countries-divider"><hr></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/en">English</a></li></ul>
</div>
</li>
<li class="nav-item donate-item">
<a href="/apoyanos" class="nav-link donate-link">dona</a> </li>
</ul>
</div>
</nav>
</div>
</header> <main role="main" class="main">
<section class="post-display" itemscope itemtype="http://schema.org/Article">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<nav><ol class="breadcrumb"><li class="breadcrumb-item"><a href="/">Inicio</a></li><li class="breadcrumb-item"><a href="/noticias">Actualidad</a></li><li class="breadcrumb-item"><a href="/noticias/tradiciones-crueles">Tradiciones Crueles</a></li><li class="breadcrumb-item"><a href="/noticias/festejos-populares">Festejos populares</a></li><li class="breadcrumb-item active"><span>Catalonia is permissive with animal abuse!</span></li></ol></nav> </div>
<div class="col-md-10">
<section class="post-header text-center pb-3">
<div class="content-head"><h1 itemprop="name">Catalonia is permissive with animal abuse!</h1></div><p>Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).</p> </section>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-9 col-md-12">
<div class="clearfix d-md-block d-none">
<div class="float-start">
<div itemprop="author" itemscope="" itemtype="http://schema.org/Person" rel="author">
<a href="/autor/animanaturalis"><img src="https://www.animanaturalis.org/img/authors/1.jpg" title="AnimaNaturalis" alt="AnimaNaturalis" class="author-avatar rounded-circle float-start me-2"/></a> <div class="author-descr float-start pt-1">
<div class="author-name" itemprop="name"><a href="/autor/animanaturalis">AnimaNaturalis</a></div>
<div class="author-social"><a class="author-social-sn" href="https://twitter.com/animanaturalis" target="_blank"><i class="fab fa-twitter-square"></i>@animanaturalis</a></div>
</div>
</div></div>
<div class="float-end">
<div class="pub-date text-end">13 septiembre 2021</div><div class="pub-location text-end">España.</div> </div>
</div>
<article class="content-main">
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/j1BvAH_7Gcg" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castellón and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/jMwmVFECW_k" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night. The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
<div class="page-tail px-5 py-4 my-4">
<h3>Necesitamos tu apoyo</h3>
<p><strong>AnimaNaturalis</strong> existe porque miles de <strong>millones de animales</strong> sufren en manos humanas. Porque esos animales necesitan soluciones. Porque merecen que alguien alce la voz por ellos. Porque los animales necesitan cambios. Porque en <strong>AnimaNaturalis</strong> queremos construir <strong>un mundo más justo para todos</strong>.</p>
<p>Las <strong>donaciones</strong> puntuales y periódicas de <strong>nuestros socios y socias</strong> son la principal fuente de nuestros fondos.</p>
<div class="submit-button"><a href="/apoyanos" class="btn submit">Apoya a AnimaNaturalis</a></div>
</div> </article>
</div>
</div>
</div>
</section>
<section class="related-posts-section my-5">
<div class="container">
<div class="row g-5">
</div>
</div>
</section>
</main>
<footer><a name="footer"></a>
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-12">
<div class="logo-wrapper">
<div class="logo"> <a href="/">
<img src="/img/logo.png?1627410125" class="img-fluid" alt="Por un mundo más justo para los animales"/> </a> </div>
</div>
<ul class="social-icons">
<li><a href="https://www.facebook.com/animanaturalisi" target="_blank"><i class="fab fa-facebook fa-lg"></i></a></li>
<li><a href="https://x.com/animanaturalis" target="_blank"><i class="fab fa-x-twitter fa-lg"></i></a></li>
<li><a href="https://instagram.com/animanaturalis" target="_blank"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</div>
<div class="col-lg-10 col-md-12">
<ul class="row"><li class="col footer-item item-1"><div class="footer-item-headline">En Acción</div><ul><li><a href="/accion" rel="nofollow" class="footer-link">Actúa Ahora</a></li><li><a href="/alertas" rel="nofollow" class="footer-link">Alertas de Acción</a></li><li><a href="/noticias" rel="nofollow" class="footer-link">Últimas Noticias</a></li><li><a href="/en-accion" rel="nofollow" class="footer-link">Hitos importantes</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/blog" rel="nofollow" class="footer-link">Blog</a></li></ul></li><li class="col footer-item item-2"><div class="footer-item-headline">Únete</div><ul><li><a href="/red" rel="nofollow" class="footer-link">Red de Activistas</a></li><li>Grupos Locales</li><li><a href="/contacto/practicas" rel="nofollow" class="footer-link">Prácticas Profesionales</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/alta" rel="nofollow" class="footer-link">Suscribe al Boletín</a></li><li><a href="/noticias.rss" rel="nofollow" class="footer-link">RSS</a></li></ul></li><li class="col footer-item item-3"><div class="footer-item-headline">Campañas</div><ul><li><a href="https://www.granjas.org" rel="nofollow" class="footer-link" target="_blank">Granjas Industriales</a></li><li><a href="https://www.fiestascrueles.org" rel="nofollow" class="footer-link" target="_blank">Fiestas Crueles</a></li><li><a href="https://www.becerradas.org" rel="nofollow" class="footer-link" target="_blank">STOP Becerradas</a></li><li><a href="https://www.sanferminsinsangre.org" rel="nofollow" class="footer-link" target="_blank">Sanfermín Sin Sangre</a></li><li><a href="https://www.salvemosalosgalgos.org" rel="nofollow" class="footer-link" target="_blank">Salvemos a los Galgos</a></li><li><a href="/VictimasDeLaCaza" rel="nofollow" class="footer-link">Víctimas de la Caza</a></li><li><a href="https://www.sinpiel.org" rel="nofollow" class="footer-link" target="_blank">Sin Piel</a></li><li><a href="https://www.proucorrebous.cat" rel="nofollow" class="footer-link" target="_blank">Prou Correbous</a></li></ul></li><li class="col footer-item item-4"><div class="footer-item-headline">Conócenos</div><ul><li><a href="/animanaturalis" rel="nofollow" class="footer-link">Acerca de AnimaNaturalis</a></li><li><a href="/ideario" rel="nofollow" class="footer-link">Ideario</a></li><li><a href="/redes" rel="nofollow" class="footer-link">Redes Sociales</a></li><li><a href="/contacto" rel="nofollow" class="footer-link">Contacto</a></li></ul></li><li class="col footer-item item-5"><div class="footer-item-headline">Apóyanos</div><ul><li><a href="/apoyanos" rel="nofollow" class="footer-link">Haz un donativo</a></li><li><a href="/socios" rel="nofollow" class="footer-link">Afiliación</a></li><li><a href="/un-euro" rel="nofollow" class="footer-link">Dona 1 €</a></li><li><a href="/amazon" rel="nofollow" class="footer-link">Amazon Solidario</a></li><li><a href="/simulador" rel="nofollow" class="footer-link">Beneficios Fiscales</a></li><li><a href="/contacto/atencion" rel="nofollow" class="footer-link">Atención al Donante</a></li></ul></li></ul> <div class="row py-4 partners">
<div class="col-lg-3 pt-2"><a href="https://www.eurogroupforanimals.org/" target="_blank"><img src="/img/logo/eurogroup-black.png" width="180" alt="Eurogroup for Animals"></a></div>
<div class="col-lg-3 pt-2"><a href="https://openwingalliance.org/" target="_blank"><img src="/img/logo/open-wing-alliance-logo-black-h.png" width="250" alt="Open Wing Alliance"></a></div>
</div>
</div>
</div>
</div>
</footer>
<section class="copyright">
<div class="container">
<p> © 2003- 2025, <STRONG>AnimaNaturalis Internacional</STRONG>, organización iberoamericana para la defensa de los derechos de todos los animales. <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0/" target="_blank"><img alt="Licencia de Creative Commons" align="middle" src="https://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" style="margin:0 5px;" /></a></p>
</div>
</section>
</div>
<script src="/js/bootstrap.bundle.min.js?1663583774"></script>
<script src="/js/hc-offcanvas-nav.js?1673571943"></script>
<script src="/js/main.js?1742564916"></script>
<script type="text/javascript">
var csrfToken = "dd2bbe91b4fd519600e4c29c5b2d4844a390027b07c75d13ac442c0edc54403927a8e700f8b7dcdbef2c6661ef3fc5c43c017dd8e1f38ec976330d113ed8a701";
$( function () {
$( '[data-toggle="tooltip"]' ).tooltip();
$( '[data-toggle="popover"]' ).popover();
$( '[data-toggle="modal"]' ).modal();
var $nav = $( '#main-nav' ).hcOffcanvasNav( {
insertClose: true,
insertBack: true,
labelClose: '',
labelBack: 'Volver',
levelTitles: true,
levelTitleAsBack: false
} );
var Nav = $nav.data('hcOffcanvasNav');
$("#nav-item-1").click(function(e){Nav.open(1,0);});
$("#nav-item-2").click(function(e){Nav.open(1,1);});
$("#nav-item-3").click(function(e){Nav.open(2,0);});
$("#nav-item-4").click(function(e){Nav.open(1,3);});
$("#nav-item-5").click(function(e){Nav.open(1,4);});
});
//Menu Toggle Script
$( ".menu-toggle" ).click( function ( e ) {
e.preventDefault();
$( "#wrapper" ).toggleClass( "toggled" );
} );
</script>
<script src="https://platform.twitter.com/widgets.js"></script><script src="https://www.instagram.com/embed.js" async="async" defer="defer"></script><script src="/js/lazy.js?1742564910"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-9M23GXWEHQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9M23GXWEHQ');
</script>
</body>
</html>'
}
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => 'dd2bbe91b4fd519600e4c29c5b2d4844a390027b07c75d13ac442c0edc54403927a8e700f8b7dcdbef2c6661ef3fc5c43c017dd8e1f38ec976330d113ed8a701',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
]
]
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 181
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 58
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 210 ]Code Context $cookie [ 'secure' ],
$cookie [ 'httpOnly' ]
);
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => 'dd2bbe91b4fd519600e4c29c5b2d4844a390027b07c75d13ac442c0edc54403927a8e700f8b7dcdbef2c6661ef3fc5c43c017dd8e1f38ec976330d113ed8a701',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
]
]
$cookie = [
'name' => 'csrfToken',
'value' => 'dd2bbe91b4fd519600e4c29c5b2d4844a390027b07c75d13ac442c0edc54403927a8e700f8b7dcdbef2c6661ef3fc5c43c017dd8e1f38ec976330d113ed8a701',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
] setcookie - [internal], line ??
Cake\Http\ResponseEmitter::emitCookies() - CORE/src/Http/ResponseEmitter.php, line 210
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 190
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 58
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [APP/Template/Layout/default.ctp , line 116 ]Code Context
header ( "Content-Type: text/html;charset=utf-8" );
$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 46069,
'ref' => 'catalonia-is-permissive-with-animal-abuse',
'channel' => (int) 2,
'type' => null,
'title' => 'Catalonia is permissive with animal abuse!',
'descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/j1BvAH_7Gcg" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castellón and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/jMwmVFECW_k" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night. The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-T',
'location_id' => null,
'location' => '',
'address' => '',
'lat' => '41.11888',
'lon' => '1.24449',
'image' => '202109/P13-27902.jpg',
'image_caption' => null,
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => null,
'json' => null,
'tag' => null,
'meta_title' => 'Catalonia is permissive with animal abuse!',
'meta_descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'meta_key' => 'with,bulls,fire,animal,rope,these,team,were,some,when',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => null,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 1151,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [
[maximum depth reached]
],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1808,
'ref' => 'festejos-populares',
'parent_id' => (int) 1113,
'title' => 'Festejos populares',
'descr' => '',
'position' => (int) 4,
'level' => (int) 2,
'lft' => (int) 37,
'rght' => (int) 38,
'channel' => '',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 160,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [[maximum depth reached]]
},
'json' => [],
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'lang' => 'spa',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 46069,
'ref' => 'catalonia-is-permissive-with-animal-abuse',
'channel' => (int) 2,
'type' => null,
'title' => 'Catalonia is permissive with animal abuse!',
'descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'content' => '<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/j1BvAH_7Gcg" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castellón and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p><div class="ratio ratio-16x9 my-4"><iframe src="https://www.youtube.com/embed/jMwmVFECW_k" width="680" height="382" frameborder="0" allowfullscreen></iframe></div></p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night. The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><div class="text-center my-4"><a class="btn btn-lg btn-primary" href="/donacion/en">Support our work</a></div></p>
',
'country_id' => 'ES',
'region_id' => 'ES-T',
'location_id' => null,
'location' => '',
'address' => '',
'lat' => '41.11888',
'lon' => '1.24449',
'image' => '202109/P13-27902.jpg',
'image_caption' => null,
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => null,
'json' => null,
'tag' => null,
'meta_title' => 'Catalonia is permissive with animal abuse!',
'meta_descr' => 'Last Saturday, August 14th, we went to document another contest of bulls with fire in Els Muntells (Tarragona).',
'meta_key' => 'with,bulls,fire,animal,rope,these,team,were,some,when',
'image_node_id' => null,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => (int) 2,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => null,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 1151,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [
'content' => '<p>https://youtu.be/j1BvAH_7Gcg</p>
<p>These images were filmed by an infiltrated team of <strong>AnimaNaturalis </strong>for our campaign against cruel parties with animals, with <strong>CAS International</strong>. With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.</p>
<p>We must act now to avoid returning to the levels of 2019, when more than <strong>2,500 bulls were struck with fire each year throughout the country</strong>.</p>
<p><btn><a href="/donacion/en">Support our work</a></btn></p>
<p>In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castellón and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.</p>
<p>https://youtu.be/jMwmVFECW_k</p>
<p><em>Emboladores</em> contests are events in which different teams light the horns of 6 bulls with fire on the same night. The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.</p>
<p><btn><a href="/donacion/en">Support our work</a></btn></p>
'
],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1808,
'ref' => 'festejos-populares',
'parent_id' => (int) 1113,
'title' => 'Festejos populares',
'descr' => '',
'position' => (int) 4,
'level' => (int) 2,
'lft' => (int) 37,
'rght' => (int) 38,
'channel' => '',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => (int) 0,
'download_node_id' => (int) 0,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 160,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1113,
'ref' => 'tradiciones-crueles',
'parent_id' => (int) 1101,
'title' => 'Tradiciones Crueles',
'lft' => (int) 30,
'rght' => (int) 39,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1808,
'ref' => 'festejos-populares',
'parent_id' => (int) 1113,
'title' => 'Festejos populares',
'lft' => (int) 37,
'rght' => (int) 38,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => []
}
$json = []
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$lang = 'spa'
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
] header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Catalonia is permissive with animal abuse! | AnimaNaturalis
13 septiembre 2021
España.
VIDEO
These images were filmed by an infiltrated team of AnimaNaturalis for our campaign against cruel parties with animals, with CAS International . With the recovery of normality and the end of some restrictions of the pandemic, these shows are emerging with force in the towns from Spain.
We must act now to avoid returning to the levels of 2019, when more than 2,500 bulls were struck with fire each year throughout the country .
In Catalonia, around thirty municipalities organize this type of bullfighting festivities based on abuse, mistreatment and cruelty towards bulls, heifers and young calves, although the area of greatest activity and popular roots includes the provinces of Castellón and Valencia in the Community Valenciana, and some neighboring towns with the previous ones in the province of Teruel and Zaragoza.
VIDEO
Emboladores contests are events in which different teams light the horns of 6 bulls with fire on the same night. The team that manages to place the lit balls the fastest, receives a cash prize. When money is at stake, nerves and the need to win at all costs often surface. Often, they make mistakes that add more anguish to the animal, which ends up being immobilized by the head for a longer time, or becomes entangled with the rope and suffers painful falls, between screams, shoves, blows and brutal rope pulls.
Necesitamos tu apoyo
AnimaNaturalis existe porque miles de millones de animales sufren en manos humanas. Porque esos animales necesitan soluciones. Porque merecen que alguien alce la voz por ellos. Porque los animales necesitan cambios. Porque en AnimaNaturalis queremos construir un mundo más justo para todos .
Las donaciones puntuales y periódicas de nuestros socios y socias son la principal fuente de nuestros fondos.
© 2003- 2025, AnimaNaturalis Internacional , organización iberoamericana para la defensa de los derechos de todos los animales.