Current Page: 1 of 1
Results 1 - 8 of 8
9 years ago
shrdlu1497
Thanks for everyone's help. I got it all working!
Forum: WampServer English
9 years ago
shrdlu1497
I looked through everything in the new "Sticky" topic about this. I'm sure I've got everything edited correctly. If I click on MyVirtualHosts in the Wampmanager side menu., it shows two lines beginning with # then localhost and Maps (my project folder is C:|wampserver\www\Maps. But I still don't get the virtual hosts menu in the wampmanager screen and my html still fails with the cross-
Forum: WampServer English
9 years ago
shrdlu1497
Thanks. I did all that, but I still get the same Cross-Domain issue. I'm confused as to whether I should be using 80 or 8080 in the host name. (I use Win 7). I cannot get the Hosts menu to appear on the Wampserver host page.
Forum: WampServer English
9 years ago
shrdlu1497
I have installed Wampserver 2.5 and run it as administrator. It shows the Homepage and a list of the folders I have under c:\wampserver\www. If I click on the name of one of the folders e.g. maps I get the message Firefox can't find the server at maps. If I run open an html file which runs javascript including the line XMLHttp.open("GET",";, false); Firefox comes back w
Forum: WampServer English
10 years ago
shrdlu1497
Wampserver icon is green. Doesn't show that php is running as a service.
Forum: WampServer English
10 years ago
shrdlu1497
This is exactly the question I asked a few days ago. I removed wampserver, ensured there was no Apache installed on my PC, then re-installed Wampserver. I still just get the php script returned. Should php appear as a running service? Mysql and Apache appear as running services. Php has no menu entry for Service. Thanks
Forum: WampServer English
10 years ago
shrdlu1497
I downloaded and installed the latest wampserver with php: WampServer2-PHP531.exe My html file includes url="Then_and_now.php" blnRecvdResp=false; xmlHttp.open("GET",url,true); xmlHttp.send(); xmlHttp.responseText returns as the php code listing, not the expected result. The php file is <?php echo "My first PHP script!"; ?> This
Forum: WampServer English
11 years ago
shrdlu1497
I am trying to access a database on my PC using Firefox and PHP. The Javascript code I am using is xmlHttp=new XMLHttpRequest(); var url = 'http://Localhost:8080/Library/dbRequest.php/'; xmlHttp.open("GET",url,false); xmlHttp.send(null); (this is line 68) I get the error: Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE)" nsr
Forum: WampServer English
Current Page: 1 of 1