Jump to content

birigoyen

Approved members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by birigoyen

  1. Hi

    I've been having this screen after install, I have already check requirements and its all right with all of them. 

    Already check folder and file permissions  too.
    How can I fix the error and finish intallation?

    I couldn't post the hole message, it was too long...
    Thanks for the help

     

    MESSAGE: Redefining already defined constructor for class XML_Parser
    TYPE: Strict
    FILE: /hsphere/local/home/hostingc1/hostinggc.net/openx/lib/pear/XML/Parser.php
    LINE: 204
    DEBUG INFO:

    199 * @param string $mode how this parser object should work, "event" for 
    200 * startelement/endelement-type events, "func" 
    201 * to have it call functions named after elements 
    202 * @param string $tgenc a valid target encoding 
    203 */ 

    204 function __construct($srcenc = null, $mode = 'event', $tgtenc = null)

    205
    206 parent::__construct('XML_Parser_Error'); 
    207
    208 $this->mode = $mode; 
    209 $this->srcenc = $srcenc;

     

     

    MESSAGE: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead
    TYPE: Warning
    FILE: /hsphere/local/home/hostingc1/hostinggc.net/openx/lib/pear/Date/TimeZone.php
    LINE: 3642
    DEBUG INFO:

    3637 Date_TimeZone::setDefault($_DATE_TIMEZONE_DEFAULT); 
    3638 } elseif (getenv('PHP_TZ') && Date_TimeZone::isValidID(getenv('PHP_TZ'))) { 
    3639 Date_TimeZone::setDefault(getenv('PHP_TZ')); 
    3640 } elseif (getenv('TZ') && Date_TimeZone::isValidID(getenv('TZ'))) { 
    3641 Date_TimeZone::setDefault(getenv('TZ')); 

    3642 } elseif (Date_TimeZone::isValidID(date('T'))) {

    3643 Date_TimeZone::setDefault(date('T')); 
    3644 } else { 
    3645 Date_TimeZone::setDefault('UTC'); 
    3646
    3647 //

     

     

    MESSAGE: Non-static method Date_TimeZone::isValidID() should not be called statically
    TYPE: Strict
    FILE: /hsphere/local/home/hostingc1/hostinggc.net/openx/lib/pear/Date/TimeZone.php
    LINE: 3642
    DEBUG INFO:

    3637 Date_TimeZone::setDefault($_DATE_TIMEZONE_DEFAULT); 
    3638 } elseif (getenv('PHP_TZ') && Date_TimeZone::isValidID(getenv('PHP_TZ'))) { 
    3639 Date_TimeZone::setDefault(getenv('PHP_TZ')); 
    3640 } elseif (getenv('TZ') && Date_TimeZone::isValidID(getenv('TZ'))) { 
    3641 Date_TimeZone::setDefault(getenv('TZ')); 

    3642 } elseif (Date_TimeZone::isValidID(date('T'))) {

    3643 Date_TimeZone::setDefault(date('T')); 
    3644 } else { 
    3645 Date_TimeZone::setDefault('UTC'); 
    3646
    3647 //

     

     

    MESSAGE: Non-static method Date_TimeZone::setDefault() should not be called statically
    TYPE: Strict
    FILE: /hsphere/local/home/hostingc1/hostinggc.net/openx/lib/pear/Date/TimeZone.php
    LINE: 3645
    DEBUG INFO:

    3640 } elseif (getenv('TZ') && Date_TimeZone::isValidID(getenv('TZ'))) { 
    3641 Date_TimeZone::setDefault(getenv('TZ')); 
    3642 } elseif (Date_TimeZone::isValidID(date('T'))) { 
    3643 Date_TimeZone::setDefault(date('T')); 
    3644 } else { 

    3645 Date_TimeZone::setDefault('UTC');

    3646
    3647 // 
    3648 // END 
    3649 ?> 
    3650

     

     

    MESSAGE: Non-static method Date_TimeZone::isValidID() should not be called statically
    TYPE: Strict
    FILE: /hsphere/local/home/hostingc1/hostinggc.net/openx/lib/pear/Date/TimeZone.php
    LINE: 153
    DEBUG INFO:

    148 * @param string $id the time zone id to use 
    149 */ 
    150 function setDefault($id) 
    151
    152 global $_DATE_TIMEZONE_DEFAULT; 

    153 if(Date_TimeZone::isValidID($id)) {

    154 $_DATE_TIMEZONE_DEFAULT = $id; 
    155
    156
    157
    158 /**

     

     

    MESSAGE: Non-static method Language_Loader::load() should not be called statically
    TYPE: Strict
    FILE: /hsphere/local/home/hostingc1/hostinggc.net/openx/lib/OX/Extension/authentication/authentication.php
    LINE: 18
    DEBUG INFO:

    13 require_once MAX_PATH . '/lib/max/Plugin/Translation.php'; 
    14 require_once LIB_PATH . '/Plugin/Component.php'; 
    15 require_once 'Date.php'; 
    16 require_once MAX_PATH . '/lib/max/language/Loader.php'; 
    17

    18 Language_Loader::load('settings');

    19
    20 /** 
    21 * Plugins_Authentication is an parent class for Authentication plugins 
    22
    23 * @package OpenXPlugin

     

     

    MESSAGE: Non-static method Language_Loader::load() should not be called statically, assuming $this from incompatible context
    TYPE: Strict
    FILE: /hsphere/local/home/hostingc1/hostinggc.net/openx/lib/OX/Admin/UI/Install/InstallController.php
    LINE: 87
    DEBUG INFO:

    82 exit(); 
    83
    84 @set_time_limit(0); 
    85
    86 // load translations for installer 

    87 Language_Loader::load('installer');

    88 Language_Loader::load('default'); 
    89 Language_Loader::load('settings'); 
    90 Language_Loader::load('settings-help'); 
    91
    92 // Setup oUpgrader

     

     

    MESSAGE: Undefined variable: PRODUCT_URL
    TYPE: Notice
    FILE: /hsphere/local/home/hostingc1/hostinggc.net/openx/lib/max/language/en/installer.lang.php
    LINE: 32
    DEBUG INFO:

    27 $GLOBALS['strSystemCheck'] = "System check"; 
    28 $GLOBALS['strSystemCheckIntro'] = "The install wizard perfomed a check of your web server settings to ensure that the installation process can complete successfully. 
    29
    Please check any highlighted issues to complete the installation process."; 
    30 $GLOBALS['strFixErrorsBeforeContinuing'] = "Configuration of your webserver does not meet the requirements of the {$PRODUCT_NAME}. 
    31
    In order to proceed with installation, please fix all errors. 

    32 For help, please see our documentation and FAQs";

    33
    34 $GLOBALS['strAppCheckErrors'] = "Errors were found when detecting previous installations of {$PRODUCT_NAME}"; 
    35 $GLOBALS['strAppCheckDbIntegrityError] = "We have detected integrity issues with your database. This means that the layout of your database 
    36 differs from what we expect it to be. This could be due to customization of your database."; 
    37

     

     

    MESSAGE: Non-static method Language_Loader::load() should not be called statically, assuming $this from incompatible context
    TYPE: Strict
    FILE: /hsphere/local/home/hostingc1/hostinggc.net/openx/lib/OX/Admin/UI/Install/InstallController.php
    LINE: 88
    DEBUG INFO:

    83
    84 @set_time_limit(0); 
    85
    86 // load translations for installer 
    87 Language_Loader::load('installer'); 

    88 Language_Loader::load('default');

    89 Language_Loader::load('settings'); 
    90 Language_Loader::load('settings-help'); 
    91
    92 // Setup oUpgrader 
    93 $this->initUpgrader();

     

     

    MESSAGE: Non-static method Language_Loader::load() should not be called statically, assuming $this from incompatible context
    TYPE: Strict
    FILE: /hsphere/local/home/hostingc1/hostinggc.net/openx/lib/OX/Admin/UI/Install/InstallController.php
    LINE: 89
    DEBUG INFO:

    84 @set_time_limit(0); 
    85
    86 // load translations for installer 
    87 Language_Loader::load('installer'); 
    88 Language_Loader::load('default'); 

    89 Language_Loader::load('settings');

    90 Language_Loader::load('settings-help'); 
    91
    92 // Setup oUpgrader 
    93 $this->initUpgrader(); 
    94 $this->oTranslation = new OX_Translation();

     

     

    MESSAGE: Non-static method Language_Loader::load() should not be called statically, assuming $this from incompatible context
    TYPE: Strict
    FILE: /hsphere/local/home/hostingc1/hostinggc.net/openx/lib/OX/Admin/UI/Install/InstallController.php
    LINE: 90
    DEBUG INFO:

    85
    86 // load translations for installer 
    87 Language_Loader::load('installer'); 
    88 Language_Loader::load('default'); 
    89 Language_Loader::load('settings'); 

    90 Language_Loader::load('settings-help');

    91
    92 // Setup oUpgrader 
    93 $this->initUpgrader(); 
    94 $this->oTranslation = new OX_Translation(); 
    95

     

     

    MESSAGE: Non-static method OA_Admin_Settings::isConfigWritable() should not be called statically, assuming $this from incompatible context
    TYPE: Strict
    FILE: /hsphere/local/home/hostingc1/hostinggc.net/openx/lib/OA/Upgrade/Configuration.php
    LINE: 30
    DEBUG INFO:

    25 $this->oSettings = new OA_Admin_Settings(); 
    26 // Use reference here 
    27 $this->aConfig =& $this->oSettings->getConfigArray(); 
    28 // set default configPath 
    29 $this->configPath = MAX_PATH.'/var/'; 

    30 if (!OA_Admin_Settings::isConfigWritable())

    31
    32 return false; 
    33
    34
    35

     

     

     

     

×
×
  • Create New...