花了點時間整理了一下,把最近Godaddy Deluxe Plan 150G linux主機php版本成功升級經歷敘述一下,希望對遇到PHP版本升級的朋友有幫助。
我是第一次使用Godaddy的主機,和許多初次使用Godaddy主機的朋友一樣,遇到了不少的波折,申請主機等了2天,主機SSL生效等了2天,滿以為可以放網站了,結果程式傳上去之後,無法運作起來。要嘛就是空白頁,一片空白,也不報錯。要嘛就是出現「Parse error: syntax error, unexpected T_OBJECT_OperaTOR in .source/ganjiwu/source_index.php on line 43」類似這樣的提示。問很多用Godaddy主機的朋友,看過不少的貼,都說是權限問題,只要把根目錄下面賦予“讀寫權限”,就可以解決問題。
然後,我去找Godaddy Linux根目錄「讀寫權限」設定相關的,主機設定了,結果程式還是無法運作起來。找朋友親手幫我設定讀寫權限,還是不行。為了排除權限問題,我把程式單獨放到了根目錄的一個名命「123」的資料夾裡面,程式也無法運作。
沒辦法了,我聯絡程式提供者,他幫我用PHP偵測針測得的PHP實際版本是PHP Version 4.4.9 ,而我的程式要求是PHP5.0或5.0以上版本,所以升級PHP版本問題就可以解決了。我欣喜若狂的去後台升級PHP版本,可是我發現後台顯示已經是5.X版本,徹底的鬱悶了。
最後,沒辦法,只能寫信給Godaddy客服了,隔天早上,那邊回覆:
Dear Sir/Ma'am,
Thank you for your reply. One more question:Would you please kindly tell me how to upgrade my account to PHP5. I have a troulbe here,it is shown on my host that the grade is:php5.0,butullyacted it is is test at php4.4.9 by this software:“
http://www.ganjiwu.com/123/p.php 」。
It would highly apPReciated if you can help me on this point. Thank you in advance!
大概意思是說我的已經是5.0版本,我糾結了,可能是信中沒表達清楚我的意思,他不懂清楚。我就專門找了大學一個英文班朋友,我把中文大概意思寫出來,然後她幫忙翻譯了出來。
翻譯如下:
我不知道怎麼把PHP版本升級到5.0以上,請求協助。我的程式需要PHP5.0以上的版本支持,可是後台顯示的是PHP5.x,而我實際測試到是PHP4.4.9的版本。 「http://www.ganjiwu.com/123/p.php」用這個測試到的。所以現在程式一直無法運作。
第二天,一個叫Tyler P的客服回信了,
Dear bin ou,
Thank you for contacting Online Support.
We have fixed the issue and your ganjiwu.com/123/p.php now shows version 5.2.14.
Please let us know if we can further assist you.
Sincerely,
Tyler P.
Online Support Representative
大概意思:感謝您聯絡線上支援。我們已經落實了問題,你的ganjiwu.com/123/p.php 5.2.14是現在顯示版本。請讓我們知道如果我們能夠進一步協助你。
打開網站,問題真的解決了,程式正常運作。
然後我就把「123」資料夾裡面的整個程式移到根目錄下面來,結果又出現那樣的問題了。用php偵測針測得的php版本只有PHP Version 4.4.9 ,程式又無法開啟。沒辦法,我就把情況說明了一下,
回了信,內容如下:
謝謝您的回复,我把123測試資料夾裡的程式移到「www.ganjiwu.com」主機根目錄下面來的時候,程式又無法運作了。 「http://www.ganjiwu.com/p.php」用這個測試到的實際PHP版本又變成了PHP Version 4.4.9,我的程式需要php5.0以上的版本支持,希望您能幫我升級。再次感謝!祝您工作愉快!
譯成英文:
Dear Tyler P.
Thanks for your kindly reply.
I move the program in 123 test file into the www.ganjiwu.com
my host catalogue,
but the program still not operate.
And I use “http://www.ganjiwu.com/p.php”to test and find that
The actual PHP edition turn into PHP Version 4.4.9.
Our program need the support of overphp5.0 edition.
Sincerely hope that you can help me to upgrade my PHP to over 5.0.
Thanks in advance for your kindly help.
Waiting for your early reply. Thanks again.
Best wishes
Yours sincerely
第二天,早上,又收到回信了,我的網站正常訪問了。
回覆如下:
Dear Bin Ou,
Thank you for your reply.
At this time the php info file at ganjiwu.com/p.php is showing 5.2.14
running on the account at this time.
If you are still seeing something different please reply back to
this email with further steps we can use to replicate the issue.
Please let us know if we can assist you in any other way.
Best Regards,
Thad P.
Online Support Representative
大概意思:
感謝您的回覆。現在,這個主機帳號上php檔案顯示訊息ganjiwu.com/p.php 5.2.14正在運作。如果你仍然發現一些不對勁
地方,請回覆此電子郵件,我們將採取進一步措施。
請讓我們知道如果我們能協助您以任何其他方式。
已經幫我把php升級到5.2.14的版本了。
問題終於解決了!
把這個經驗寫出來,希望對遇到同樣問題,PHP版需要升級的人有幫助。
Godaddy的客服服務確實不錯! !任何問題,24小時內一定會得到答覆。
感謝laopowu 的投稿