Salve,
ho un problema con il portale con l'mx portal di phpbb2:
phpBB :
Could not open subSilver template config file
DEBUG MODE
Line : 797
File : /membri/dedozzo/portale/includes/mx_functions.php
Che devo fare?
Ciao
Printable View
Salve,
ho un problema con il portale con l'mx portal di phpbb2:
phpBB :
Could not open subSilver template config file
DEBUG MODE
Line : 797
File : /membri/dedozzo/portale/includes/mx_functions.php
Che devo fare?
Ciao
hai controllato la riga d'errore
Bhe, non credo che quella sia la riga d'errore, comunque la 797 è questa: mx_message_die(CRITICAL_ERROR, "Could not open $template_name template config file", '', __LINE__, __FILE__);
il config.php lo hai configurato? e mica hai cancellato qualcosa nella cartella templates
Allora:
ho installato un file che mancava (nn c'era nello zip...bhaa), ma ora mi da quest'errore:
Warning: main(): Unable to access ./phpBB2/includes/auth.php in /membri/dedozzo/portale/modules/mx_last_msg/mx_last_msg.php on line 12
Warning: main(./phpBB2/includes/auth.php): failed to open stream: No such file or directory in /membri/dedozzo/portale/modules/mx_last_msg/mx_last_msg.php on line 12
Warning: main(): Failed opening './phpBB2/includes/auth.php' for inclusion (include_path='.:/usr/local/lib/php') in /membri/dedozzo/portale/modules/mx_last_msg/mx_last_msg.php on line 12
Fatal error: Call to undefined function: auth() in /membri/dedozzo/portale/modules/mx_last_msg/mx_last_msg.php on line 76
Il file config.php è questo:
<?php
//
// MX-Portal 2.x auto-generated config file
//
//
$mx_table_prefix = "mx_";
define('MX_INSTALLED', true);
$dbms = 'mysql';
$dbhost = 'localhost';
$dbname = 'my_dedozzo';
$dbuser = 'dedozzo';
$dbpasswd = '******';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
$phpbb_root_path = $mx_root_path . "phpBB2/"
?>