Po pierwsze chce zaznaczyć, że nie jestem pewien czy jest to dobry dział, jak również nie jestem pewien czy ktoś w ogóle zna ten system.
Więc sprawa wygląda następująco.
Własnie zainstalowałem u siebie Coyote, jednak pojawia się mnóstwo powiadomień. Na Stronie index są to:
Kod
PHP Notice in file /home/.../public_html/index.php on line 171: array_pop() [function.array-pop]: The argument should be an array
PHP Notice in file /home/.../public_html/index.php on line 171: array_pop() [function.array-pop]: The argument should be an array
PHP Notice in file /home/.../public_html/index.php on line 171: array_pop() [function.array-pop]: The argument should be an array
PHP Notice in file /home/.../public_html/index.php on line 175: array_multisort() [function.array-multisort]: Argument #1 is expected to be an array or a sort flag
PHP Notice in file /home/.../public_html/index.php on line 180: Invalid argument supplied for foreach()
PHP Notice in file /home/.../public_html/include/session.php on line 786: Only variable references should be returned by reference
PHP Notice in file /home/.../public_html/include/session.php on line 849: Only variable references should be returned by reference
PHP Notice in file /home/.../public_html/index.php on line 352: Undefined index: user_level
PHP Notice in file /home/.../public_html/index.php on line 171: array_pop() [function.array-pop]: The argument should be an array
PHP Notice in file /home/.../public_html/index.php on line 171: array_pop() [function.array-pop]: The argument should be an array
PHP Notice in file /home/.../public_html/index.php on line 175: array_multisort() [function.array-multisort]: Argument #1 is expected to be an array or a sort flag
PHP Notice in file /home/.../public_html/index.php on line 180: Invalid argument supplied for foreach()
PHP Notice in file /home/.../public_html/include/session.php on line 786: Only variable references should be returned by reference
PHP Notice in file /home/.../public_html/include/session.php on line 849: Only variable references should be returned by reference
PHP Notice in file /home/.../public_html/index.php on line 352: Undefined index: user_level
Na stronie login.php po brubie logowania to:
Kod
PHP Notice in file /home/.../public_html/login.php on line 140: Undefined index: auto_login
PHP Notice in file /home/.../public_html/include/session.php on line 77: Cannot modify header information - headers already sent by (output started at /home/.../public_html/include/error_handler.php:71)
PHP Notice in file /home/.../public_html/include/session.php on line 704: Undefined index: HTTP_X_FORWARDED_FOR
PHP Notice in file /home/.../public_html/include/functions.php on line 612: Cannot modify header information - headers already sent by (output started at /home/.../public_html/include/error_handler.php:71)
PHP Notice in file /home/.../public_html/include/session.php on line 77: Cannot modify header information - headers already sent by (output started at /home/.../public_html/include/error_handler.php:71)
PHP Notice in file /home/.../public_html/include/session.php on line 704: Undefined index: HTTP_X_FORWARDED_FOR
PHP Notice in file /home/.../public_html/include/functions.php on line 612: Cannot modify header information - headers already sent by (output started at /home/.../public_html/include/error_handler.php:71)
A na stronie forum to pojawia mi sie informacja o fatal error, tabela z SQL Error i to:
Kod
PHP Notice in file /home/.../public_html/include/session.php on line 238: Undefined index: key
PHP Notice in file /home/.../public_html/include/session.php on line 786: Only variable references should be returned by reference
PHP Notice in file /home/.../public_html/include/session.php on line 849: Only variable references should be returned by reference
PHP Notice in file /home/.../public_html/include/session.php on line 786: Only variable references should be returned by reference
PHP Notice in file /home/.../public_html/include/session.php on line 849: Only variable references should be returned by reference
Może mi ktoś pomóc z tym, żeby to działało bo chce sprawdzić działanie Coyote na swoim serwisie.
P.S.
Prawdopodobnie na innych stronach też są błędy ale nie za bardzo mogę na niektórych je znaleźć bo nie mogę się np. w ogóle zalogować.