Pages: PreviousFirst...281282283284285...LastNext
Current Page: 283 of 286
Results 8461 - 8490 of 8552
16 years ago
stevenmartin99
just below this there shud be a line servername localhost:80 it shudnt have a # in fornt of it. # is a comment
Forum: WampServer English
16 years ago
stevenmartin99
check yout httpd.conf file.. 2lines are maybe not ok listen 80 Servername localhost make sure u find these two lines in the find its in c:\wamp\bin\apache\apache2.4\conf then restart wamp and try again.make sure u close all other programs to see if any are conflicting
Forum: WampServer English
16 years ago
stevenmartin99
did u try go to another page like this link
Forum: WampServer English
16 years ago
stevenmartin99
all urs are wrong too. no such folder as apache foundation on wapm downlaod
Forum: WampServer English
16 years ago
stevenmartin99
im just lookat my httpd-ssl file. its very outdated. all the filepaths are.. post urs up here
Forum: WampServer English
16 years ago
stevenmartin99
did u try wat i said? left click the wamp icon go to apache modules find ssl module on the list and tick it then restart wamp
Forum: WampServer English
16 years ago
stevenmartin99
recomment the line,, then left click wamp icon - apache settings, and then tick sll module this shud do it.. im not so sure if u also need to download open_sll . iv always had it installed anyway
Forum: WampServer English
16 years ago
stevenmartin99
well ssl runs on port 443. windows 2003 server? maybe iis is installed and is causing a port problem make sure nothing is running on the port. i cant see why else apache would fail to even start
Forum: WampServer English
16 years ago
stevenmartin99
hmm are u using a 64bit machine?
Forum: WampServer English
16 years ago
stevenmartin99
it wont amtter being on another port. as long as u have a domain name
Forum: WampServer English
16 years ago
stevenmartin99
isp is your internet service provider.... they will not open port 80. dont waste your time asking them. they have their reasons
Forum: WampServer English
16 years ago
stevenmartin99
the yellow icon means that one of the services is not running, which is mysql. first of all just click icon and stop all services and then it will go red. start them again.sometimes they just fail to start. sometimes its a firewall. so shut them down and check,and if it is add an exception to your firewall if not check that you dont have any programs that conflict with port 80 such as
Forum: WampServer English
16 years ago
stevenmartin99
probably in ur firewall? do u have windows live care? windows doesnt usually deleted things on updates but will change settings
Forum: WampServer English
16 years ago
stevenmartin99
this setting only chages the type.. its the line after thats importANT display_errors = On
Forum: WampServer English
16 years ago
stevenmartin99
yes.. left click wamp icon go to php settings and tick "short open tag"
Forum: WampServer English
16 years ago
stevenmartin99
6143 is right. its code for all errors.
Forum: WampServer English
16 years ago
stevenmartin99
ur httpd file is wrong! ur listen should be just a port i may have confused u before listen 80 listen 8080 use both just in case
Forum: WampServer English
16 years ago
stevenmartin99
then ur router is not letting it thru. u have a pinhole set up to allows it thru? ping ur ip address and see wat happens tuen on trace and see where it fails
Forum: WampServer English
16 years ago
stevenmartin99
try this header(”Content-type: image/jpeg”); $id = intval($_GET['image_id']); // convert string to int $query = “select avatar from users where id = $id”; $result = mysql_db_query(”DATABASE NAME”,$query); $row = mysql_fetch_array($result); $img = $row[’avatar’]; echo (”$img”); just fill in ur DB NAME WHERE I HAVE DATABASENAME
Forum: WampServer English
16 years ago
stevenmartin99
well do u have <? or <?php but im sure u know that short tags are not enabled by default. i cant see why this is not working cant u just store the file path in the data base? and store the image in a folder?
Forum: WampServer English
16 years ago
stevenmartin99
wat u have there looks ok but uv no connection made to the database? is it somewhere else in the file?? is avatar.php in the same folder as ur html file ? as this script assume it is is ur table in database called users?
Forum: WampServer English
16 years ago
stevenmartin99
can i just clarify u want to retrive an actual image from it? or just the filepath? post ur script here maybe and ill take a look
Forum: WampServer English
16 years ago
stevenmartin99
ur welcome. its a mistake anyone makes, i do it myself sometimes,,, there is a way to make mysql a global command in dos so u dont need to be in the folder but im sure ur fine the way it is
Forum: WampServer English
16 years ago
stevenmartin99
ok well just change the listen to 80 again i once had this problem and 80 worked just make sure servername is the ip of the computer with wamp running
Forum: WampServer English
16 years ago
stevenmartin99
try http:// 127.0.0.1 are u sure u didnt change anything else in ur httpd file? the Servername should be servername localhost
Forum: WampServer English
16 years ago
stevenmartin99
this means that apache is running.... so u shouldnt have a problem getting to localhost change the port back to 80 and restart wamp then goto http:// localhost is this wat u tried?
Forum: WampServer English
16 years ago
stevenmartin99
wat colour is the wamp icon? does it go white?
Forum: WampServer English
16 years ago
stevenmartin99
good question. yes there should be a way. but ul need to change ports maybe. i think iv heard people say zonealarm runs on port 80 but im not sure.. it might just block some servies from running,,, in zonealarm there is a prgrams tab make sure any wamp servies are allowed to run as servers..-- all green ticks including wamp, mysql , apache any services named like this,
Forum: WampServer English
16 years ago
stevenmartin99
you need to be in the folder mysql is in so go like this cd wamp (~press enter) actually if ur using dos im sure u know how its in mysql mysql4.5.2 bin somewhere like that
Forum: WampServer English
16 years ago
stevenmartin99
kinda set servername to your ip Servername 192.168.2.5 or watever ur ip is dont add 8080 to the end no ip will do this for u to get it thru ur router
Forum: WampServer English
Pages: PreviousFirst...281282283284285...LastNext
Current Page: 283 of 286