Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Painful Problem CI-3.0.1: register_long_arrays
Post: RE: Painful Problem CI-3.0.1: register_long_arrays

I found the error: I did a shell_exec to cat the php.ini of my host provider... and look what I found: register_long_arrays = On this directive should be Off or better: commented. or deleted...
6,565 Views
5 Replies
10-04-2015, 02:51 PM
tresloukadu
    Thread: Painful Problem CI-3.0.1: register_long_arrays
Post: RE: Painful Problem CI-3.0.1: register_long_arrays

core/Common.php Code: -- function _shutdown_handler() { $last_error = error_get_last(); if (isset($last_error) && ($last_error['type'] & (E_ERROR | E_PARSE | E_CORE_ERROR | E_COR...
6,565 Views
5 Replies
10-04-2015, 01:32 PM
tresloukadu
    Thread: Painful Problem CI-3.0.1: register_long_arrays
Post: RE: Painful Problem CI-3.0.1: register_long_arrays

core/Common.php function _error_handler. $is_error = (((E_ERROR | E_COMPILE_ERROR | E_CORE_ERROR | E_USER_ERROR) & $severity) === $severity); // When an error occurred, set the status hea...
6,565 Views
5 Replies
10-04-2015, 01:26 PM
tresloukadu
    Thread: Painful Problem CI-3.0.1: register_long_arrays
Post: RE: Painful Problem CI-3.0.1: register_long_arrays

I did a super find in all files here project & CI for: $HTTP_*_VARS $HTTP_SERVER_VARS $HTTP Nothing was found. I just get this error on my production server (PHP/5.5.9-1) my development (...
6,565 Views
5 Replies
10-04-2015, 11:58 AM
tresloukadu
    Thread: Painful Problem CI-3.0.1: register_long_arrays
Post: Painful Problem CI-3.0.1: register_long_arrays

Hello, I'm getting this error and I can't find a solution I don't even know how to fix it: A PHP Error was encountered Severity: Core Error Message: Directive 'register_long_arrays' is no lo...
6,565 Views
5 Replies
10-01-2015, 01:36 PM
tresloukadu

Theme © iAndrew 2016 - Forum software by © MyBB