Тема: Проблема с установкой БД.
Приветствую тебя "Hanut"
Помоги разобраться, в 2011г. сделал РПГ игру, по сей день лежала, решил поставить её, установил denwer загрузил папку с файлами и БД. Выбило много ошибок, снёс всё. Установил всё заново по данной инструкции: "http://php-myadmin.ru/learning/instrument-intro.html" и снова загрузил папку с БД. и та же история, море ошибок на каждой странице\переходе которых не было когда я её отложил давным давно, может что то я сделал не то?!
Вот инфа о БД когда сделал её:
-- phpMyAdmin SQL Dump
-- version 3.3.8
-- http://www.phpmyadmin.net
--
-- Хост: localhost
-- Время создания: Окт 24 2011 г., 19:57
-- Версия сервера: 5.1.52
-- Версия PHP: 5.2.14
Вот ошибки одной страницы:
Notice: Undefined variable: r in C:\apache\combat.md\www\connect.php on line 4
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'combat.md'@'localhost' (using password: YES) in C:\apache\combat.md\www\connect.php on line 4
Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\apache\combat.md\www\connect.php on line 5
Warning: mysql_query() [function.mysql-query]: Access denied for user ''@'localhost' (using password: NO) in C:\apache\combat.md\www\connect.php on line 6
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\apache\combat.md\www\connect.php on line 6
Notice: Undefined variable: google in C:\apache\combat.md\www\connect.php on line 135
Warning: mysql_query() [function.mysql-query]: Access denied for user ''@'localhost' (using password: NO) in C:\apache\combat.md\www\connect.php on line 151
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\apache\combat.md\www\connect.php on line 151
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\apache\combat.md\www\connect.php on line 151
Parse error: syntax error, unexpected T_ELSE in C:\apache\combat.md\www\functions.php on line 1964
А вот что показывает access и errror.
"access"
127.0.0.1 - - [14/Oct/2015:17:47:02 +0300] "GET / HTTP/1.1" 200 1166
127.0.0.1 - - [14/Oct/2015:17:47:15 +0300] "GET /www/ HTTP/1.1" 200 2634
127.0.0.1 - - [14/Oct/2015:17:47:17 +0300] "GET /rememberpassword.php HTTP/1.1" 404 303
127.0.0.1 - - [14/Oct/2015:17:50:32 +0300] "GET / HTTP/1.1" 200 2634
127.0.0.1 - - [14/Oct/2015:17:50:36 +0300] "GET /rememberpassword.php HTTP/1.1" 200 1814
127.0.0.1 - - [14/Oct/2015:17:52:57 +0300] "GET /forum.php HTTP/1.1" 200 127
127.0.0.1 - - [14/Oct/2015:17:53:08 +0300] "GET /encicl/index.php?section=0&page=error HTTP/1.1" 200 3890
127.0.0.1 - - [14/Oct/2015:20:48:11 +0300] "GET / HTTP/1.1" 200 2634
127.0.0.1 - - [14/Oct/2015:20:48:19 +0300] "GET /reit_pers.php HTTP/1.1" 200 1814
127.0.0.1 - - [14/Oct/2015:20:53:33 +0300] "GET /function.mysql-query HTTP/1.1" 404 303
127.0.0.1 - - [14/Oct/2015:20:53:36 +0300] "GET /function.mysql-query HTTP/1.1" 404 303
127.0.0.1 - - [14/Oct/2015:20:55:48 +0300] "GET /register.php HTTP/1.1" 200 1814
127.0.0.1 - - [14/Oct/2015:20:57:47 +0300] "GET /encicl/ HTTP/1.1" 200 1814
127.0.0.1 - - [14/Oct/2015:21:38:42 +0300] "GET / HTTP/1.1" 200 2634
127.0.0.1 - - [14/Oct/2015:21:38:42 +0300] "GET /med/css/reset.css HTTP/1.1" 200 949
127.0.0.1 - - [14/Oct/2015:21:38:42 +0300] "GET /med/css/style.css HTTP/1.1" 200 2182
127.0.0.1 - - [14/Oct/2015:21:38:42 +0300] "GET /med/img/logo.jpg HTTP/1.1" 200 67056
127.0.0.1 - - [14/Oct/2015:21:38:42 +0300] "GET /inc/js/keypad.js HTTP/1.1" 200 2443
127.0.0.1 - - [14/Oct/2015:21:38:45 +0300] "GET /reit_pers.php HTTP/1.1" 200 1814
127.0.0.1 - - [14/Oct/2015:22:28:06 +0300] "GET / HTTP/1.1" 200 2634
127.0.0.1 - - [14/Oct/2015:22:28:09 +0300] "GET /rememberpassword.php HTTP/1.1" 200 1814
127.0.0.1 - - [14/Oct/2015:22:28:12 +0300] "GET /encicl/ HTTP/1.1" 200 1814
"error"
[Wed Oct 14 17:47:17 2015] [error] [client 127.0.0.1] script 'C:/apache/combat.md/rememberpassword.php' not found or unable to stat, referer: http://combat.md/www/
[Wed Oct 14 17:50:36 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: r in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 17:50:36 2015] [error] [client 127.0.0.1] PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'combat.md'@'localhost' (using password: YES) in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 17:50:36 2015] [error] [client 127.0.0.1] PHP Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 5, referer: http://combat.md/
[Wed Oct 14 17:50:36 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 17:50:36 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 17:50:36 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: google in C:\\apache\\combat.md\\www\\connect.php on line 135, referer: http://combat.md/
[Wed Oct 14 17:50:36 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 17:50:36 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 17:50:36 2015] [error] [client 127.0.0.1] PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 17:50:36 2015] [error] [client 127.0.0.1] PHP Parse error: syntax error, unexpected T_ELSE in C:\\apache\\combat.md\\www\\functions.php on line 1964, referer: http://combat.md/
[Wed Oct 14 17:52:57 2015] [error] [client 127.0.0.1] PHP Parse error: syntax error, unexpected $end in C:\\apache\\combat.md\\www\\forum.php on line 677, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: r in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'combat.md'@'localhost' (using password: YES) in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 5, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: google in C:\\apache\\combat.md\\www\\connect.php on line 135, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_real_escape_string() [<a href='function.mysql-real-escape-string'>function.mysql-real-escape-string</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 140, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_real_escape_string() [<a href='function.mysql-real-escape-string'>function.mysql-real-escape-string</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 140, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_real_escape_string() [<a href='function.mysql-real-escape-string'>function.mysql-real-escape-string</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 140, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_real_escape_string() [<a href='function.mysql-real-escape-string'>function.mysql-real-escape-string</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 140, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_real_escape_string() [<a href='function.mysql-real-escape-string'>function.mysql-real-escape-string</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 143, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_real_escape_string() [<a href='function.mysql-real-escape-string'>function.mysql-real-escape-string</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 143, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_real_escape_string() [<a href='function.mysql-real-escape-string'>function.mysql-real-escape-string</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 143, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_real_escape_string() [<a href='function.mysql-real-escape-string'>function.mysql-real-escape-string</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 143, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 17:53:08 2015] [error] [client 127.0.0.1] PHP Parse error: syntax error, unexpected T_ELSE in C:\\apache\\combat.md\\www\\functions.php on line 1964, referer: http://combat.md/
[Wed Oct 14 20:48:19 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: r in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 20:48:19 2015] [error] [client 127.0.0.1] PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'combat.md'@'localhost' (using password: YES) in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 20:48:19 2015] [error] [client 127.0.0.1] PHP Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 5, referer: http://combat.md/
[Wed Oct 14 20:48:19 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 20:48:19 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 20:48:19 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: google in C:\\apache\\combat.md\\www\\connect.php on line 135, referer: http://combat.md/
[Wed Oct 14 20:48:19 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 20:48:19 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 20:48:19 2015] [error] [client 127.0.0.1] PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 20:48:19 2015] [error] [client 127.0.0.1] PHP Parse error: syntax error, unexpected T_ELSE in C:\\apache\\combat.md\\www\\functions.php on line 1964, referer: http://combat.md/
[Wed Oct 14 20:53:33 2015] [error] [client 127.0.0.1] File does not exist: C:/apache/combat.md/www/function.mysql-query, referer: http://combat.md/reit_pers.php
[Wed Oct 14 20:53:36 2015] [error] [client 127.0.0.1] File does not exist: C:/apache/combat.md/www/function.mysql-query, referer: http://combat.md/reit_pers.php
[Wed Oct 14 20:55:48 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: r in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 20:55:48 2015] [error] [client 127.0.0.1] PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'combat.md'@'localhost' (using password: YES) in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 20:55:48 2015] [error] [client 127.0.0.1] PHP Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 5, referer: http://combat.md/
[Wed Oct 14 20:55:48 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 20:55:48 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 20:55:48 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: google in C:\\apache\\combat.md\\www\\connect.php on line 135, referer: http://combat.md/
[Wed Oct 14 20:55:48 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 20:55:48 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 20:55:48 2015] [error] [client 127.0.0.1] PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 20:55:48 2015] [error] [client 127.0.0.1] PHP Parse error: syntax error, unexpected T_ELSE in C:\\apache\\combat.md\\www\\functions.php on line 1964, referer: http://combat.md/
[Wed Oct 14 20:57:47 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: r in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 20:57:47 2015] [error] [client 127.0.0.1] PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'combat.md'@'localhost' (using password: YES) in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 20:57:47 2015] [error] [client 127.0.0.1] PHP Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 5, referer: http://combat.md/
[Wed Oct 14 20:57:47 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 20:57:47 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 20:57:47 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: google in C:\\apache\\combat.md\\www\\connect.php on line 135, referer: http://combat.md/
[Wed Oct 14 20:57:47 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 20:57:47 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 20:57:47 2015] [error] [client 127.0.0.1] PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 20:57:47 2015] [error] [client 127.0.0.1] PHP Parse error: syntax error, unexpected T_ELSE in C:\\apache\\combat.md\\www\\functions.php on line 1964, referer: http://combat.md/
[Wed Oct 14 21:38:45 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: r in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 21:38:45 2015] [error] [client 127.0.0.1] PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'combat.md'@'localhost' (using password: YES) in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 21:38:45 2015] [error] [client 127.0.0.1] PHP Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 5, referer: http://combat.md/
[Wed Oct 14 21:38:45 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 21:38:45 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 21:38:45 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: google in C:\\apache\\combat.md\\www\\connect.php on line 135, referer: http://combat.md/
[Wed Oct 14 21:38:45 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 21:38:45 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 21:38:45 2015] [error] [client 127.0.0.1] PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 21:38:45 2015] [error] [client 127.0.0.1] PHP Parse error: syntax error, unexpected T_ELSE in C:\\apache\\combat.md\\www\\functions.php on line 1964, referer: http://combat.md/
[Wed Oct 14 22:28:09 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: r in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 22:28:09 2015] [error] [client 127.0.0.1] PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'combat.md'@'localhost' (using password: YES) in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 22:28:09 2015] [error] [client 127.0.0.1] PHP Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 5, referer: http://combat.md/
[Wed Oct 14 22:28:09 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 22:28:09 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 22:28:09 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: google in C:\\apache\\combat.md\\www\\connect.php on line 135, referer: http://combat.md/
[Wed Oct 14 22:28:09 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 22:28:09 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 22:28:09 2015] [error] [client 127.0.0.1] PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 22:28:09 2015] [error] [client 127.0.0.1] PHP Parse error: syntax error, unexpected T_ELSE in C:\\apache\\combat.md\\www\\functions.php on line 1964, referer: http://combat.md/
[Wed Oct 14 22:28:12 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: r in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 22:28:12 2015] [error] [client 127.0.0.1] PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'combat.md'@'localhost' (using password: YES) in C:\\apache\\combat.md\\www\\connect.php on line 4, referer: http://combat.md/
[Wed Oct 14 22:28:12 2015] [error] [client 127.0.0.1] PHP Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 5, referer: http://combat.md/
[Wed Oct 14 22:28:12 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 22:28:12 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 6, referer: http://combat.md/
[Wed Oct 14 22:28:12 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: google in C:\\apache\\combat.md\\www\\connect.php on line 135, referer: http://combat.md/
[Wed Oct 14 22:28:12 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user ''@'localhost' (using password: NO) in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 22:28:12 2015] [error] [client 127.0.0.1] PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 22:28:12 2015] [error] [client 127.0.0.1] PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\\apache\\combat.md\\www\\connect.php on line 151, referer: http://combat.md/
[Wed Oct 14 22:28:12 2015] [error] [client 127.0.0.1] PHP Parse error: syntax error, unexpected T_ELSE in C:\\apache\\combat.md\\www\\functions.php on line 1964, referer: http://combat.md/
Мне сил не хватит всё исправить, ведь это одна страница\клик, а в ней их море и подобных ошибок там море (уже видел) и понимаешь когда скачивал с сервера на хосте их не было, поставил дома и на тебе
Может это из за не грамотной установке БД\папки с файлами? или прописать что то забыл\нужно в них? Ведь не могло так много само появиться, должна быть одыкват причина\объяснения их появления.
Другими словами: Hanut Молю тебя о помощи!...