• Ayer durante el día instalé unos temas en mi pagina, de la nada aparecía este error tanto en mi pagina como cuando estoy editandola en wordpress
    Error:
    «Warning: session_start(): open(/tmp/sess_vb0n0dgqef32u90drchmf01b87, O_RDWR) failed: Permission denied (13) in /home/u434524626/public_html/wp-content/themes/supertheme/functions.php on line 19»
    esto sale cada vez que instalo un tema.
    Y lo que hay en dicho archivo «functions.php» es
    ———————————————————————–
    <?php
    // html code of the header placed in top.php
    global $SMTheme, $return;
    $SMTheme->get_layout();
    if(!isset($_POST[‘smt_layout’])){
    get_template_part(‘top’);
    } else {
    $return[‘title’]=$SMTheme->show_title(false);
    }

    if ( isset($_POST[‘smt_layout’])&&$_POST[‘smt_layout’]!=$SMTheme->layout ) {
    $return[‘div’]=’#content .container’;
    ob_start();
    }

    if (!isset($_POST[‘smt_layout’])||$_POST[‘smt_layout’]!=$SMTheme->layout) {
    get_sidebar();
    ?> <div id=»main_content»> <?php

    }

    if ( isset($_POST[‘smt_layout’])&&$_POST[‘smt_layout’]==$SMTheme->layout ) {
    $return[‘div’]=’#main_content’;
    ob_start();
    }

    ———————————————————————–
    Gracias de antemano.
    Saludos a la comunidad.

  • El debate ‘Error con todos los temas’ está cerrado a nuevas respuestas.