Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..
Gracias.
La Administración de phpBB España.
Error con Mod board_msg_xl_105
Antes de participar en los foros, leer esto por favor.
Normas generales de phpBB-Es y las de Soporte
Error con Mod board_msg_xl_105
Estoy instalando el mod de board_msg_xl_105, y me da este error, a ver si me pueden dar una mano con esto.
Gracias de antemano.
Warning: chmod() has been disabled for security reasons in /home/webcindario/aav/phpBB2/admin/em_includes/em_modio.php on line 365
Warning: chmod() has been disabled for security reasons in /home/webcindario/aav/phpBB2/admin/em_includes/em_modio.php on line 365
Warning: chmod() has been disabled for security reasons in /home/webcindario/aav/phpBB2/admin/em_includes/em_modio.php on line 365
Warning: chmod() has been disabled for security reasons in /home/webcindario/aav/phpBB2/admin/em_includes/em_modio.php on line 365
Warning: chmod() has been disabled for security reasons in /home/webcindario/aav/phpBB2/admin/em_includes/em_modio.php on line 365
Installation Failed
EasyMOD encountered the following error(s). A general error could be ABC. A critical error means D and you should do XYZ.
Error Detail
Critical Error
Function Trace: open_files[5]->modio_open[1]
Could not open [templates/SubSilver/overall_header.tpl] for reading.
MOD script line #248 :: FAQ :: Report
MOD Data
MOD Title: Board Message MOD XL 1.0.5 board_msg_xl_105.txt
Author: Shannado sven@shannado.nl Sven http://www.shannado.nl/forumorg
Processed Themes: subSilver
Processed Languages: english; spanish
Files Edited: 5
Commands Processed: 20
Unprocessed Commands: 0
The following commands were not recognized by EasyMOD and were ignored. The MOD script line number is displayed.
Unprocessed Commands
EasyMOD successfully processed the following commands:
Commands Processed
SQL line #85
CREATE TABLE phpbb_board_message (
msg_id mediumint(8) NOT NULL auto_increment,
title varchar(25) NOT NULL default '(empty)',
message text NOT NULL,
showpage smallint(5) NOT NULL default '0',
auth tinyint(2) NOT NULL default '5',
width smallint(3) NOT NULL default '75',
starttime int(11) NOT NULL default '0',
endtime int(11) NOT NULL default '0',
startdate int(11) NOT NULL default '0',
enddate int(11) NOT NULL default '0',
users_timezone tinyint(1) NOT NULL default '0',
bbcode_uid varchar(10) NOT NULL default '',
days varchar(7) NOT NULL default '0000000',
images varchar(100) default NULL,
ordr smallint(3) NOT NULL default '0',
PRIMARY KEY (msg_id) );
INSERT INTO phpbb_board_message (msg_id, title, message, showpage, auth, width, starttime, endtime, startdate, enddate, users_timezone, bbcode_uid, days, images, ordr) VALUES (1, 'All Pages', 'This message will be shown on all pages. It can be view by all visitors. The width of the table = 80%. It als display a gif file. Order 10', 9999, 0, 80, 946681200, 946681200, 988581600, 1293750000, 0, '', '1111111', '/images/default.gif', 10),
(3, 'Index Only', 'The message will be showed only on the index. Only for registered people. On all days. Order 20', 0, 1, 50, 946681200, 946681200, 1009839600, 1293750000, 0, '', '1111111', '', 20);
OPEN line #109
includes/functions.php
FIND line #114
//
// Initialise user settings on page load
BEFOREADD line #120
//
// Include language files
//
function language_include($category)
{
global $phpbb_root_path, $board_config, $lang, $faq;
$dirname = $phpbb_root_path . 'language/lang_' . $board_config['default_lang'];
$dir = opendir($dirname);
while($file = readdir($dir))
{
if( ereg("^lang_" . $category, $file) && is_file($dirname . "/" . $file) && !is_link($dirname . "/" . $file) )
{
$incname = str_replace("lang_" . $category, "", $file);
include($dirname . '/lang_' . $category . $incname);
}
}
closedir($dir);
}
FIND line #146
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx);
REPLACE line #151
language_include('main');
FIND line #156
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.' . $phpEx);
REPLACE line #161
language_include('admin');
OPEN line #166
includes/sessions.php
FIND line #172
setcookie($cookiename . '_data', serialize($sessiondata), $current_time + 31536000, $cookiepath, $cookiedomain, $cookiesecure);
setcookie($cookiename . '_sid', $session_id, 0, $cookiepath, $cookiedomain, $cookiesecure);
}
AFTERADD line #179
$userdata['bm_page'] = $thispage_id;
OPEN line #184
includes/page_header.php
FIND line #189
$template->assign_vars(array(
BEFOREADD line #194
include($phpbb_root_path . 'board_message_xl.'.$phpEx);
OPEN line #199
includes/constants.php
FIND line #204
?>
BEFOREADD line #209
define('BOARD_MSG_TABLE', $table_prefix.'board_message');
OPEN line #214
includes/bbcode.php
FIND line #219
?>
BEFOREADD line #224
function bbencode_strip($message, $uid)
{
$message = strip_tags($message);
// url #2
$message = str_replace("[url]","", $message);
$message = str_replace("[/url]", "", $message);
// url /\[url=([a-z0-9\-\.,\?!%\*_\/:;~\\&$@\/=\+]+)\](.*?)\[/url\]/si
$message = preg_replace("/\[url=([a-z0-9\-\.,\?!%\*_\/:;~\\&$@\/=\+]+)\]/si", "", $message);
$message = str_replace("[/url:$uid]", "", $message);
$message = preg_replace("/\[.*?:$uid:?.*?\]/si", '', $message);
$message = preg_replace('/\[url\]|\[\/url\]/si', '', $message);
$message = str_replace('"', "'", $message);
return $message;
}
Plantilla(s) usuada(s): Ice, la de defecto con Icy Phoenix 1.2.0.27
MODs instalados: Ninguno, aparte de los incluidos con Icy Phoenix 1.2.0.27
Version de phpBB XS: Icy Phoenix 1.2.0.27
Parches Instalados: Ninguno
Servidor: http://www.calcanet.com (pago)
Si es una actualizacion desde otra version Icy Phoenix: SI (Icy Phoenix 1.2.0.15a)
Si es una actualizacion desde otra version phpBB: No (Instalacion Nueva)
Re: Error con Mod board_msg_xl_105
Saludos.
Plantilla(s) usuada(s): Ice, la de defecto con Icy Phoenix 1.2.0.27
MODs instalados: Ninguno, aparte de los incluidos con Icy Phoenix 1.2.0.27
Version de phpBB XS: Icy Phoenix 1.2.0.27
Parches Instalados: Ninguno
Servidor: http://www.calcanet.com (pago)
Si es una actualizacion desde otra version Icy Phoenix: SI (Icy Phoenix 1.2.0.15a)
Si es una actualizacion desde otra version phpBB: No (Instalacion Nueva)
Te digo los errores...
Critical Error
Function Trace: open_files[5]->modio_open[1]
Could not open [templates/SubSilver/overall_header.tpl] for reading.
MOD script line #248 :: FAQ :: Report
templates/SubSilver/overall_header.tpl -> No se puede abrir, porque no existe, asi de simple, en cambio si existe este:
templates/subSilver/overall_header.tpl -> Varia de mayusculas a minusculas.
Te dice que se a procesado todo correctamente, incluyendo la consulta SQL
S@lu2
Raul [ThE KuKa] en phpBB
Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación
phpBB España - En línea desde 2003