Página 1 de 1

Error en el ACP

Publicado: 02 May 2011, 19:54
por ahh72
URL: http://www.peruvoley.com/foro
Versión phpBB: phpBB3 (3.0.8)
MODs Instalados: Advanced_Visual_Anti_Bot_1.0.2, Almsamim_WYSIWYG_Editor_0.0.9-RC3, Auto_Database_Backup_1.0.3, Automatic_Spammer_Detection_1.0.0.Beta5, Buttons_Menu_1.1.0, Database_Optimize_Repair_Tool_1.0.1, Display_IP_Address_Of_Private_Message_1.0.2, Duplicate_User_IPs_1.0.0, Fade_News, Fancy_Jquery_Captcha_1.0.3, Highslide_Attatchment_4.1.8, IP_In_Topic_1.0.2, IP_Search_2.3.4, NV_Recent_Topics_1.0.5, PM_Box_Status_Percentage_Bar, Prime_Notify_PM_1.0.0a, Simple_RSS_1.0.5, Ultimate_Points_1.0.6, Video_BBCode_1.0.4, Who_Visited_A_Topic_1.0.0, X_Users_Viewing_Forums_0.1.2
Plantilla(s) usada(s): rednblack
Servidor: Linux de pago con bluehost
Actualización desde otra versión: Si, desde la version 3.0.6
Conversión desde otro sistema de foros: No

me aparece este error al momento de seleccionar la opcion en General :arrow: Configuración del Servidor :arrow: Configuración de búsqueda, alguna idea de que podria ser?

Código: Seleccionar todo

[phpBB Debug] PHP Notice: in file /includes/search/fulltext_mysql.php on line 923: Undefined index: FULLTEXT_MYSQL_MIN_SEARCH_CHARS_EXPLAIN
[phpBB Debug] PHP Notice: in file /includes/search/fulltext_mysql.php on line 927: Undefined index: FULLTEXT_MYSQL_MAX_SEARCH_CHARS_EXPLAIN
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3709)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3709)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3709)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3709)

Re: Error en el ACP  Tema Solucionado

Publicado: 02 May 2011, 20:04
por angelismo
Abre: language/es/acp/search.php
buscar

Código: Seleccionar todo

'FULLTEXT_MYSQL_PCRE_EXPLAIN'            => 'Este motor de búsqueda requiere que PCRE soporte caracteres unicode, solo disponible en PHP 4.4, 5.1 y superior, si quiere buscar caracteres no-latinos.', 
añadir despues

Código: Seleccionar todo

'FULLTEXT_MYSQL_MIN_SEARCH_CHARS_EXPLAIN'   => 'Palabras con al menos esta cantidad de caracteres serán indexadas para futuras búsquedas. Usted o su hospedaje solo podrán cambiar esta configuración al cambiar la configuración de MySQL.',
       'FULLTEXT_MYSQL_MAX_SEARCH_CHARS_EXPLAIN'   => 'Palabras con no más de esta cantidad de caracteres serán indexadas para futuras búsquedas. Usted o su hospedaje solo podrán cambiar esta configuración al cambiar la configuración de MySQL', 

Re: Error en el ACP

Publicado: 02 May 2011, 20:13
por ahh72
ese era el problema angelismo gracias :D

lo que me queda la duda es si el paquete de actualizacion en español tenia los cambios en el idioma tambien, porque no los aplico al momento de actualizar el foro? alguna idea del porque pudo pasar esto? :?