Jump to content

Clowner

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Clowner's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. can anyone tell me wat that is on mypage i got and i found this in my config.php file(part of it) class Smarty { var $template_dir = 'templates'; var $compile_dir = 'templates_c'; var $config_dir = 'configs'; var $plugins_dir = array('plugins'); var $debugging = false; var $error_reporting = null; var $debug_tpl = ''; var $debugging_ctrl = 'NONE'; var $compile_check = true; var $force_compile = false; var $caching = 0; var $cache_dir = 'cache'; var $cache_lifetime = 3600; var $cache_modified_check = false; var $php_handling = SMARTY_PHP_PASSTHRU; var $security = false; var $secure_dir = array(); var $security_settings = array( 'PHP_HANDLING' => false, 'IF_FUNCS' => array('array', 'list', 'isset', 'empty', 'count', 'sizeof', 'in_array', 'is_array', 'true', 'false', 'null'), 'INCLUDE_ANY' => false, 'PHP_TAGS' => false, 'MODIFIER_FUNCS' => array('count'), 'ALLOW_CONSTANTS' => false ); var $trusted_dir = array(); var $left_delimiter = '{'; var $right_delimiter = '}'; var $request_vars_order = 'EGPCS'; var $request_use_auto_globals = true; var $compile_id = null; var $use_sub_dirs = false; var $default_modifiers = array(); var $default_resource_type = 'file'; var $cache_handler_func = null; var $autoload_filters = array(); var $config_overwrite = true; var $config_booleanize = true; var $config_read_hidden = false; var $config_fix_newlines = true; var $default_template_handler_func = ''; var $compiler_file = 'Smarty_Compiler.class.php'; var $compiler_class = 'Smarty_Compiler'; var $config_class = 'Config_File'; var $_tpl_vars = array(); var $_smarty_vars = null; var $_sections = array(); var $_foreach = array(); var $_tag_stack = array(); var $_conf_obj = null; var $_config = array(array('vars' => array(), 'files' => array())); var $_smarty_md5 = 'f8d698aea36fcbead2b9d5359ffca76f'; var $_version = '2.6.18'; var $_inclusion_depth = 0; var $_compile_id = null; var $_smarty_debug_id = 'SMARTY_DEBUG'; var $_smarty_debug_info = array(); var $_cache_info = array(); var $_file_perms = 0644; var $_dir_perms = 0771; var $_reg_objects = array(); var $_plugins = array( 'modifier' => array(), 'function' => array(), 'block' => array(), 'compiler' => array(), 'prefilter' => array(), 'postfilter' => array(), 'outputfilter' => array(), 'resource' => array(), 'insert' => array()); var $_cache_serials = array(); var $_cache_include = null; var $_cache_including = false; function Smarty() {
  2. i posted this in the wrong section i meant to post it in the third party php section does any one mind moving it?
  3. im new here and new to php dont aknow anything about it but i need help i upload a video site to my site and followed the installation but any site i try to open i get this PHP Error Message Warning: require_once(/home/a4777428/public_html /videosite /UPLOAD/include/smarty/libs/Smarty.class.php) [function.require-once]: failed to open stream: No such file or directory in /home/a4777428/public_html/videosite/UPLOAD/include/config.php on line 27 PHP Error Message Fatal error: require_once() [function.require]: Failed opening required '/home/a4777428/public_html /videosite /UPLOAD/include/smarty/libs/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a4777428/public_html/videosite/UPLOAD/include/config.php on line 27 can any one help or suggest anything?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.