2013-06-12 48 views
2

我正在使用wamp服務器進行php開發。突然,它變成了線。 (它說wamp服務器在線,但紅色)wamp服務器突然跳到了線

我不使用Skype。當我通過wamp服務器檢查端口80時,它說端口80是空閒的。

這是最近幾個小時的訪問日誌。

127.0.0.1 - - [12/Jun/2013:15:32:47 +0530] "GET /favicon.ico HTTP/1.1" 404 209 
127.0.0.1 - - [12/Jun/2013:15:32:49 +0530] "GET /test/ HTTP/1.1" 200 7 
127.0.0.1 - - [12/Jun/2013:15:32:49 +0530] "GET /favicon.ico HTTP/1.1" 404 209 
127.0.0.1 - - [12/Jun/2013:15:33:34 +0530] "POST /phpmyadmin/import.php HTTP/1.1" 200 100380 

這是appache_error日誌

[Wed Jun 12 14:19:48 2013] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico 
[Wed Jun 12 14:20:35 2013] [error] [client 127.0.0.1] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'column REGEXP '[0-5]'' at line 1 for query SELECT * FROM wp_skilllist WHERE column REGEXP '[0-5]' made by require('C:\\wamp\\www\\wordpress\\wp-blog-header.php'), require_once('C:\\wamp\\www\\wordpress\\wp-includes\\template-loader.php'), include('C:\\wamp\\www\\wordpress\\wp-content\\themes\\twentytwelve\\Skill_page.php'), test_getproducts, referer: http://localhost/wordpress/?page_id=2 
[Wed Jun 12 14:20:37 2013] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico 
[Wed Jun 12 14:21:04 2013] [error] [client 127.0.0.1] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'column REGEXP '[0-5]+$'' at line 1 for query SELECT * FROM wp_skilllist WHERE First_name LIKE 'Menuka%' AND column REGEXP '[0-5]+$' made by require('C:\\wamp\\www\\wordpress\\wp-blog-header.php'), require_once('C:\\wamp\\www\\wordpress\\wp-includes\\template-loader.php'), include('C:\\wamp\\www\\wordpress\\wp-content\\themes\\twentytwelve\\Skill_page.php'), test_getproducts, referer: http://localhost/wordpress/?page_id=2 
[Wed Jun 12 14:21:06 2013] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico 
[Wed Jun 12 14:21:46 2013] [error] [client 127.0.0.1] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'column REGEXP '^[0-5]+$'' at line 1 for query SELECT * FROM wp_skilllist WHERE First_name LIKE 'Menuka%' AND column REGEXP '^[0-5]+$' made by require('C:\\wamp\\www\\wordpress\\wp-blog-header.php'), require_once('C:\\wamp\\www\\wordpress\\wp-includes\\template-loader.php'), include('C:\\wamp\\www\\wordpress\\wp-content\\themes\\twentytwelve\\Skill_page.php'), test_getproducts, referer: http://localhost/wordpress/?page_id=2 
[Wed Jun 12 14:21:47 2013] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico 
[Wed Jun 12 14:22:01 2013] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico 
[Wed Jun 12 15:31:57 2013] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico 

MySQL錯誤日誌

130607 10:14:46 InnoDB: Waiting for the background threads to start 
130607 10:14:47 InnoDB: 1.1.8 started; log sequence number 2897277 
130607 10:14:47 [Note] Server hostname (bind-address): '(null)'; port: 3306 
130607 10:14:47 [Note] - '(null)' resolves to '::'; 
130607 10:14:47 [Note] - '(null)' resolves to '0.0.0.0'; 
130607 10:14:47 [Note] Server socket created on IP: '0.0.0.0'. 
130607 10:14:49 [Note] Event Scheduler: Loaded 0 events 
130607 10:14:49 [Note] wampmysqld: ready for connections. 
Version: '5.5.24-log' socket: '' port: 3306 MySQL Community Server (GPL) 
130612 15:37:34 [Note] wampmysqld: Normal shutdown 

130612 15:37:34 [Note] Event Scheduler: Purging the queue. 0 events 
130612 15:37:35 InnoDB: Starting shutdown... 

我嘗試了幾種快速舉報通道,但我沒有找到一個解決方案。主要問題是它工作正常,突然出錯。這就是爲什麼我包含錯誤日誌。

你想要了解更多信息嗎? 有什麼我必須做與機器的用戶權限?

請幫我解決這個問題。

回答

0

非常難過,我發現網絡管理員已經刪除了我的機器上的管理員權限。 一旦我讓他讓我在機器上的權利,我可以運行wamp服務器。

如果您在網絡中並且正在運行的wamp服務器正在運行,請檢查您的計算機上的權限。

0

正如你所看到的,你有一個錯誤提到wp_skilllist插件,如果你禁用這個插件可能會更好。我是個不能完全肯定,但它是一個posibility,導致你的日誌reers的行這個腳本 走這條線

[Wed Jun 12 14:21:46 2013] [error] [client 127.0.0.1] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'column REGEXP '^[0-5]+$'' at line 1 for query SELECT * FROM wp_skilllist WHERE First_name LIKE 'Menuka%' AND column REGEXP '^[0-5]+$' made by require('C:\\wamp\\www\\wordpress\\wp-blog-header.php'), require_once('C:\\wamp\\www\\wordpress\\wp-includes\\template-loader.php'), include('C:\\wamp\\www\\wordpress\\wp-content\\themes\\twentytwelve\\Skill_page.php'), test_getproducts, referer: http://localhost/wordpress/?page_id=2 

存在這個問題,因爲你可以看到它是闖民宅'的護理C:\ wamp \ www \ wordpress \ wp-content \ themes \twtwtwelve \ Skill_page.php',試圖改變主題

+0

如何禁用,而不訪問它?儘管我從www文件夾中刪除了該網站。但我仍然得到錯誤 – wordpressm

+0

當然,你會得到錯誤,導致數據庫在那裏繼續,如果你刪除www文件夾的服務器將下降,導致Apache將需要www文件夾運行,它現在發生了什麼是wamp無法啓動,首先你必須恢復www文件夾,刪除文件夾wp-content/plugins上的插件,並且該文件必須足夠了 – Carlos

+0

不,不,我的意思是www文件夾中的網站。我沒有刪除www文件夾。 – wordpressm