Resultados de búsqueda para 'error 500'

Viendo 15 resultados - del 571 al 585 (de un total de 594)
  • Moderador erchache2000

    (@erchache2000)

    ¿Conseguiste actualizar WordPress, plugins y temas sin problemas?

    ¿Qué ocurre exactamente? ¿Te sale error 500 o pantalla en blanco cuando accedes a wp-admin?

    Tiene pinta que la actualización se quedó a medias o los plugins/temas son incompatibles con la nueva versión de WordPress.

    En realidad esos valores deberían ir en el archivo php.ini, ya que son variables de PHP. En .htaccess son válidos si apache está configurado para reconocer esos valores, pero en servidores que corren el proceso de PHP bajo FastCGI no funciona así y la página devolverá un error 500.

    Si se colocan bajo php.ini se evita este problema por completo.

    Hola Edu.

    ¿Tienes una copia de la base de datos antes de actualizar? Si no la tienes, primero mira si tu hosting las hace automáticamente.

    Lo que haría yo sería volver a WP 3.4.2 o la que tuvieras y probar de nuevo, borrando la base de datos y poniendo de nuevo la antigua.

    Lo mismo los del hosting te pueden echar una mano porque un error 500 es un error muy genérico y no da más información.

    Siento no poder serte de más ayuda.

    Iniciador del debate fsolabre

    (@fsolabre)

    Hola erchache,

    Muchas gracias por tu respuesta, pero

    Lo he hecho como me has dicho y sigue igual y no me deja entrar en el panel de administración, me da el mismo error 500.

    ¿Puedo hacer alguna otra cosa?

    Iniciador del debate daninah

    (@daninah)

    Hola Jeick Ballen !!! muchas gracias por ayudarme 🙂
    tengo solo 1 problema:

    Si hago click en «editor» me sale un monton de codigo php , como soy novato en esto no se en que parte concreta pegar el codigo que me mandas

    /*
    Theme Name: Runo Lite
    Theme URI: http://wordpress.org/extend/themes/runo-lite
    Author: La&La
    Author URI: http://runo.lala.fi
    Description: Runo WordPress theme has been made especially for poets and writers. It is lightweight, clean, simple and spacious and feels like your favorite notebook - focus entirely on content. It has a custom menu, three layout choices, widget support (sidebar and three footer widget areas) and advanced text editing tools. The user experience for all details from the text editor to print output has been designed with writers and readers in mind. Add footnotes easily with [ref]shortcode[/ref]. When wanted, it  preserves extra line breaks and spaces in your writing - respects your poems, that is. The responsive and minimal layout looks good also in smaller screens. <strong> Only in Runo Premium: select your own background image or color; font options.</strong>
    Version: 1.3
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: light, white, black, gray, one-column, two-columns, right-sidebar, left-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-menu, editor-style, microformats, post-formats, sticky-post, theme-options, translation-ready, threaded-comments
    Text Domain: runo
    */
    
    /* Normalize (based on html5 boilerplate) */
    
    article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif;color:#222}body{margin:0;font-size:1em;line-height:1.4}::-moz-selection{background:#f7d2d2;color:#333;text-shadow:none}::selection{background:#fe57a1;color:#fff;text-shadow:none}a{color:#00e}a:visited{color:#551a8b}a:hover{color:#06e}a:focus{outline:thin dotted}a:hover,a:active{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}ul,ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;*margin-left:-7px;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*width:13px;*height:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}input:invalid,textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}
    
    /* Basics */
    
    body {
        font: 98%/1.6 "Times New Roman", Times, serif;
        color: #333;
        margin: 0;
        padding: 0;
        background-color: #f1f1f1;
    }
    
    .ie-oldie body {
        background-color: #e7e7e7; /* Wild guess: if you're using old ie, you have a lousy screen as well and you don't know how to calibrate it :P */
    }
    
    a.img {
        border: none;
    }
    
    .alignnone { display: block;}
    .aligncenter { display:block; margin:0 auto }
    .alignleft { float:left }
    .alignright { float:right }
    
    a, a:link, a:visited {
        color: #333;
    	line-height: 1.2em;
        text-decoration: none;
    }
    
    a:hover {
    	color: #000;
    }
    
    /* Typography */
    
    p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin: 0 0 1em 0;}
    
    table {margin-bottom: 2em}
    
    h1,h2,h3,h4,h5,h6, nav, blockquote, legend, dt, caption {
        font-family: 'Vollkorn', 'Times New Roman', serif;
    	font-weight: 400;
    }
    
    h1,h2,h3,h4,h5,h6 {
        line-height: 1.2em;
    }
    
    pre {
    	font: 98%/1.6 "Times New Roman", Times, serif;
        color: #333;
    }
    
    li, dd {
        margin-bottom: 0.5em;
    }
    
    li ul, li ol {
       margin-top: 0.5em;
    }
    
    p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, pre + h1, pre + h2, pre + h3, pre + h4, pre + h5, pre + h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, .wp-caption + h2, p + blockquote, p + table {
    	margin-top: 1.9em;
    }
    
    h1 {
        font-size: 2.2em;
        }
    
    h2, legend {
        font-size: 1.7em;
        }
    
    h3 {font-size:1.5em;}
    
    h4 {font-size:1.3em}
    
    h5, dt, caption {font-size:1.2em}
    
    h6, thead, tfoot {font-size:1.1em}
    
    ol{list-style:decimal; padding-left: 0}
    
    ul{list-style:disc; padding-left: 0}
    
    li{margin-left:30px}
    
    blockquote {
    	font-size: 1.3em;
    	font-style: italic;
    	margin-left: 0;
    	padding: 0.25em 0 0.25em 40px;
    	line-height: 1.4;
    	position: relative;
    }
    
    blockquote blockquote {
    	font-size: 0.9em;
    }
    
    blockquote:before {
    	font-family: 'Vollkorn', 'Times New Roman', serif;
    	display: block;
    	content: "\201C";
    	font-size: 90px;
    	position: absolute;
    	left: 0;
    	top: -20px;
    	color: rgba(100,100,100, 0.5);
    }
    
    blockquote cite {
    	font-size: 0.8em;
    }
    
    td, th {
    	padding: 0.5em;
    	border: 1px solid #333;
    }
    
    table caption {
        text-align: left;
        padding: 0.5em;
    }
    
    code {
    	font-size: 0.9em;
    }
    
    /* General layout */
    
    #container {
        max-width: 1100px;
        text-align: left;
        margin: auto;
    	background-color: #E7E7E7;
    	background: url(img/lined_paper.png);
      -webkit-box-shadow: 0px 0px 4px 2px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
              box-shadow: 0px 0px 4px 2px #ccc; /* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */
    }
    
    header#main-header, #secondary {
    	text-align: center;
    	background: #fdfdfd;
    }
    
    header#main-header h1 {
        font-size: 2.5em;
    	margin-top: 0.5em;
    	line-height: 1em;
    }
    
    header#main-header h1 a {
        border: none;
    	line-height: 1em;
    }
    
    header#main-header h1:before {
    	content: "0B6";
    }
    
    header#main-header h2 {
        font-size: 1.1em;
        margin-bottom: 2.2em;
    }
    
    #header-wrapper, #primary, footer#main-footer {
    	width: 89.09%;
        margin: 0 auto;
    	border-left: 3px solid rgba(244,13,13, 0.25);
    	border-right: 3px solid rgba(244,13,13, 0.25);
        padding-top: 1.5em;
    }
    
    #primary {
        padding-top: 0.55em;
        overflow: auto;
    }
    
    #header-wrapper {
        padding: 1.5em 0 2.5em 0;
    }
    
    nav li {
        display: inline;
    	font-size: 1.125em;
        margin: 0 0.4em;
        line-height: 2.4em;
    	position: relative;
    }
    
    nav a:link, nav a:visited {
        margin: 0 0.5em;
    	border: none;
    }
    
    nav li.current-menu-item a:link, nav li.current-menu-item a:visited, nav li.current_page_item a {
    	font-style: italic;
        letter-spacing: 0.093em;
    }
    
    #main {
    	width: 70.83%;
    }
    
    .right-sidebar #main, .left-sidebar aside {
    	float: left;
    }
    
    .left-sidebar #main, .right-sidebar aside {
    	float: right;
    }
    
    .one-column #main, .attachment #main, .error404 #main  {
    	float: none;
    	display:block;
    	margin:0 auto;
    	width: 98%;
    	max-width: 694px;
    }
    
    aside {
    	width: 28.75%;
    }
    
    footer#main-footer {
    	clear: both;
        overflow: auto;
    }
    
    /* Borders and colors */
    
    hr {
        border:0 dashed rgba(100,100,100, 0.4);
        border-top-width:1px;
        clear:both;height:0; margin: 2em 0;
        }
    
    a, a:link, a:visited {
    	border-bottom: 1px dashed rgba(100,100,100, 0.6);
    }
    
    a:hover {
        border-bottom: 1px dashed rgba(100,100,100, 1.0);
    }
    
    blockquote:before {
        color: rgba(100,100,100, 0.5);
    }
    
    .right-sidebar #main {
    	border-right: 1px dashed rgba(100,100,100, 0.4);
    }
    
    .left-sidebar #main {
    	border-left: 1px dashed rgba(100,100,100, 0.4);
    }
    
    #main nav, article, .page-header, .sidebarbox, #comments-title, #reply-title {
    	border-top: 1px dashed rgba(100,100,100, 0.4);
    }
    
    #main-nav .menu ul ul {
    	border: 1px dashed rgba(100,100,100, 0.4);
    	border-top: none;
    }
    
    .one-column #main, .attachment #main, .error404 #main, .ie-oldie nav a:link, .ie-oldie nav a:visited   {
    	border: none;
    }
    
    input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]), textarea {
        border: 1px dashed rgba(100,100,100, 0.2);
    }
    
    .commentlist > li.bypostauthor, .commentlist .children > li.bypostauthor .comment-content {
    	background: rgba(100,100,100, 0.05);
        border: 1px dashed rgba(100,100,100, 0.4);
    }
    
    .ie-oldie .commentlist li.bypostauthor, .ie-oldie .commentlist .children li.bypostauthor .comment-content {
    	background: #eee;
        border: 1px dashed #ccc;
    }
    
    .ie-oldie a, .ie-oldie a:link, .ie-oldie a:visited {
    	border-bottom: 1px dashed #111;
    }
    
    .ie-oldie a:hover {
        border-bottom: 1px dashed #000;
    }
    
    .ie-oldie blockquote:before {
        color: #ccc;
    }
    
    .ie-oldie .right-sidebar #main {
    	border-right: 1px dashed #bbb;
    }
    
    .ie-oldie .left-sidebar #main {
    	border-left: 1px dashed #bbb;
    }
    
    .ie-oldie #main nav, .ie-oldie article, .ie-oldie .page-header, .ie-oldie .sidebarbox, .ie-oldie #comments-title, .ie-oldie #reply-title {
    	border-top: 1px dashed #bbb;
    }
    
    .ie-oldie #main-nav .menu ul ul {
    	border: 1px dashed #bbb;
    	border-top: none;
    }
    
    .ie-oldie  header#main-header hgroup, .ie-oldie #primary, .ie-oldie footer#main-footer {
    	border-left: 3px solid #FAB4B4;
    	border-right: 3px solid #FAB4B4;
    }
    
    /* Dropdown menu */
    
    /* Assistive text */
    .assistive-text {
    	position: absolute !important;
    	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    	clip: rect(1px, 1px, 1px, 1px);
    }
    #main-nav a.assistive-text:active,
    #main-nav a.assistive-text:focus {
    	background: #eee;
    	border-bottom: 1px solid #ddd;
    	color: #1982d1;
    	clip: auto !important;
    	font-size: 12px;
    	position: absolute;
    	text-decoration: underline;
    	top: 0;
    	left: 7.6%;
    }
    
    #main-nav .menu > ul:before, #main-nav .menu > ul:after {
    	content: "07E";
        margin: 0 0.7em;
    }
    
    #main-nav .menu ul,
    #main-nav .menu ul li,
    #main-nav .menu ul ul {
    	list-style: none;
    	margin: 0;
    	padding: 0;
    }
    
    #main-nav .menu ul {
    	position: relative;
    	z-index: 597;
    
    }
    
    #main-nav .menu ul li {
    	line-height: 1em;
    	vertical-align: middle;
    	zoom: 1;
    }
    
    #main-nav .menu ul li.parent > a:after {
    	content:"∵";
        margin-left: 0.5em;
    	color: #333;
        vertical-align: middle;
        font-size: 0.6em;
        font-weight: bold;
    }
    
    #main-nav .menu ul li.hover,
    #main-nav .menu ul li:hover {
    	position: relative;
    	z-index: 599;
    	cursor: default;
    }
    
    #main-nav .menu ul ul {
    	font-size: 0.75em;
    	visibility: hidden;
    	overflow: hidden;
    	position: absolute;
    	top: 100%;
    	padding: 0.5em 0;
    	left: 0.6em;
    	z-index: 598;
    	width: 12em;
    	text-align: left;
    	background-color: #fdfdfd;
    }
    
    #main-nav .menu ul ul li a {
        display: block;
        padding: 0.2em 0;
    }
    
    #main-nav .menu ul ul li {
    	display: block;
    	float: none;
        text-align: left;
    	margin: 0.2em 0;
    }
    
    #main-nav .menu ul.sub-menu li.parent ul  {
    	display: none;
    }
    
    #main-nav .menu ul li:hover > ul {
    	visibility: visible;
    }
    
    #main-nav .menu ul ul li.parent > a:after { /* Disable 3rd level menus */
    	content:none;
    }
    
    #main-nav .menu ul ul ul { /* Disable 3rd level menus */
    	display: none;
    }
    
    /* Posts & Pages */
    
    #main nav {
    	padding: 1.2em;
    	font-size: 0.8em;
    	overflow: auto;
    }
    
    article {
        padding: 1.7em 1.7em 1.0em 1.7em;
    	clear: both;
    }
    
    .single-post article, #main nav#nav-below {
    	border: none;
    }
    
    .page-header {
    	padding: 1.7em 1.7em 0 1.7em;
    }
    
    #author-info {
    	padding-bottom: 1.7em;
    }
    
    #author-avatar {
    	float: left;
        margin: 0 1em 1em 0;
    }
    
    #author-description h2  {
        margin-bottom: 0.3em;
        font-style: italic;
        font-size: 1.4em;
    }
    
    article img {
        margin-top: 0.5em;
    }
    
    article header {
        margin-bottom: 2.5em;
    }
    
    article footer {
        margin: 2.5em 0 1.2em 0;
    }
    
    article header h1 {
        line-height: 1.1em;
        margin-bottom: 0.5em;
    }
    
    article header h1 a:link, article header h1 a:visited, article h1.page-title, .ie-oldie article header h1 a:link, .ie-oldie article header h1 a:visited, .ie-oldie article header h1 a:hover, .ie-oldie article h1.page-title  {
        border: none;
    	line-height: 1.1em;
    }
    
    .entry-format {
        text-transform: uppercase;
        letter-spacing: 2px;
    	font-size: 0.8em;
    	margin: 0 0 1em 0;
    	color: #444;
    }
    
    article .entry-date {
        font-family: 'Vollkorn', 'Times New Roman', serif;
        font-size: 1.3em;
    	float: right;
        margin: 0 0 0 1em;
    }
    
    .entry-meta, article > .edit-link {
    	clear: both;
        font-size: 0.9em;
    }
    
    .page-link {
    	clear: both;
    }
    
    .single-author .entry-meta .by-author {
    	display: none;
    }
    
    .entry-content {
    	overflow: auto;
    }
    
    article.format-gallery figure {
        margin: 0 1em 1em 0;
    }
    
    article.format-gallery p {
        font-size: 1.1em;
    }
    
    a.footnote {
        border: none;
    }
    
    .footnotes {
        margin-bottom: 2em;
    }
    
    .footnotes li {
        font-size: 0.9em;
    }
    
    h2.notes {
        margin-top: 1em;
        padding-top: 1em;
    	font-style: italic;
    }
    
    article.more .footnotes {
    	display: none;
    }
    
    article.more a.footnote {
    	cursor: help;
    }
    
    .nav-previous {
    	float: left;
    }
    
    .nav-next {
    	float: right;
    }
    
    /* Images */
    
    .entry-content img,
    .comment-content img,
    .widget img {
    	max-width: 97.5%;
        height: auto;
    }
    img[class*="align"],
    img[class*="wp-image-"] {
    	height: auto;
    }
    img.size-full {
    	max-width: 97.5%;
    }
    
    img.alignleft,
    img.alignright,
    img.aligncenter,
    .entry-attachment img {
    	margin-bottom: 1.2em;
    }
    
    img.alignleft, .wp-caption.alignleft {
    	margin-right: 1.2em;
    }
    
    img.alignright, .wp-caption.alignright {
    	margin-left: 1.2em;
    }
    
    p img, .wp-caption, p img.aligncenter {
    	margin-top: 0.5em;
    }
    .wp-caption {
    	max-width: 96%;
    }
    .wp-caption img {
    	display: block;
    	margin: 0 auto;
    	max-width: 98%;
    }
    .wp-caption .wp-caption-text,
    .gallery-caption {
    	color: #555;
    	font-size: 1em;
        font-style: italic;
    }
    .wp-caption .wp-caption-text {
    	margin-bottom: 0em;
    	padding: 10px 10px 0 10px;
    	position: relative;
    }
    
    #main .gallery {
    	margin: 0 auto 1.625em;
    }
    #main .gallery a img {
    	border: none;
    }
    img#wpstats {
    	display: block;
    	margin: 0 auto 1.625em;
    }
    #main .gallery-columns-4 .gallery-item {
    	width: 23%;
    	padding-right: 2%;
    }
    #main .gallery-columns-4 .gallery-item img {
    	width: 100%;
    	height: auto;
    }
    
    .gallery-caption {
    	font-size: 0.8em;
    }
    
    .entry-caption {
        margin: 1em 0;
        font-size: 1.1em;
    }
    
    .entry-caption p:before {
        content: "\2014";
        margin-right: 0.5em;
    }
    
    .sticky {
    }
    
    /* Comments */
    
    #commentform, .commentlist {
        padding:  0 1.5em 0em 1.5em;
    } 
    
    #comments-title, #reply-title {
        padding: 1.5em 0 0 1em;
        line-height: 1em;
        font-style: italic;
    }
    
    article.comment {
    	padding: 0;
    	border: none;
    }
    
    article.comment footer {
        margin-top: 0;
    }
    
    article.comment img {
        margin-top: 0;
    }
    
    .nopassword,
    .nocomments {
    	color: #aaa;
    	font-size: 24px;
    	font-weight: 100;
    	margin: 26px 0;
    	text-align: center;
    }
    .commentlist {
    	list-style: none;
    	margin: 0 auto;
    	width: 68.9%;
    }
    
    .commentlist ul.children {
        margin-top: 1.5em;
    
    }
    
    .commentlist li.comment {
    	margin: 1em 0;
    }
    
    .commentlist > li.comment {
    	padding: 0 0 2em 0;
    	position: relative;
    }
    
    .commentlist .pingback {
    	margin-bottom: 1.625em;
    	margin-left: -5.25em;
    }
    
    .commentlist .pingback a.comment-edit-link{
    	font-size: 0.8em;
        font-weight: bold;
    }
    .commentlist ul.children {
    	list-style: none;
    	margin: 3em 0 -2em 0;
    }
    .commentlist .children li.comment {
    	padding: 0.01em 1.625em 1.625em 1.625em;
    	position: relative;
    }
    
    .commentlist .children li.comment + .commentlist .children li.comment {
    	margin-top: 4em;
    }
    .commentlist .children li.comment time {
    	display: block;
    }
    .comment-meta .fn {
    	font-style: normal;
    }
    .comment-meta {
    	color: #666;
    	font-size: 0.8em;
    	line-height: 2.2em;
    }
    .commentlist .children li.comment .comment-meta {
    	line-height: 1.625em;
    	margin-left: 50px;
    }
    .commentlist .children li.comment .comment-content {
    	margin: 0.625em 0 0;
    }
    .comment-meta a {
    	font-weight: bold;
    }
    .commentlist .avatar {
    	left: -82px;
    	padding: 0.7em 1.2em 0 0;
    	position: absolute;
    	top: 0;
    }
    
    .commentlist .children .avatar {
    	background: none;
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    	left: 2.2em;
    	padding: 0;
    }
    a.comment-reply-link {
    	font-size: 0.8em;
        padding-bottom: 0.2em;
    }
    
    .reply {
    	margin-top: -1em;
    }
    
    .commentlist > li.bypostauthor {
    	padding: 0.5em;
    }
    
    .commentlist .children > li.bypostauthor .comment-content {
        padding: 0.5em 1em 0;
        overflow: auto;
    }
    
    .commentlist .children > li.bypostauthor .comment-content + .reply {
        margin-top: 0.5em;
    }
    
    /* Forms */
    
    form {
        margin-bottom: 2em;
    }
    
    input, textarea {
        margin: 0 0 1.5em 0;
    }
    
    a.button:link, a.button:visited, input[type="submit"], input#searchsubmit {
    	font: 1em/1em 'Vollkorn', serif;
    	letter-spacing: 0.1em;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        background-color: #333;
        padding: 0.6em 0.7em 0.4em 0.7em;
        height: 2.5em;
        border: none;
      -webkit-box-shadow: 2px 2px 2px 0px rgba(100,100,100, 0.4); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
              box-shadow: 2px 2px 2px 0px rgba(100,100,100, 0.4); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    }
    
    a.button:hover, input[type="submit"]:hover, input#searchsubmit:hover   {
    	background-color: rgba(244,13,13, 1);
        color: #fff;
    
    }
    
    a.button:active, input[type="submit"]:active, input#searchsubmit:active  {
         -webkit-box-shadow: 1px 1px 3px #666 inset; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
         -moz-box-shadow: 1px 1px 3px #666 inset; /* FF3.5 - 3.6 */
    	box-shadow: 1px 1px 3px #666 inset ; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    	outline: 0; position: relative; top: 2px;
    }
    
    select {
        font-family:"Courier New", Courier, monospace;
        border: none;
    }
    
    label {
        line-height: 2.2em;
        margin: 0 0.5em 0 0.3em;
    }
    
    input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]), textarea {
        background-color: rgba(255,255,255, 0.8);
        margin-right: 1em;
        border-bottom: 3px solid #666;
        height: 1em;
        padding: 0.5em;
        font-family:"Courier New", Courier, monospace;
        display: block;
    	max-width: 93%;
    }
    
    textarea {
    	height: auto;
    	max-width: 93%;
    }
    
    input:focus, textarea:focus {
        outline: 0; position: relative; top: 1px;
    }
    
    input.captcha {
    	width: 100px;
    }
    
    div.wpcf7-mail-sent-ok {
    	border: 1px dashed #9CE1E6 !important;
    }
    
    div.wpcf7-mail-sent-ng {
    	border: 1px dashed #ff0000 !important;
    }
    
    div.wpcf7-spam-blocked {
    	border: 1px dashed #ffa500 !important;
    }
    
    div.wpcf7-validation-errors {
    	border: 1px dashed #f7e700 !important;
    }
    
    span.wpcf7-form-control-wrap {
    	position: dashed !important;
    }
    
    span.wpcf7-not-valid-tip {
    	border: 1px dashed #FFA9A5 !important;
    }
    
    span.wpcf7-checkbox > span.wpcf7-list-item, .wpcf7-radio > span.wpcf7-list-item {
    	display: block;
    }
    
    /* Sidebar */
    
    .sidebarbox {
        padding: 2.1em 1.5em;
    }
    
    .sidebarbox p, .sidebarbox li {
    	font-size: 0.85em;
    }
    
    /* Footer */
    
    #secondary .sep {
        font-size: 2em;
    	font-family: 'Vollkorn', 'Times New Roman', serif;
    }
    
    .footerbox {
        float: left;
        padding: 1em;
    }
    
    .one .footerbox {
        width: 70%;
        float: none;
        margin: 0 auto;
    }
    
    .two .footerbox {
        width: 42%;
    }
    
    .two #second.footerbox {
        float: right;
    }
    
    .three .footerbox {
        width: 30%;
    }
    
    .widget {
    	margin-bottom: 2em;
    }
    
    .footerbox p, .footerbox li {
        font-size: 0.8em;
        line-height: 1.5em;
    }
    
    .footerbox table {
       margin: 0 auto;
    }
    
    .footerbox ul {
    	display:-moz-inline-stack;
    	display:inline-block;
    	zoom:1;
    	*display:inline;
    }
    
    .footerbox li {
    	text-align: left;
    	margin-left: 0.5em;
    }
    
    #site-generator {
    	clear: both;
    	margin-bottom: 2em;
    	font-size: 0.8em;
    }
    
    /* Media queries  */
    
    @media (max-width: 1024px) {
    .three .footerbox {
    	width: 28%;
    }
    .commentlist {
    	width: auto;
    }
    .commentlist > li.comment {
    	margin-left: 82px;
    	width: auto;
    }
    .commentlist .pingback {
    	margin-left: 0.3em;
    	width: auto;
    }
    }
    
    @media (max-width: 750px) {
    #header-wrapper, #primary, footer#main-footer {
    	width: 98%;
        margin: 0 auto;
    	border: none;
    }
    .three .footerbox {
    	margin: 0 auto;
    	float: none;
    	width: 50%;
    }
    
    }
    
    @media (max-width: 650px) {
    .right-sidebar #main, .left-sidebar aside, .left-sidebar #main, .right-sidebar aside, .one .footerbox, .two .footerbox, .three .footerbox {
    	float: none;
    	width: 98%;
        margin: 0 auto;
    	border: none;
    }
    .one .footerbox, .two .footerbox, .three .footerbox {
    	padding: 1em 0;
    }
    #respond {
    	width: auto;
    }
    }
    
    /* Non-semantic helper classes */
    
    /* For image replacement */
    .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
    .ir br { display: none; }
    
    /* Hide from both screenreaders and browsers: h5bp.com/u */
    .hidden { display: none !important; visibility: hidden; }
    
    /* Hide only visually, but have it available for screenreaders: h5bp.com/v */
    .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    
    /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
    
    /* Hide visually and from screenreaders, but maintain layout */
    .invisible { visibility: hidden; }
    
    /* Contain floats: h5bp.com/q */
    .clearfix:before, .clearfix:after { content: ""; display: table; }
    .clearfix:after { clear: both; }
    .clearfix { *zoom: 1; }
    
    /* Print styles  */
    
    @media print {
      * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
      body {font-size: 10pt}
      .entry-content a[href]:after { content: " (" attr(href) ")"; }
      abbr[title]:after { content: " (" attr(title) ")"; }
      .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
      pre, blockquote { page-break-inside: avoid; }
      thead { display: table-header-group; }
      tr, img { page-break-inside: avoid; }
      img { max-width: 100% !important; }
      @page { margin: 0.5cm; }
      p, h2, h3 { orphans: 3; widows: 3; }
      h2, h3 { page-break-after: avoid; }
      .right-sidebar #main, .left-sidebar aside, .left-sidebar #main, .right-sidebar aside, .one .footerbox, .two .footerbox, .three .footerbox { float: none; width: 98%; margin: 0 auto; border: none; }
    .one .footerbox, .two .footerbox, .three .footerbox { padding: 1em 0;}
    }

    donde lo tengo que pegar?? muchas gracias!!!

    Moderador erchache2000

    (@erchache2000)

    Normalmente el error 500 sale por problemas de redireccionamiento de url o similar.

    ¿Has comprobado en los registros del sistema del panel de control de tu hosting a qué se deben esos errores?

    Moderador erchache2000

    (@erchache2000)

    Si el plugin es exclusivamente el causante del error 500, tendrás que ver en los registros del sistema la causa del error 500.

    Vete al panel de control de tu hosting y mira a ver exactamente lo que provoca el error 500.

    Visita también la página de soporte del foro para ver si hay alguna posible solución al mismo.

    A ver qué te encuentras…

    Moderador erchache2000

    (@erchache2000)

    ¿Clickar permalink para refrescar .htaccess?

    Eliminalo directamente, porque seguramente no tendrás activado el mod_rewrite en tu apache.

    Prueba a eliminarlo y entra.

    Si funciona, activa mod_rewrite en tu servidor web apache, crea de nuevo el .htaccess y vuelve a entrar.

    Si no funciona, mira el log de tu sistema a ver qué produce el error 500.

    Moderador erchache2000

    (@erchache2000)

    Mira los logs del hosting para ver si algo falla, normalmente un error 500 te deja un mensaje claro de error.

    Miralo y si canta algo, ponlo aquí para orientarte.

    Moderador erchache2000

    (@erchache2000)

    Desactiva el plugin redirection.

    Supongo que habrás vuelto loco al servidor entre la pésima configuración del .htaccess que has creado y el plugin antes citado.

    El .htaccess que has hecho provocaba un bucle infinito de redireccionamiento… y eso hacía que el server mostrara el error 500.

    Moderador erchache2000

    (@erchache2000)

    Comprueba que tu archivo .htaccess está creado correctamente.

    Normalmente cuando hay un fallo de error 500 en el servidor web se debe a una mala redirección de las urls.

    El .htaccess por defecto es:

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    # END WordPress

    Y debería estar en la carpeta raíz de tu instancia WordPress.

    Moderador erchache2000

    (@erchache2000)

    Tendrás que mirar los logs del sistema para ver qué provoca el error 500.

    Con respecto a los permisos ponlos SIEMPRE en 755 excepto en las carpetas temporales, al estilo de tmp, wwwtmp o como lo hayas configurado.

    Hola, a todos. i pregunta es sobre el mismo error 500, aquí dejo el texto del mensaje (estimo que debe ser similar al de ustedes),

    El sitio web ha detectado un error al recuperar la http://www.cirquesite.com.ar/wp-admin/ http://www.cirquesite.com.ar/wp-admin/. Es posible que esta esté inactiva debido a tareas de mantenimiento o que se haya configurado de forma incorrecta.
    A continuación se detallan algunas sugerencias:
    Vuelve a cargar esta página más tarde.
    Error de HTTP 500 (Internal Server Error): Se ha detectado una condición inesperada cuando el servidor intentaba atender la solicitud.

    Todo comenzó ciando quise realizar la actualización automática desde el escritorio de WP, y quedó inconclusa, colgada.
    A parir de ese momento, es lo que expuse.
    He chequeado derechos de carpetas y archivos, actualicé el PHP, en el servidor, renombré las carpetas de «plugins» o «themes» y nada.

    Si alguien pudiera orientarme, les agradecería.

    Iniciador del debate laura20

    (@laura20)

    al final resulta que si era lo de los plugins no se que habia hecho pero volvi a desinstalar todo y me funciono. Pero ahora me ha vuelto a pasar, tengo todos los plugins desinstalados y me pasan varias cosas. No puedo subir imagenes, publicar entradas en genereal no puedo editar nada, me sale el error 500 este. Ademas en la pagina de woorank (no se si la conoceis es para analizar varias caracteristicas sobretodo seo) al intentar analizar la pagina me dice que el dominio no existe por lo que no se si sera lo que dices del hosting.

    el caso es que si he tocado codigo, no mucho, solo he cambiado el css…

    una ayudita por favor que estoy sin poder hacer nada en mi pagina.

    un saludo y muchas gracias

    Moderador erchache2000

    (@erchache2000)

    Cuando salta el error 500 es que el servidor no interpreta bien alguna orden y casca.

    Si no has tocado nada lo más seguro que sea un problema puntual de tu hosting.

    Pregunta al servicio de atención al cliente si no has tocado nada, mira los logs del sistema desde tu panel de control a ver si canta algún error o algo parecido.

Viendo 15 resultados - del 571 al 585 (de un total de 594)