nicecopier.sourceforge.net | /var/www/html

AJAX PAUSED nicecopier.sourceforge.net/ X RETRY

Too few arguments to function php_error\ErrorHandler::php_error\{closure}(), 4 passed in /home/project-web/nicecopier/htdocs/smarty/libs/sysplugins/smarty_resource.php on line 755 and exactly 5 expected

755 /home/project-web/nicecopier/htdocs/smarty/libs/sysplugins/smarty_resource.php

public function __set($property_name, $value)
{
    switch ($property_name) {
        // regular attributes
        case 'timestamp':
        case 'exists':
        case 'content':
        // required for extends: only
        case 'template':
            $this->$property_name = $value;
            break;
        default:
    // all errors \o/ !
    error_reporting( $this->defaultErrorReportingOn );
    @ini_set( 'html_errors', false );
    if ( ErrorHandler::isIIS() ) {
        @ini_set( 'log_errors', false );
    }
    set_error_handler(
            function( $code, $message, $file, $line, $context ) use ( $self, &$catchSurpressedErrors ) {
                
/**
 * test is file exists and save timestamp
 *
 * @param Smarty_Template_Source $source source object
 * @param string $file file name
 * @return bool true if file exists
 */
protected function fileExists(Smarty_Template_Source $source, $file)
{
    $source->timestamp = @filemtime($file);
    return $source->exists = !!$source->timestamp;
}
        }
    }
    $_stream_resolve_include_path = function_exists('stream_resolve_include_path');
    // relative file name?
    if (!preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $file)) {
        foreach ($_directories as $_directory) {
            $_filepath = $_directory . $file;
            if ($this->fileExists($source, $_filepath)) {
                return $this->normalizePath($_filepath);
            }
            if ($source->smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_directory)) {
/**
 * populate Source Object with meta data from Resource
 *
 * @param Smarty_Template_Source $source source object
 * @param Smarty_Internal_Template $_template template object
 */
public function populate(Smarty_Template_Source $source, Smarty_Internal_Template $_template=null)
{
    $source->filepath = $this->buildFilepath($source, $_template);
    if ($source->filepath !== false) {
        if (is_object($source->smarty->security_policy)) {
    if ($smarty->compile_id) {
        $_cache_key .= '|'.$smarty->compile_id;
    }
    if (isset(self::$sources[$_cache_key])) {
        return self::$sources[$_cache_key];
    }
    // create source
    $source = new Smarty_Template_Source($resource, $smarty, $template_resource, $type, $name, $unique_resource_name);
    $resource->populate($source, $_template);
    // runtime cache
    self::$sources[$_cache_key] = $source;
 * @param string $property_name property name
 */
public function __get($property_name)
{
    switch ($property_name) {
        case 'source':
            if (strlen($this->template_resource) == 0) {
                throw new SmartyException('Missing template name');
            }
            $this->source = Smarty_Resource::source($this);
            // cache template object under a unique ID
            // do not cache eval resources
            if ($this->source->type != 'eval') {
            if (isset($_COOKIE['SMARTY_DEBUG'])) {
                $this->smarty->debugging = true;
            }
        }
    }
    // must reset merge template date
    $_template->smarty->merged_templates_func = array();
    // get rendered template
    // disable caching for evaluated code
    if ($_template->source->recompiled) {
        $_template->caching = false;
    }
    // checks if template exists
 *
 * @param string $template the resource handle of the template file or template object
 * @param mixed $cache_id cache id to be used with this template
 * @param mixed $compile_id compile id to be used with this template
 * @param object $parent next higher level of Smarty variables
 */
public function display($template = null, $cache_id = null, $compile_id = null, $parent = null)
{
    // display template
    $this->fetch($template, $cache_id, $compile_id, $parent, true);
}
require('php/php_error.php');
\php_error\reportErrors();
require('smarty/libs/Smarty.class.php');
require('php/mysql.php');
session_start();
$smarty = new Smarty;
$smarty->assign("current","home");
$smarty->display('index.tpl');
2627/home/project-web/nicecopier/htdocs/php/php_error.php function( $code, $message, $file, $line, $context ) use ( $self, &$catchSurpressedErrors ) {
755/home/project-web/nicecopier/htdocs/smarty/libs/sysplugins/smarty_resource.php php_error\ErrorHandler->php_error\{closure}( 8192, "Creation of dynamic property Smarty_Template_Source::$timestamp is deprecated", "/home/project-web/nicecopier/htdocs/smarty/libs/sysplugins/smarty_resource.php", 755 )
349/home/project-web/nicecopier/htdocs/smarty/libs/sysplugins/smarty_resource.php Smarty_Template_Source->__set( "timestamp", 1359926404 )
288/home/project-web/nicecopier/htdocs/smarty/libs/sysplugins/smarty_resource.php Smarty_Resource->fileExists( $Smarty_Template_Source, "./templates/index.tpl" )
29/home/project-web/nicecopier/htdocs/smarty/libs/sysplugins/smarty_internal_resource_file.phpSmarty_Resource->buildFilepath( $Smarty_Template_Source, $Smarty_Internal_Template )
529/home/project-web/nicecopier/htdocs/smarty/libs/sysplugins/smarty_resource.php Smarty_Internal_Resource_File->populate( $Smarty_Template_Source, $Smarty_Internal_Template )
636/home/project-web/nicecopier/htdocs/smarty/libs/sysplugins/smarty_internal_template.php Smarty_Resource::source( $Smarty_Internal_Template )
117/home/project-web/nicecopier/htdocs/smarty/libs/sysplugins/smarty_internal_templatebase.php Smarty_Internal_Template->__get( "source" )
374/home/project-web/nicecopier/htdocs/smarty/libs/sysplugins/smarty_internal_templatebase.php Smarty_Internal_TemplateBase->fetch( "index.tpl", NULL, NULL, $Smarty, true )
18/home/project-web/nicecopier/htdocs/index.php Smarty_Internal_TemplateBase->display( "index.tpl" )

request

Host
=>
"nicecopier.sourceforge.net"
Connection
=>
"close"
x-real-ip
=>
"54.160.244.62"
x-remote-addr
=>
"54.160.244.62"
x-forwarded-for
=>
"54.160.244.62, 54.160.244.62"
x-forwarded-proto
=>
"http"
cf-ipcountry
=>
"US"
accept-encoding
=>
"gzip"
cf-ray
=>
"866ac688da7620c9-IAD"
true-client-ip
=>
"54.160.244.62"
cdn-loop
=>
"cloudflare"
cf-visitor
=>
"{"scheme":"https"}"
accept
=>
"*/*"
user-agent
=>
"claudebot"
referer
=>
"http://nicecopier.sourceforge.net/"
cf-connecting-ip
=>
"54.160.244.62"

response

Vary
=>
"Host"
Set-Cookie
=>
"PHPSESSID=3b85faeeba61cedb251ebd638bbac8f7; path=/"
Expires
=>
"Thu, 19 Nov 1981 08:52:00 GMT"
Cache-Control
=>
"no-store, no-cache, must-revalidate"
Pragma
=>
"no-cache"

server

downgrade-1_0
=>
"1"
force-response-1_0
=>
"1"
UNIQUE_ID
=>
"ZfkW1WG0U6qHffVGw3aJmwAAAAE"
SCRIPT_URL
=>
"/"
SCRIPT_URI
=>
"http://nicecopier.sourceforge.net/"
LC_HOST
=>
"nicecopier.sourceforge.net"
NORM_HOST
=>
"nicecopier.sourceforge.net"
SSL_HOST
=>
"nicecopier.sourceforge.io"
SF_HOST_PREFIX
=>
"nicecopier"
SSLMAP
=>
"n"
SF_PATH
=>
"/home/project-web/nicecopier"
SF_USER
=>
"nicecopier"
VHOST
=>
"nicecopier.sourceforge.net"
DOCUMENT_ROOT
=>
"/var/www/html"
HTTP_HOST
=>
"nicecopier.sourceforge.net"
HTTP_CONNECTION
=>
"close"
HTTP_X_REAL_IP
=>
"54.160.244.62"
HTTP_X_REMOTE_ADDR
=>
"54.160.244.62"
HTTP_X_FORWARDED_FOR
=>
"54.160.244.62, 54.160.244.62"
HTTP_X_FORWARDED_PROTO
=>
"http"
HTTP_CF_IPCOUNTRY
=>
"US"
HTTP_ACCEPT_ENCODING
=>
"gzip"
HTTP_CF_RAY
=>
"866ac688da7620c9-IAD"
HTTP_TRUE_CLIENT_IP
=>
"54.160.244.62"
HTTP_CDN_LOOP
=>
"cloudflare"
HTTP_CF_VISITOR
=>
"{"scheme":"https"}"
HTTP_ACCEPT
=>
"*/*"
HTTP_USER_AGENT
=>
"claudebot"
HTTP_REFERER
=>
"http://nicecopier.sourceforge.net/"
HTTP_CF_CONNECTING_IP
=>
"54.160.244.62"
PATH
=>
"/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin"
SERVER_SIGNATURE
=>
""
SERVER_SOFTWARE
=>
"Apache/2.4.6 (CentOS)"
SERVER_NAME
=>
"nicecopier.sourceforge.net"
SERVER_ADDR
=>
"127.0.0.1"
SERVER_PORT
=>
"80"
REMOTE_ADDR
=>
"127.0.0.1"
REQUEST_SCHEME
=>
"http"
CONTEXT_PREFIX
=>
""
CONTEXT_DOCUMENT_ROOT
=>
"/var/www/html"
SERVER_ADMIN
=>
"webmaster@sourceforge.net"
SCRIPT_FILENAME
=>
"/home/project-web/nicecopier/htdocs/index.php"
REMOTE_PORT
=>
"40920"
GATEWAY_INTERFACE
=>
"CGI/1.1"
SERVER_PROTOCOL
=>
"HTTP/1.0"
REQUEST_METHOD
=>
"GET"
QUERY_STRING
=>
""
REQUEST_URI
=>
"/"
SCRIPT_NAME
=>
"/index.php"
PHP_SELF
=>
"/index.php"
REQUEST_TIME_FLOAT
=>
1710823125.0767040252685546875
REQUEST_TIME
=>
1710823125