Welcome Guest, Not a member yet? Register   Sign In
Inherited 2.0.2 site and php-fpm 5.6 + NginX
#2

OK, now I'm getting a blank screen. Already anabled error displaying, but nothing. And whatever I write after the main domain, I get a "200 OK" status even if the file what I'm referring to is not existent. Pretty mutch like: website.company.hu/asdfasdfasdf
And I still get 200 OK

If I execute in terminal php index.php, then I can see the websites source code, so it should be working. In the codeigniter log it starts logging this time and it logs this:


Code:
ERROR - 2017-02-09 14:38:11 --> Severity: Notice  --> Undefined index: HTTP_HOST /var/www/hu.company.website/application/config/config.php 20
ERROR - 2017-02-09 14:38:11 --> Severity: Notice  --> Only variable references should be returned by reference /var/www/hu.company.website/system/core/Common.php 243
DEBUG - 2017-02-09 14:38:11 --> Config Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Hooks Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Utf8 Class Initialized
DEBUG - 2017-02-09 14:38:11 --> UTF-8 Support Enabled
DEBUG - 2017-02-09 14:38:11 --> URI Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Router Class Initialized
DEBUG - 2017-02-09 14:38:11 --> No URI present. Default controller set.
DEBUG - 2017-02-09 14:38:11 --> Output Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Security Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Input Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Global POST and COOKIE data sanitized
DEBUG - 2017-02-09 14:38:11 --> Language Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Loader Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Controller Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Helper loaded: utils_helper
DEBUG - 2017-02-09 14:38:11 --> Session Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Helper loaded: string_helper
DEBUG - 2017-02-09 14:38:11 --> A session cookie was not found.
ERROR - 2017-02-09 14:38:11 --> Severity: Warning  --> Cannot modify header information - headers already sent by (output started at /var/www/hu.company.website/application/helpers/utils_helper.php:1) /var/www/hu.company.website/system/libraries/Session.php 671
DEBUG - 2017-02-09 14:38:11 --> Session routines successfully run
DEBUG - 2017-02-09 14:38:11 --> Jquery Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Javascript Class Initialized and loaded.  Driver used: jquery
ERROR - 2017-02-09 14:38:11 --> Severity: Warning  --> session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/hu.company.website/application/helpers/utils_helper.php:1) /var/www/hu.company.website/application/libraries/facebook/ci_facebook.php 37
ERROR - 2017-02-09 14:38:11 --> Severity: Warning  --> session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/hu.company.website/application/helpers/utils_helper.php:1) /var/www/hu.company.website/application/libraries/facebook/ci_facebook.php 37
DEBUG - 2017-02-09 14:38:11 --> User Agent Class Initialized
ERROR - 2017-02-09 14:38:11 --> Severity: Notice  --> Undefined index: HTTP_HOST /var/www/hu.company.website/application/config/database.php 60
DEBUG - 2017-02-09 14:38:11 --> Database Driver Class Initialized
ERROR - 2017-02-09 14:38:11 --> Severity: 8192  --> mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead /var/www/hu.company.website/system/database/drivers/mysql/mysql_driver.php 88
DEBUG - 2017-02-09 14:38:11 --> Helper loaded: html_helper
DEBUG - 2017-02-09 14:38:11 --> Helper loaded: url_helper
DEBUG - 2017-02-09 14:38:11 --> Helper loaded: form_helper
DEBUG - 2017-02-09 14:38:11 --> Helper loaded: window_helper
DEBUG - 2017-02-09 14:38:11 --> Model Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Model Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Model Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Config file loaded: application/config/facebook.php
DEBUG - 2017-02-09 14:38:11 --> Model Class Initialized
DEBUG - 2017-02-09 14:38:11 --> Model Class Initialized
ERROR - 2017-02-09 14:38:11 --> Severity: Warning  --> Cannot modify header information - headers already sent by (output started at /var/www/hu.company.website/application/helpers/utils_helper.php:1) /var/www/hu.company.website/system/libraries/Session.php 671
ERROR - 2017-02-09 14:38:11 --> Severity: Warning  --> Cannot modify header information - headers already sent by (output started at /var/www/hu.company.website/application/helpers/utils_helper.php:1) /var/www/hu.company.website/system/libraries/Session.php 671
ERROR - 2017-02-09 14:38:11 --> Severity: Notice  --> Undefined index: HTTP_HOST /var/www/hu.company.website/application/controllers/website.php 90
ERROR - 2017-02-09 14:38:11 --> Severity: Warning  --> Cannot modify header information - headers already sent by (output started at /var/www/hu.company.website/application/helpers/utils_helper.php:1) /var/www/hu.company.website/system/libraries/Session.php 671
ERROR - 2017-02-09 14:38:11 --> Severity: Warning  --> Cannot modify header information - headers already sent by (output started at /var/www/hu.company.website/application/helpers/utils_helper.php:1) /var/www/hu.company.website/system/libraries/Session.php 671
ERROR - 2017-02-09 14:38:11 --> Severity: Notice  --> Undefined index: signed_request /var/www/hu.company.website/application/models/facebook_model.php 27
ERROR - 2017-02-09 14:38:11 --> Severity: Notice  --> Undefined offset: 1 /var/www/hu.company.website/application/models/facebook_model.php 177
ERROR - 2017-02-09 14:38:13 --> Severity: Warning  --> Cannot modify header information - headers already sent by (output started at /var/www/hu.company.website/application/helpers/utils_helper.php:1) /var/www/hu.company.website/system/libraries/Session.php 671
ERROR - 2017-02-09 14:38:13 --> Severity: Warning  --> Cannot modify header information - headers already sent by (output started at /var/www/hu.company.website/application/helpers/utils_helper.php:1) /var/www/hu.company.website/system/libraries/Session.php 671
DEBUG - 2017-02-09 14:38:13 --> File loaded: application/views/default_head_view.php
DEBUG - 2017-02-09 14:38:13 --> File loaded: application/views/aboutandlike_view.php
DEBUG - 2017-02-09 14:38:13 --> File loaded: application/views/default_foot_view.php
DEBUG - 2017-02-09 14:38:13 --> Final output sent to browser
DEBUG - 2017-02-09 14:38:13 --> Total execution time: 2.2939


Is this any help?
Reply


Messages In This Thread
RE: Inherited 2.0.2 site and php-fpm 5.6 + NginX - by bertalanimre - 02-09-2017, 06:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB