WINTXCODERS Terminal
[visitante@wintxcoders-pc ~]:$ Bienvenido a la comunidad
Recuerda que puedes participar en nuestra comunidad registrándote

Fallo "SMF Installer"

Iniciado por PAYASAKX, Febrero 05, 2015, 06:44:59 PM

« anterior - próximo »

PAYASAKX

Maestro

  • Desconectado
  • Febrero 05, 2015, 06:44:59 PM Last Edit: Febrero 06, 2015, 03:16:54 PM by Payasako.
    Descargué, descomprimí y extraí el paquete zip de SMF 2.0.9 Y Lo metí en mi dominio, pero cuando quiero continuar con la instalación y doy click en "Continuar" No continua, ¿Alguien sabe por qué?

    Aqui la instalacion cuando me da el fallo:
    http://clickados.es/install.php?step=0

    Edito: Cierro tema, Zanut ha estado también mirando via ftp todo y ha probado todo, sin lograr nada.. Suponemos que es un error del hosting, crearé el foro en un host gratuito y redireccionaré dominio, Gracias por comentar a todos.

    Saludos!

    WIитX

    Administrador

  • Desconectado
  • Buenas prueba lo siguiente:

    http://clickados.es/install.php?step=1

    Saludos y muevo a desarrollo web.
    Entrar a la web Click aquí
    "Es más divertido hacerse pirata que unirse a la marina." (Steve Jobs)
    Dudas / Sugerencias: [email protected]

    PAYASAKX

    Maestro

  • Desconectado
  • Cita de: WIитX en Febrero 05, 2015, 07:09:57 PM
    Buenas prueba lo siguiente:

    http://clickados.es/install.php?step=1

    Saludos y muevo a desarrollo web.
    Eso ya probé, hice eso, completé todos los campos y le dí a Continuar y sigue sin avanzar, Y Si continúo yo mismo con http://clickados.es/install.php?step=2 < no funciona, ya que los cambios no se guardaron.. :S

    WIитX

    Administrador

  • Desconectado
  • Puedes configurarlo manualmente en el settings.php ^^ comprueba si se han guardado los cambios a ver
    Entrar a la web Click aquí
    "Es más divertido hacerse pirata que unirse a la marina." (Steve Jobs)
    Dudas / Sugerencias: [email protected]

    @Zanut Sec

    Visitante
  • Cita de: Payasako. en Febrero 05, 2015, 07:11:43 PM
    Cita de: WIитX en Febrero 05, 2015, 07:09:57 PM
    Buenas prueba lo siguiente:

    http://clickados.es/install.php?step=1

    Saludos y muevo a desarrollo web.
    Eso ya probé, hice eso, completé todos los campos y le dí a Continuar y sigue sin avanzar, Y Si continúo yo mismo con http://clickados.es/install.php?step=2 < no funciona, ya que los cambios no se guardaron.. :S

    Pues descárgate ya el SMF 2.1 ¿Por qué no? Aunque lleve poco tiempo tantas vulnerabilidades no tendrá ahahaha solo Veneno podrá hahaha.
    Saludos  :P

    PAYASAKX

    Maestro

  • Desconectado
  • Cita de: WIитX en Febrero 05, 2015, 07:22:28 PM
    Puedes configurarlo manualmente en el settings.php ^^ comprueba si se han guardado los cambios a ver
    El settings.php anda así:

    Spoiler
    <?php

    /**
    * Simple Machines Forum (SMF)
    *
    * @package SMF
    * @author Simple Machines http://www.simplemachines.org
    * @copyright 2011 Simple Machines
    * @license http://www.simplemachines.org/about/smf/license.php BSD
    *
    * @version 2.0
    */

    ########## Maintenance ##########
    # Note: If $maintenance is set to 2, the forum will be unusable!  Change it to 0 to fix it.
    $maintenance = 0;      # Set to 1 to enable Maintenance Mode, 2 to make the forum untouchable. (you'll have to make it 0 again manually!)
    $mtitle = 'Maintenance Mode';      # Title for the Maintenance Mode message.
    $mmessage = 'Okay faithful users...we\'re attempting to restore an older backup of the database...news will be posted once we\'re back!';      # Description of why the forum is in maintenance mode.

    ########## Forum Info ##########
    $mbname = 'My Community';      # The name of your forum.
    $language = 'english';      # The default language file set for the forum.
    $boardurl = 'http://127.0.0.1/smf';;      # URL to your forum's folder. (without the trailing /!)
    $webmaster_email = '[email protected]';      # Email address to send emails from. (like [email protected].)
    $cookiename = 'SMFCookie11';      # Name of the cookie to set for authentication.

    ########## Database Info ##########
    $db_type = 'mysql';
    $db_server = 'localhost';
    $db_name = 'smf';
    $db_user = 'root';
    $db_passwd = '';
    $ssi_db_user = '';
    $ssi_db_passwd = '';
    $db_prefix = 'smf_';
    $db_persist = 0;
    $db_error_send = 1;

    ########## Directories/Files ##########
    # Note: These directories do not have to be changed unless you move things.
    $boarddir = dirname(__FILE__);      # The absolute path to the forum's folder. (not just '.'!)
    $sourcedir = dirname(__FILE__) . '/Sources';      # Path to the Sources directory.
    $cachedir = dirname(__FILE__) . '/cache';      # Path to the cache directory.

    ########## Error-Catching ##########
    # Note: You shouldn't touch these settings.
    $db_last_error = 0;

    if (file_exists(dirname(__FILE__) . '/install.php'))
    {
       header('Location: http' . (!empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on' ? 's' : '') . '://' . (empty($_SERVER['HTTP_HOST']) ? $_SERVER['SERVER_NAME'] . (empty($_SERVER['SERVER_PORT']) || $_SERVER['SERVER_PORT'] == '80' ? '' : ':' . $_SERVER['SERVER_PORT']) : $_SERVER['HTTP_HOST']) . (strtr(dirname($_SERVER['PHP_SELF']), '\\', '/') == '/' ? '' : strtr(dirname($_SERVER['PHP_SELF']), '\\', '/')) . '/install.php'); exit;
    }

    # Make sure the paths are correct... at least try to fix them.
    if (!file_exists($boarddir) && file_exists(dirname(__FILE__) . '/agreement.txt'))
       $boarddir = dirname(__FILE__);
    if (!file_exists($sourcedir) && file_exists($boarddir . '/Sources'))
       $sourcedir = $boarddir . '/Sources';
    if (!file_exists($cachedir) && file_exists($boarddir . '/cache'))
       $cachedir = $boarddir . '/cache';

    ?>
    [close]

    .. Haber si puedo ver los errores ahora.

    Cita de: @Zanut Sec en Febrero 05, 2015, 07:23:22 PM
    Cita de: Payasako. en Febrero 05, 2015, 07:11:43 PM
    Cita de: WIитX en Febrero 05, 2015, 07:09:57 PM
    Buenas prueba lo siguiente:

    http://clickados.es/install.php?step=1

    Saludos y muevo a desarrollo web.
    Eso ya probé, hice eso, completé todos los campos y le dí a Continuar y sigue sin avanzar, Y Si continúo yo mismo con http://clickados.es/install.php?step=2 < no funciona, ya que los cambios no se guardaron.. :S

    Pues descárgate ya el SMF 2.1 ¿Por qué no? Aunque lleve poco tiempo tantas vulnerabilidades no tendrá ahahaha solo Veneno podrá hahaha.
    Saludos  :P

    XD Sí, seria otra opción.

    @Zanut Sec

    Visitante
  • Cita de: Payasako. en Febrero 05, 2015, 07:24:54 PM
    Cita de: WIитX en Febrero 05, 2015, 07:22:28 PM
    Puedes configurarlo manualmente en el settings.php ^^ comprueba si se han guardado los cambios a ver
    El settings.php anda así:

    Spoiler
    <?php

    /**
    * Simple Machines Forum (SMF)
    *
    * @package SMF
    * @author Simple Machines http://www.simplemachines.org
    * @copyright 2011 Simple Machines
    * @license http://www.simplemachines.org/about/smf/license.php BSD
    *
    * @version 2.0
    */

    ########## Maintenance ##########
    # Note: If $maintenance is set to 2, the forum will be unusable!  Change it to 0 to fix it.
    $maintenance = 0;      # Set to 1 to enable Maintenance Mode, 2 to make the forum untouchable. (you'll have to make it 0 again manually!)
    $mtitle = 'Maintenance Mode';      # Title for the Maintenance Mode message.
    $mmessage = 'Okay faithful users...we\'re attempting to restore an older backup of the database...news will be posted once we\'re back!';      # Description of why the forum is in maintenance mode.

    ########## Forum Info ##########
    $mbname = 'My Community';      # The name of your forum.
    $language = 'english';      # The default language file set for the forum.
    $boardurl = 'http://127.0.0.1/smf';;      # URL to your forum's folder. (without the trailing /!)
    $webmaster_email = '[email protected]';      # Email address to send emails from. (like [email protected].)
    $cookiename = 'SMFCookie11';      # Name of the cookie to set for authentication.

    ########## Database Info ##########
    $db_type = 'mysql';
    $db_server = 'localhost';
    $db_name = 'smf';
    $db_user = 'root';
    $db_passwd = '';
    $ssi_db_user = '';
    $ssi_db_passwd = '';
    $db_prefix = 'smf_';
    $db_persist = 0;
    $db_error_send = 1;

    ########## Directories/Files ##########
    # Note: These directories do not have to be changed unless you move things.
    $boarddir = dirname(__FILE__);      # The absolute path to the forum's folder. (not just '.'!)
    $sourcedir = dirname(__FILE__) . '/Sources';      # Path to the Sources directory.
    $cachedir = dirname(__FILE__) . '/cache';      # Path to the cache directory.

    ########## Error-Catching ##########
    # Note: You shouldn't touch these settings.
    $db_last_error = 0;

    if (file_exists(dirname(__FILE__) . '/install.php'))
    {
       header('Location: http' . (!empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on' ? 's' : '') . '://' . (empty($_SERVER['HTTP_HOST']) ? $_SERVER['SERVER_NAME'] . (empty($_SERVER['SERVER_PORT']) || $_SERVER['SERVER_PORT'] == '80' ? '' : ':' . $_SERVER['SERVER_PORT']) : $_SERVER['HTTP_HOST']) . (strtr(dirname($_SERVER['PHP_SELF']), '\\', '/') == '/' ? '' : strtr(dirname($_SERVER['PHP_SELF']), '\\', '/')) . '/install.php'); exit;
    }

    # Make sure the paths are correct... at least try to fix them.
    if (!file_exists($boarddir) && file_exists(dirname(__FILE__) . '/agreement.txt'))
       $boarddir = dirname(__FILE__);
    if (!file_exists($sourcedir) && file_exists($boarddir . '/Sources'))
       $sourcedir = $boarddir . '/Sources';
    if (!file_exists($cachedir) && file_exists($boarddir . '/cache'))
       $cachedir = $boarddir . '/cache';

    ?>
    [close]

    .. Haber si puedo ver los errores ahora.

    Cita de: @Zanut Sec en Febrero 05, 2015, 07:23:22 PM
    Cita de: Payasako. en Febrero 05, 2015, 07:11:43 PM
    Cita de: WIитX en Febrero 05, 2015, 07:09:57 PM
    Buenas prueba lo siguiente:

    http://clickados.es/install.php?step=1

    Saludos y muevo a desarrollo web.
    Eso ya probé, hice eso, completé todos los campos y le dí a Continuar y sigue sin avanzar, Y Si continúo yo mismo con http://clickados.es/install.php?step=2 < no funciona, ya que los cambios no se guardaron.. :S

    Pues descárgate ya el SMF 2.1 ¿Por qué no? Aunque lleve poco tiempo tantas vulnerabilidades no tendrá ahahaha solo Veneno podrá hahaha.
    Saludos  :P

    XD Sí, seria otra opción.

    Si quieres hablamos un poco mas tarde y te configuro eso es muy fácil. Yo que tu cogería la 2º opción no se huele mejor.

    PAYASAKX

    Maestro

  • Desconectado
  • Cita de: @Zanut Sec en Febrero 05, 2015, 07:26:59 PM
    Cita de: Payasako. en Febrero 05, 2015, 07:24:54 PM
    Cita de: WIитX en Febrero 05, 2015, 07:22:28 PM
    Puedes configurarlo manualmente en el settings.php ^^ comprueba si se han guardado los cambios a ver
    El settings.php anda así:

    Spoiler
    <?php

    /**
    * Simple Machines Forum (SMF)
    *
    * @package SMF
    * @author Simple Machines http://www.simplemachines.org
    * @copyright 2011 Simple Machines
    * @license http://www.simplemachines.org/about/smf/license.php BSD
    *
    * @version 2.0
    */

    ########## Maintenance ##########
    # Note: If $maintenance is set to 2, the forum will be unusable!  Change it to 0 to fix it.
    $maintenance = 0;      # Set to 1 to enable Maintenance Mode, 2 to make the forum untouchable. (you'll have to make it 0 again manually!)
    $mtitle = 'Maintenance Mode';      # Title for the Maintenance Mode message.
    $mmessage = 'Okay faithful users...we\'re attempting to restore an older backup of the database...news will be posted once we\'re back!';      # Description of why the forum is in maintenance mode.

    ########## Forum Info ##########
    $mbname = 'My Community';      # The name of your forum.
    $language = 'english';      # The default language file set for the forum.
    $boardurl = 'http://127.0.0.1/smf';;      # URL to your forum's folder. (without the trailing /!)
    $webmaster_email = '[email protected]';      # Email address to send emails from. (like [email protected].)
    $cookiename = 'SMFCookie11';      # Name of the cookie to set for authentication.

    ########## Database Info ##########
    $db_type = 'mysql';
    $db_server = 'localhost';
    $db_name = 'smf';
    $db_user = 'root';
    $db_passwd = '';
    $ssi_db_user = '';
    $ssi_db_passwd = '';
    $db_prefix = 'smf_';
    $db_persist = 0;
    $db_error_send = 1;

    ########## Directories/Files ##########
    # Note: These directories do not have to be changed unless you move things.
    $boarddir = dirname(__FILE__);      # The absolute path to the forum's folder. (not just '.'!)
    $sourcedir = dirname(__FILE__) . '/Sources';      # Path to the Sources directory.
    $cachedir = dirname(__FILE__) . '/cache';      # Path to the cache directory.

    ########## Error-Catching ##########
    # Note: You shouldn't touch these settings.
    $db_last_error = 0;

    if (file_exists(dirname(__FILE__) . '/install.php'))
    {
       header('Location: http' . (!empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on' ? 's' : '') . '://' . (empty($_SERVER['HTTP_HOST']) ? $_SERVER['SERVER_NAME'] . (empty($_SERVER['SERVER_PORT']) || $_SERVER['SERVER_PORT'] == '80' ? '' : ':' . $_SERVER['SERVER_PORT']) : $_SERVER['HTTP_HOST']) . (strtr(dirname($_SERVER['PHP_SELF']), '\\', '/') == '/' ? '' : strtr(dirname($_SERVER['PHP_SELF']), '\\', '/')) . '/install.php'); exit;
    }

    # Make sure the paths are correct... at least try to fix them.
    if (!file_exists($boarddir) && file_exists(dirname(__FILE__) . '/agreement.txt'))
       $boarddir = dirname(__FILE__);
    if (!file_exists($sourcedir) && file_exists($boarddir . '/Sources'))
       $sourcedir = $boarddir . '/Sources';
    if (!file_exists($cachedir) && file_exists($boarddir . '/cache'))
       $cachedir = $boarddir . '/cache';

    ?>
    [close]

    .. Haber si puedo ver los errores ahora.

    Cita de: @Zanut Sec en Febrero 05, 2015, 07:23:22 PM
    Cita de: Payasako. en Febrero 05, 2015, 07:11:43 PM
    Cita de: WIитX en Febrero 05, 2015, 07:09:57 PM
    Buenas prueba lo siguiente:

    http://clickados.es/install.php?step=1

    Saludos y muevo a desarrollo web.
    Eso ya probé, hice eso, completé todos los campos y le dí a Continuar y sigue sin avanzar, Y Si continúo yo mismo con http://clickados.es/install.php?step=2 < no funciona, ya que los cambios no se guardaron.. :S

    Pues descárgate ya el SMF 2.1 ¿Por qué no? Aunque lleve poco tiempo tantas vulnerabilidades no tendrá ahahaha solo Veneno podrá hahaha.
    Saludos  :P

    XD Sí, seria otra opción.

    Si quieres hablamos un poco mas tarde y te configuro eso es muy fácil. Yo que tu cogería la 2º opción no se huele mejor.
    Te podría pasar acceso ftp y tu ves ..  :P

    @Zanut Sec

    Visitante
  • Cita de: Payasako. en Febrero 05, 2015, 07:28:02 PM
    Cita de: @Zanut Sec en Febrero 05, 2015, 07:26:59 PM
    Cita de: Payasako. en Febrero 05, 2015, 07:24:54 PM
    Cita de: WIитX en Febrero 05, 2015, 07:22:28 PM
    Puedes configurarlo manualmente en el settings.php ^^ comprueba si se han guardado los cambios a ver
    El settings.php anda así:

    Spoiler
    <?php

    /**
    * Simple Machines Forum (SMF)
    *
    * @package SMF
    * @author Simple Machines http://www.simplemachines.org
    * @copyright 2011 Simple Machines
    * @license http://www.simplemachines.org/about/smf/license.php BSD
    *
    * @version 2.0
    */

    ########## Maintenance ##########
    # Note: If $maintenance is set to 2, the forum will be unusable!  Change it to 0 to fix it.
    $maintenance = 0;      # Set to 1 to enable Maintenance Mode, 2 to make the forum untouchable. (you'll have to make it 0 again manually!)
    $mtitle = 'Maintenance Mode';      # Title for the Maintenance Mode message.
    $mmessage = 'Okay faithful users...we\'re attempting to restore an older backup of the database...news will be posted once we\'re back!';      # Description of why the forum is in maintenance mode.

    ########## Forum Info ##########
    $mbname = 'My Community';      # The name of your forum.
    $language = 'english';      # The default language file set for the forum.
    $boardurl = 'http://127.0.0.1/smf';;      # URL to your forum's folder. (without the trailing /!)
    $webmaster_email = '[email protected]';      # Email address to send emails from. (like [email protected].)
    $cookiename = 'SMFCookie11';      # Name of the cookie to set for authentication.

    ########## Database Info ##########
    $db_type = 'mysql';
    $db_server = 'localhost';
    $db_name = 'smf';
    $db_user = 'root';
    $db_passwd = '';
    $ssi_db_user = '';
    $ssi_db_passwd = '';
    $db_prefix = 'smf_';
    $db_persist = 0;
    $db_error_send = 1;

    ########## Directories/Files ##########
    # Note: These directories do not have to be changed unless you move things.
    $boarddir = dirname(__FILE__);      # The absolute path to the forum's folder. (not just '.'!)
    $sourcedir = dirname(__FILE__) . '/Sources';      # Path to the Sources directory.
    $cachedir = dirname(__FILE__) . '/cache';      # Path to the cache directory.

    ########## Error-Catching ##########
    # Note: You shouldn't touch these settings.
    $db_last_error = 0;

    if (file_exists(dirname(__FILE__) . '/install.php'))
    {
       header('Location: http' . (!empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on' ? 's' : '') . '://' . (empty($_SERVER['HTTP_HOST']) ? $_SERVER['SERVER_NAME'] . (empty($_SERVER['SERVER_PORT']) || $_SERVER['SERVER_PORT'] == '80' ? '' : ':' . $_SERVER['SERVER_PORT']) : $_SERVER['HTTP_HOST']) . (strtr(dirname($_SERVER['PHP_SELF']), '\\', '/') == '/' ? '' : strtr(dirname($_SERVER['PHP_SELF']), '\\', '/')) . '/install.php'); exit;
    }

    # Make sure the paths are correct... at least try to fix them.
    if (!file_exists($boarddir) && file_exists(dirname(__FILE__) . '/agreement.txt'))
       $boarddir = dirname(__FILE__);
    if (!file_exists($sourcedir) && file_exists($boarddir . '/Sources'))
       $sourcedir = $boarddir . '/Sources';
    if (!file_exists($cachedir) && file_exists($boarddir . '/cache'))
       $cachedir = $boarddir . '/cache';

    ?>
    [close]

    .. Haber si puedo ver los errores ahora.

    Cita de: @Zanut Sec en Febrero 05, 2015, 07:23:22 PM
    Cita de: Payasako. en Febrero 05, 2015, 07:11:43 PM
    Cita de: WIитX en Febrero 05, 2015, 07:09:57 PM
    Buenas prueba lo siguiente:

    http://clickados.es/install.php?step=1

    Saludos y muevo a desarrollo web.
    Eso ya probé, hice eso, completé todos los campos y le dí a Continuar y sigue sin avanzar, Y Si continúo yo mismo con http://clickados.es/install.php?step=2 < no funciona, ya que los cambios no se guardaron.. :S

    Pues descárgate ya el SMF 2.1 ¿Por qué no? Aunque lleve poco tiempo tantas vulnerabilidades no tendrá ahahaha solo Veneno podrá hahaha.
    Saludos  :P

    XD Sí, seria otra opción.

    Si quieres hablamos un poco mas tarde y te configuro eso es muy fácil. Yo que tu cogería la 2º opción no se huele mejor.
    Te podría pasar acceso ftp y tu ves ..  :P

    Si tu confías socio por mi crema, yo terminaría una cosa y te vería eso. También tendría que ver nombres de la base de datos, passwords y tal.

    WIитX

    Administrador

  • Desconectado
  • ########## Forum Info ##########
    $mbname = 'Titulo del foro';      # The name of your forum.
    $language = 'english';      # The default language file set for the forum.
    $boardurl = 'http://DIRECCIONDETUFORO.COM';      # URL to your forum's folder. (without the trailing /!)
    $webmaster_email = '[email protected]';      # Email address to send emails from. (like [email protected].)
    $cookiename = 'SMFCookie11';      # Name of the cookie to set for authentication.



    ########## Database Info ##########
    $db_type = 'mysql';
    $db_server = 'localhost';
    $db_name = 'nombre de la base de datos';
    $db_user = 'usuario de la base de datos';
    $db_passwd = 'contraseña de la base de datos';


    Luego inserta el siguiente archivo en la raíz de tu FTP donde tienes instalado el SMF "repair_settings.php" para acceder deberás de escribir lo siguiente:

    http://clickados.es/repair_settings.php

    Una vez hay podrás terminar de configurarlo.
    Entrar a la web Click aquí
    "Es más divertido hacerse pirata que unirse a la marina." (Steve Jobs)
    Dudas / Sugerencias: [email protected]

    PAYASAKX

    Maestro

  • Desconectado
  • Cita de: WIитX en Febrero 05, 2015, 10:09:44 PM
    ########## Forum Info ##########
    $mbname = 'Titulo del foro';      # The name of your forum.
    $language = 'english';      # The default language file set for the forum.
    $boardurl = 'http://DIRECCIONDETUFORO.COM';      # URL to your forum's folder. (without the trailing /!)
    $webmaster_email = '[email protected]';      # Email address to send emails from. (like [email protected].)
    $cookiename = 'SMFCookie11';      # Name of the cookie to set for authentication.



    ########## Database Info ##########
    $db_type = 'mysql';
    $db_server = 'localhost';
    $db_name = 'nombre de la base de datos';
    $db_user = 'usuario de la base de datos';
    $db_passwd = 'contraseña de la base de datos';


    Luego inserta el siguiente archivo en la raíz de tu FTP donde tienes instalado el SMF "repair_settings.php" para acceder deberás de escribir lo siguiente:

    http://clickados.es/repair_settings.php

    Una vez hay podrás terminar de configurarlo.
    Gracias wintx, mañana comento haber si solucione, que ahora no tengo el pc