[u][b][color=#FF0000]Function set_magic_quotes_runtime() is deprecated[/color][/b][/u]
[b]Call-trace:[/b]
[list]
[*][i]Unknown[/i] [ Method: [b]BS_ErrorHandler::handleError()[/b] ]
[*]/var/www/web32/html/forum/gallery/install/[b]config.php[/b] in line [b]8[/b]
[ Function: [b]set_magic_quotes_runtime()[/b] ]
[code]0003 #======== Picturesolution Config =========
0004 #=========================================
0005
0006 error_reporting(E_ALL & ~E_NOTICE);
0007 //error_reporting(E_ALL);
0008 set_magic_quotes_runtime(0);
0009
0010 if(!@include($path.'install/mysql_config.php'))
0011 header('Location: install.php');
0012
0013 include($path.'src/debug.php');
0014
[/code]
[*]/var/www/web32/html/forum/gallery/[b]index.php[/b] in line [b]47[/b]
[ Function: [b]include_once()[/b] ]
[code]0042 //$path = 'gallery/';
0043
0044 //#####changed by PR Ende#####
0045 define('PICTURESOLUTION',true);
0046
0047 if(!@include_once($path.'install/config.php'))
0048 die('<table width="60%" align="center">
0049 <tr>
0050 <td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt;">
0051 Die Datei "'.$path.'install/config.php" konnte nicht gefunden werden. Dies liegt mit hoher Wahrscheinlichkeit daran,
0052 dass der Pfad wird von Picturesolution Pro falsch berechnet und Sie versuchen das Script per PHP einzubinden. Dies ist
0053 aber nicht weiter tragisch, da Sie den Pfad auch manuell einstellen können.<br />
[/code]
[*]/var/www/web32/html/forum/modules/[b]psp.php[/b] in line [b]17[/b]
[ Function: [b]include()[/b] ]
[code]0012
0013 global $path,$DB,$DEBUG,$INPUT,$TMP,$CAT,$cfg,$SMILEYS,$BADWORDS,$ADD_FIELDS,$PIC_DETAIL,$URL;
0014 global $LANGUAGE,$ERROR,$picmsg,$IP_BLOCKS,$USER_GROUPS,$SESS,$RATINGS;
0015
0016 ob_start();
0017 include($this->path.'gallery/index.php');
0018 $this->psp_output = ob_get_contents();
0019 ob_clean();
0020 }
0021
0022 function run()
0023 {
[/code]
[*]/var/www/web32/html/forum/src/[b]page.php[/b] in line [b]82[/b]
[ Method: [b]BS_Module_psp::BS_Module_psp()[/b] ]
[code]0077 include_once($path.'modules/'.$action.'.php');
0078 $class = 'BS_Module_'.$action;
0079 if(class_exists($class))
0080 {
0081 $this->_module_name = $action;
0082 return new $class($path);
0083 }
0084 }
0085
0086 // use default module
0087 $this->_module_name = 'portal';
0088 include_once($path.'modules/portal.php');
[/code]
[*]/var/www/web32/html/forum/src/[b]page.php[/b] in line [b]49[/b]
[ Method: [b]BS_Page::_load_module()[/b] ]
[code]0044 include_once($path.'config/userdef.php');
0045 include_once($path.'src/general_functions.php');
0046 include_once($path.'src/base.php');
0047 include_once($path.'src/module.php');
0048
0049 $this->_module = $this->_load_module($path);
0050
0051 $this->_module->functions->start_document();
0052
0053 // output
0054 $this->_display_head();
0055 $this->_display_module();
[/code]
[*]/var/www/web32/html/forum/[b]index.php[/b] in line [b]110[/b]
[ Method: [b]BS_Page::BS_Page()[/b] ]
[code]0105 Please delete the install.php first!</b></center>'
0106 );
0107 }
0108
0109 include_once($path.'src/page.php');
0110 new BS_Page($path);
0111 ?>
[/code]
[/list]