No puedo entrar en el areopago

Iniciado por Baal, Marzo 02, 2006, 12:18:01 PM

Tema anterior - Siguiente tema

Baal

No me permite entrar en el foro areopago, o más bien a esta dirección:

http://www.areopago.es/index.php?board=2.0

Me sale esto:

Citar<?php
/******************************************************************************
* index.php 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 *
*******************************************************************************
* SMF: Simple Machines Forum 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
*
* Open-Source Project Inspired by Zef Hemel (zef@zefhemel.com) 
 
 
 
 
 
 
 
*
* =========================================================================== *
* Software Version: 
 
 
 
 
 SMF 1.1 RC1 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 *
* Software by: 
 
 
 
 
 
 
 
Simple Machines (http://www.simplemachines.org) *
* Copyright 2001-2005 by: 
 
 Lewis Media (http://www.lewismedia.com
 
 
 
 *
* Support, News, Updates at: 
http://www.simplemachines.org 
 
 
 
 
 
 
 
 
 *
*******************************************************************************
* This program is free software;
you may redistribute it and/or modify it 
 
 *
* under the terms of the provided license as published by Lewis Media. 
 
 
 
*

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 *
* This program is distributed in the hope that it is and will be useful, 
 
 
*
* but WITHOUT ANY WARRANTIES;
without even any implied warranty of 
 
 
 
 
 
*
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
 
 
 
 
 
 
 
 
 
 
 
*

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 *
* See the "license.txt"
file for details of the Simple Machines license. 
 
 
*
* The latest version can always be found at http://www.simplemachines.org. 
 
*
******************************************************************************/

/*   This, as you have probably guessed, is the crux on which SMF functions.
   Everything should start here, so all the setup and security is done
   properly. 
The most interesting part of this file is the action array in
   the smf_main() function. 
It is formatted as so:

      'action-in-url'
=>
array('Source-File.php', 'FunctionToCall'),

   Then, you can access the FunctionToCall() function from Source-File.php
   with the URL index.php?action=action-in-url. 
Relatively simple, no?
*/

$forum_version = 'SMF 1.1 RC1';

// Get everything started up...
define('SMF', 1);
@set_magic_quotes_runtime(0);
error_reporting(E_ALL);
$time_start = microtime();

// Load the settings...
require_once(dirname(__FILE__) . '/Settings.php');

// And important includes.
require_once($sourcedir . '/QueryString.php');
require_once($sourcedir . '/Subs.php');
require_once($sourcedir . '/Errors.php');
require_once($sourcedir . '/L

Sin embargo, si puedo entrar en algún tema en particular, como este:

http://www.areopago.es/index.php?topic=87.msg832#new

Dan


Administrador

La verdad que es extraño Baal, te dice que está la versión RC1 y la que he instalado es la RC2, quizás sea problema de algun tipo de caché o de proxy de tu proveedor. Investigaré.

Con respecto a areopago.es (sin www) es correcto que lleve al companyweb, pues aún no lo he cambiado en el servidor virtual. Dan, comprueba a ver que te sale poniendo sólo www.areopago.es


Baal

Voy a hacer dos pruebas a ver que tal:

1.- Entrar con el internet explorer

2.- Cargarme el historial

Luego cuento.

Baal

Problema resuelto. En las preferencias he borrado la cache y ya puedo entrar.

Dan

Cita de: Administrador en Marzo 02, 2006, 01:30:35 PM
Con respecto a areopago.es (sin www) es correcto que lleve al companyweb, pues aún no lo he cambiado en el servidor virtual. Dan, comprueba a ver que te sale poniendo sólo www.areopago.es

Tú tení­as razón y yo soy gilipollas. Volví­a al sitio de Apache, pero con Control+F5 he actualizado sin la caché y sí­, se entra bien al foro. Mea culpa.

Neo

Cita de: Baal en Marzo 02, 2006, 12:18:01 PM
No me permite entrar en el foro areopago, o más bien a esta dirección:

http://www.areopago.es/index.php?board=2.0

Me sale esto:

Citar<?php
/******************************************************************************
* index.php 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 *
*******************************************************************************
* SMF: Simple Machines Forum 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
*
* Open-Source Project Inspired by Zef Hemel (zef@zefhemel.com) 
 
 
 
 
 
 
 
*
* =========================================================================== *
* Software Version: 
 
 
 
 
 SMF 1.1 RC1 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 *
* Software by: 
 
 
 
 
 
 
 
Simple Machines (http://www.simplemachines.org) *
* Copyright 2001-2005 by: 
 
 Lewis Media (http://www.lewismedia.com
 
 
 
 *
* Support, News, Updates at: 
http://www.simplemachines.org 
 
 
 
 
 
 
 
 
 *
*******************************************************************************
* This program is free software;
you may redistribute it and/or modify it 
 
 *
* under the terms of the provided license as published by Lewis Media. 
 
 
 
*

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 *
* This program is distributed in the hope that it is and will be useful, 
 
 
*
* but WITHOUT ANY WARRANTIES;
without even any implied warranty of 
 
 
 
 
 
*
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
 
 
 
 
 
 
 
 
 
 
 
*

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 *
* See the "license.txt"
file for details of the Simple Machines license. 
 
 
*
* The latest version can always be found at http://www.simplemachines.org. 
 
*
******************************************************************************/

/*   This, as you have probably guessed, is the crux on which SMF functions.
   Everything should start here, so all the setup and security is done
   properly. 
The most interesting part of this file is the action array in
   the smf_main() function. 
It is formatted as so:

      'action-in-url'
=>
array('Source-File.php', 'FunctionToCall'),

   Then, you can access the FunctionToCall() function from Source-File.php
   with the URL index.php?action=action-in-url. 
Relatively simple, no?
*/

$forum_version = 'SMF 1.1 RC1';

// Get everything started up...
define('SMF', 1);
@set_magic_quotes_runtime(0);
error_reporting(E_ALL);
$time_start = microtime();

// Load the settings...
require_once(dirname(__FILE__) . '/Settings.php');

// And important includes.
require_once($sourcedir . '/QueryString.php');
require_once($sourcedir . '/Subs.php');
require_once($sourcedir . '/Errors.php');
require_once($sourcedir . '/L

Sin embargo, si puedo entrar en algún tema en particular, como este:

http://www.areopago.es/index.php?topic=87.msg832#new

A mi me pasaba lo mismo que a Baal, solución del problema: www.areopago.es/index.php?board=2.0?

Es solo a mi que al le sirve esa solución?
What do I know about knowing stuff?

Esemismo

Cita de: Dan en Marzo 02, 2006, 02:48:04 PM
Cita de: Administrador en Marzo 02, 2006, 01:30:35 PM
Con respecto a areopago.es (sin www) es correcto que lleve al companyweb, pues aún no lo he cambiado en el servidor virtual. Dan, comprueba a ver que te sale poniendo sólo www.areopago.es

Tú tení­as razón y yo soy gilipollas. Volví­a al sitio de Apache, pero con Control+F5 he actualizado sin la caché y sí­, se entra bien al foro. Mea culpa.

Veo que lo de Moderador Centollo no es casual, es causal... ;D ;D ;D

Estoooo, puede ser broma, Dani.

Dan

Y dale. Borrad la caché y probad con www.areopago.es a pelo.

Mucho reí­ros demí­, pero no aprendéis de mis (crasos) errores.

Neo

Problema resuelto, eso que dice dan, asi.
What do I know about knowing stuff?