Hola a tod@s nuevamente!URL: http://pixelypluma.comze.com
Versión phpBB: phpBB3 (3.0.7 pl1 Seo Premod)
MODs Instalados: 100+ Bots Install Script 1.0.0
ACP Announcement Centre 1.2.2
ACP Notepad 2.2.0
ACP_REQUETE (SQL) (A) 1.0.0
Activity Stats MOD 0.1.2
Advanced BBCode Box 3 3.0.7
Advertisement Management 1.0.10
AJAX Quick Edit 1.0.9
AJAX User Registration Checks 1.0.0
Anti Double Posts 2.0.2
Auto Database Backup (A) 1.0.1
Auto Groups MOD 1.0.2
AutoMOD (A) 1.0.0
Avatar on Memberlist 1.0.1
Buttons menu 1.1.0
Categorize Announcements and Stickies 1.0.0
Colored link when new post 1.0.1
Custom Header Logo 1.0.1
Duplicate User IPs 1.0.0
Email on Birthday 1.0.1 B
Expand categories 1.0.3
FAQ Manager 1.2.5
Fix ES translations 1.0.0
IGN Style Username Color Mod 1.6.2
IP Search 2.3.3
IPs for Admin Only 1.0.1
Lock New Topic on Submit 1.0.3
Mark edited posts as unread 1.0.1
mChat 1.2.17
Mods Database 1.0.6a
MSSTI Custom Portal 1.0.1
Notificar registros al administrador del Foro 1.0.0
NV "who was here?" 1.0.2
NV advanced last topic titles 1.2.8
NV recent topics 1.0.5
Override edit time limit and forum and user limits 1.0.1
PhpBB3 Knowledge Base Mod 1.0.2
Plugins para Blog MOD 1.0.0 Blog Tags Y User List EXreaction (Nathan Guse) 22 Ago 2010
Post Models 1.0.3
Prime Ban to Group 1.0.0
Prime Links 1.2.6
Prime Notify PM 1.0.0 a
Prime Quick Login 1.2.5
Prime Subject Check 1.4.13
Prime Trash Bin 1.0.6
Prime Warnings 1.0.3
Ranks Page 1.0.3
Rules page 1.0.0 b
SEO Premod (A) 3.0.7
- Utlimate SEO URL 0.6.2
- Zero duplicate 0.6.2
- No duplicate 0.6.2
- Meta tags 0.4.0
- Related Topics 0.2.0
Similar Topics 1.0.1
Simple Profile Comments 1.6.1
Simple Topic Description 0.0.2
Smilies Page 1.0.3
Static Pages 0.1.3
Support Toolkit ACP link (A) 1.0.1 RC2
Text hit counter 1.0.1
Top Five 1.0.1 a
UMIL - Unified Mod Install Library (A) 1.0.3
Universal No Avatar 1.0.0
User Blog Mod 1.0.10
User Reminder 1.0.5
Welcome PM on first Login (WPM) 2.2.5
Plantilla(s) usada(s): prosilver
Servidor: Gratuito, 000webhost
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
Perdón por pasarme tanto por aquí, pero ultimamente el foro me está dando muchos problemas... el último ha sido al instalar phpbb Arcade 1.0.RC9, edité los archivos tanto del install como del archivo prosilver, y al subirlo al ftp y entrar en la carpeta install me sale este chorizo de código:
Código: Seleccionar todo
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2038: Undefined index: Traducción al español por Huan Manwë para phpbb-es.com
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2038: Undefined index: ltr
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2038: Undefined index: |d M Y|
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2038: Undefined index: es
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2038: Undefined index: 1 día
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2038: Undefined index: 1 mes
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2038: Undefined index: 1 año
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2038: Undefined index: 2 semanas
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2038: Undefined index: 3 meses
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2038: Undefined index: 6 meses
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2038: Undefined index: 7 días
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2038: Undefined index: Su cuenta ya ha sido activada
[phpBB Debug] PHP Notice: in file /includes/session.php on line 2038: Undefined index: Su cuenta ha sido desactivada manualmente y solo puede ser reactivada por La Administración.
(...)
http://pixelypluma.comze.com/foro/install/
La dirección a la que hace mención las líneas de error pertenecen al mod FIX ES TRANSLATIONS, pero no entiendo que puede andar mal porque Arcade MOD no toca ese archivo, os pongo la parte del archivo donde está esa línea:
Código: Seleccionar todo
2028 // Custom phpBB ES translation FIX
2029 if (is_array($this->lang))
2030 {
2031 foreach ($this->lang as $lkey)
2032 {
2033 $lkey = (string) $lkey;
2034
2035 $search_ary = array('á', 'Á', 'é', 'É', 'í', 'Í', 'ó', 'Ó', 'ú', 'Ú', 'ü', 'Ü', 'ñ', 'Ñ', '¡', '¿');
2036 $replace_ary = array('á', 'Á', 'é', 'É', 'í', 'Í', 'ó', 'Ó', 'ú', 'Ú', 'ü', 'Ü', 'ñ', 'Ñ', '¡', '¿');
2037
2038 $this->lang[$lkey] = str_replace($search_ary, $replace_ary, $this->lang[$lkey]);
2039 }
2040 }
2041 // End Custom phpBB ES translation FIX
Muchas Gracias de antemano!