Severity: 8192
Message: Function create_function() is deprecated
Filename: geshi/geshi.php
Line Number: 4698
Backtrace:
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4698
Function: _error_handler
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4621
Function: _optimize_regexp_list_tokens_to_string
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 1655
Function: optimize_regexp_list
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2029
Function: optimize_keyword_group
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2168
Function: build_parse_cache
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/Process.php
Line: 45
Function: parse_code
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/models/Pastes.php
Line: 517
Function: syntax
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 693
Function: getPaste
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once
echo "<a href=\"install.php?step=2\" class=\"button\">Back</a><br /><br />"; echo " Could not connect to the server <br />"; } else echo " Successfully connected to the server <br /><br />"; if ($link && !$database) { echo "<br /><br /> No database name was given. <br />Available databases:</p><br />"; $db_list = mysqli_list_dbs($link); echo "<pre><br />"; echo $row['Database'] . "<br />"; } echo "</pre><br />"; } if ($database) { if (!$dbcheck) { echo "<a href=\"install.php?step=2\" class=\"button\">Back</a><br /><br />"; } else { echo "<img src=\"themes/img/ok.png\"> Successfully connected to the database '" . $database . "' <br /><br /><br />"; echo "<form action=\"install.php?step=2&action=w\" id=\"mail\" method=\"post\"><br />"; echo "<input type=\"hidden\" name=\"hostname\" value=\"".$hostname."\"><br />"; echo "<input type=\"hidden\" name=\"username\" value=\"".$username."\"><br />"; echo "<input type=\"hidden\" name=\"password\" value=\"".$password."\"><br />"; echo "<input type=\"hidden\" name=\"database\" value=\"".$database."\"><br />"; echo "<input type=\"submit\" id=\"submit\" value=\"Install database !\" tabindex=\"5\" /><br />"; echo "</form><br />"; } } }