Pages: PreviousFirst...277278279280281...LastNext
Current Page: 279 of 291
Results 8341 - 8370 of 8721
11 years ago
RiggsFolly
When you have a virtual hosts setup and dont specify which site you want to run in the address it always defaults to the first one. Point 1. Add this as the first virtual host so that the wamp config page still loads ## must be first so the the wamp menu page loads <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot "C:/wamp/www" ServerName l
Forum: WampServer English
11 years ago
RiggsFolly
OK , If its red Apache AND MySQL have not started! Try to do a wamp manager -> Start All Service If it stays red then please tell what OS you are using? and what version of wamp you installed?
Forum: WampServer English
11 years ago
RiggsFolly
What colour is your wamp manager icon in the system tray?
Forum: WampServer English
11 years ago
RiggsFolly
kremble Wrote: ------------------------------------------------------- > As a matter of fact. Now that i type my own ip > address or type localhost into the address bar > with the wamp server it wont grant me access. but > if i put 127.0.0.1 it does grant me access Sorry you need to be more specific. Are yuo doing this from a pc that is not your WAMP Server? Or from the
Forum: WampServer English
11 years ago
RiggsFolly
kremble Wrote: ------------------------------------------------------- > Thank you so much. it worked perfectly, but Ive > ran into another problem. it worked fine when i > didnt set a root password. but once I set up the > root password. and go to the other computer it > says that its forbidden that i dont have the > authorization to log in to that ip address. is > t
Forum: WampServer English
11 years ago
RiggsFolly
Have you started wamp. Double click the icon on yor desktop? If you have, what colour is the Wamp manager Icon in the system tray
Forum: WampServer English
11 years ago
RiggsFolly
::1 localhost is the IPV6 equivalent of 127.0.0.1 localhost You are much better NOT USING IPV6 If you had to change all those configs to Allow ::1 then your problem is that your HOSTS file still contains the line "::1 localhost" Remove this line ( or comment it out with a # (hash) make sure you have a line like this in the hosts file ( not commented out ) 127.0.0.1 l
Forum: WampServer English
11 years ago
RiggsFolly
Apache will not run without this component ( VC++ 2008 Must also be installed as the WampServer menu uses libraries from - it should be installed by default in most versions of Windows , just check Add/Remove programs to see if its listed) Is this also installed on your system
Forum: WampServer English
11 years ago
RiggsFolly
This may sound silly but can you do an echo $LOGFILE before the $fd = gzopen($LOGFILE, 'r' ) ; Then check that that file actually exists, in the correct folder, read will only work if file is there and can be read.
Forum: WampServer English
11 years ago
RiggsFolly
Assuming your application is in c:\wamp\www\address A quick and DIRTY way is to Find out what IP address your wamp server is using From a command windows on the wamp server PC execute > ipconfig Look at the "IPV4 Address" this is the current ip address of the pc on you LAN. lets assume 192.168.2.10 Then just "Put Online" the wamp server. left click the wamp
Forum: WampServer English
11 years ago
RiggsFolly
Probeam is probably in your "HOSTS" file. It looks like you have IPV6 / IPV4 confusion. Copy C:\windows\system32\drivers\etc\hosts ( no extension ) to c:\ Edit it and comment out the line "::1 localhost" with a # Make sure it has the line "127.0.0.1 localhost" uncommented Reboot And then launch Wampserver and left click on it to "Start al
Forum: WampServer English
11 years ago
RiggsFolly
O please, not a wamp issue. Go to your hosting companies help pages and find out.
Forum: WampServer English
11 years ago
RiggsFolly
This error normally comes with other errors. Can we see other errors that occured around this one..
Forum: WampServer English
11 years ago
RiggsFolly
Do you mean you are getting problems downloading i.e. copying the install to your PC. OR Are you having problems installing the downloaded wamp server install? 64Bit. You mention you have a 64 bit processor but you dont specify you are running Windows 64bit. Even so scrap it and install the 32 bit version, it works better and there is better ( simpler) support for all the various extensi
Forum: WampServer English
11 years ago
RiggsFolly
Dazed and confused, well it is Friday night! You say you are trying to download a database? Do you mean EXPORT using phpMyAdmin? Are you trying to export from a hosted server i.e. NOT WAMP? i.e. a LIVE server somewhere on t'internet. OR Are you trying to export from an old WAMP server?? OR Have you got some other installation of mysql on your PC?? If all this is going on on your
Forum: WampServer English
11 years ago
RiggsFolly
JW, The undefined variable warning normally happens when you are running an old badly coded script that expects register_globals = On ( php.ini ) wamp comes with this turned off. More secure Its very bad practice to turn it On but if your code expects it you can turn it on and the errors will disappear. Reason: It causes PHP to create global variables for all the variables that sho
Forum: WampServer English
11 years ago
RiggsFolly
Got rather lost in all this. If you want to load your local database with large amount of data the best way is to use the mysql.exe and not phpMyAdmin. From a command window: C:\wamp\bin\mysql\mysqlx.y.z\bin\mysql.exe -uroot -p < dump.sql <where x.y.x is something like 5.5.8> or whatever version you have installed of mysql. It will ask for a password for user root or which
Forum: WampServer English
11 years ago
RiggsFolly
8358. Re: WAMP
RE: Windows does not come wit a mail server Try looking for hMailer, its a windows mail server, not so easy to configure but it does work really nicely when you get it sorted. An easier solution would be phpMailer
Forum: WampServer English
11 years ago
RiggsFolly
If wampmanager icon is ORANGE then apache has not started. SImples. That probably means something else has captured port 80. left click wampmanager -> Apache -> Services -> Test port 80 This loads a command sindow and displays ( to the best of its ability ) what is using poer 80. Either reconfigure that thing to not use port 80 or if you are not using that software ( IIS
Forum: WampServer English
11 years ago
RiggsFolly
If WAMP icon is ORANGE apache has not started so no apache or php logs can have been created. Something is using port 80, there are many things that might be doing this TeamViewer/Skype/IIS Team Viewer and skype can be configured to not use port 80, IIS has to be uninstalled. For how to reconfigure skype and TV see other posts in here. left click wamp manager icon -> Apache -> Serv
Forum: WampServer English
11 years ago
RiggsFolly
mail() does not work on windows as windows does not have a built in mail server I use hMailer, its a windows mail server but its not simple. The other option is to use something like phpMailer and use your yahoo/gmail/??? server to do the smtp ( sending ) part.
Forum: WampServer English
11 years ago
RiggsFolly
If the icon is orange then apache has not started. Private Message me your teamviewer ID and Password and I will try and help.
Forum: WampServer English
11 years ago
RiggsFolly
8363. Re: WAMP
Ok lets try and sort out the easy ones first: If you want to run php scripts then with the 'out-of-the-box' configuration of apache the file extension has to be .php. If you have files with the .html extension apache will server them to the browser BUT NOT pass them through the php interpreter and will therefore server them to the browser AS-IS. and you see is the raw code. If you are getti
Forum: WampServer English
11 years ago
RiggsFolly
thomas2012 Wrote: ------------------------------------------------------- > I tried that already and reinstalled a number of times also. There is no issue with Joomla 1.5xxx > versions. The issue starts with the 2.5xx versions. > > I even tried XAMP and gets some what same error. Well actually you have already said it also happens with XAMP ??????????? Its simply not goi
Forum: WampServer English
11 years ago
RiggsFolly
This is not a PHP help site.... but, Remember that the php code will run when the page is first loaded ( when no data has been entered ) as well as when the user presses the SEND button. All the code you have here is only relevant to run when the user presses the SEND button, so move it all inside your first IF statement.
Forum: WampServer English
11 years ago
RiggsFolly
The data in that querystring will be available to your php script in the $_GET array as 2 seperate arrays one called deviceId and the other val _GET Array ( => Array ( [0] => 00040002 [1] => 00040003 [2] => 00040002 ) => Array ( [0] => 36 [1] => 23 [2] =
Forum: WampServer English
11 years ago
RiggsFolly
In that case Apache is not starting properly. Back to your original problem, IIS is running and has captured port 80 before Apache starts. You need to uninstall it. How to uninstall IIS: Use the second proceedure i.e. "using Add Remove Windows components"
Forum: WampServer English
11 years ago
RiggsFolly
Your welcome.
Forum: WampServer English
11 years ago
RiggsFolly
Changing port is easy, BUT NOT RECOMMENDED If you have SKYPE just configure it not to use port 80 and 443 Skype -> tools -> Options -> Advanced -> Connection UnTick the checkbox next to "Use port 80 and 443as alternatives for incoming connections" Kill Skype restart Skype Now using wamp, restart all services Does the wamp manager icon go GREEN?
Forum: WampServer English
11 years ago
RiggsFolly
Are you running the browser on the same PC that wamp is installed on?
Forum: WampServer English
Pages: PreviousFirst...277278279280281...LastNext
Current Page: 279 of 291