Pages: PreviousFirst...245246247248249...LastNext
Current Page: 247 of 291
Results 7381 - 7410 of 8721
11 years ago
RiggsFolly
If you want I can try a Team Viewer session with you to identify what the problem is. If you like this idea, install Team Viewer, its free. Start it and leave it running, then send me a private message with the ID and PASSWROD that TV gives you. This is only good for one session so as soon as your terminate the TV Session I cannot get in and when you start another it will give yo a new
Forum: WampServer English
11 years ago
RiggsFolly
Also check php error log ( use the wampmanager menus to get to it )
Forum: WampServer English
11 years ago
RiggsFolly
When you setup the mysql userid 'myuser' and gave it a password 'mypass' did you also give that user basic privilages on the 'mydb' database?
Forum: WampServer English
11 years ago
RiggsFolly
Post your mysql_connect change the userid and password so something silly
Forum: WampServer English
11 years ago
RiggsFolly
Post one of the vhost entries so we can see what you have done.
Forum: WampServer English
11 years ago
RiggsFolly
Paul, Did you restore a previously backed up database to your wamp system? MySQL said: Documentation #1045 - Access denied for user 'root'@'localhost' (using password: NO) BASICALLY this error message says you are trying to connect to mysql ( or phpmyadmin is ) without using a password ( which is the default state after an install ) but MySQL thinks that there is a password on the user
Forum: WampServer English
11 years ago
RiggsFolly
Looks like that may be coming from a database query, have you loaded the database?
Forum: WampServer English
11 years ago
RiggsFolly
Did you install WAMP and then try installing a php package or some php based web site? Or does this happen as this install finishes? Which is when it will start Apache.
Forum: WampServer English
11 years ago
RiggsFolly
Have you tried pressing CTRL+F5 after a failure, to force a refresh from the site and not the cache? Also some browsers prefer you to use http://localhost
Forum: WampServer English
11 years ago
RiggsFolly
The localhost entry in your hosts file should look like this: localhost 127.0.0.1
Forum: WampServer English
11 years ago
RiggsFolly
You need to be more specific, what exactly is happening when it does nto work.
Forum: WampServer English
11 years ago
RiggsFolly
If the icon is orange then Apache has not started, thats also why 'Put Online' gives that error. 'Put Online' is not required for nomal access by the way. The issue is normally because some other process has grabbed port 80 before you start Apache. left click wampmanager->Apache->Service->Test port 80 This will load a command window and report what is using port 80. Whateve
Forum: WampServer English
11 years ago
RiggsFolly
As its W7 this may not solve the issue but just in case. For wordpress sites there is a file called wp-config.php In there is a parameter like this /** MySQL hostname */ define('DB_HOST', 'localhost'); try changing localhost to 127.0.0.1 and see if it helps. If not change it back again.
Forum: WampServer English
11 years ago
RiggsFolly
Dont create alias's Just create a folder below the c:\wamp\www folder like this c:\wamp\www\site1 then address it as http://localhost/site1 Even better would be to create a Virtual Host for each new site. HowTo: Create Virtual Hosts in WAMP BEFORE DOING ANY OF THIS PLEASE ENSURE APACHE AND MYSQL ARE WORKING PROPERLY FIRST!!! 1. Create a new folder outside the wamp dire
Forum: WampServer English
11 years ago
RiggsFolly
But do you use a mysql database?
Forum: WampServer English
11 years ago
RiggsFolly
Its possible for a site to block external sites from linking to their images. Its considered bandwidth stealing. Create yourself a folder under your project folder like c:\wamp\www\site1\images Put some of your own images in there and link to them using <img src="images\images1.jpg" alt="" > If that works then the site you were trying to get an image from w
Forum: WampServer English
11 years ago
RiggsFolly
After adding a password to the 'root' userid you have to tell myphpadmin what you have done, as it uses 'root' to connect to MySQL. So when you do that again, just edit this file afterward. edit c:\wamp\apps\phpmyadmin3.x.y\config.inc.php If you change it to this, when you run phpmyadmin the browser will throw a credentials challenge dialog and you can enter your userid/password. $cfg
Forum: WampServer English
11 years ago
RiggsFolly
Are you running Windows 8. If so you could try changing the mysql_connect statement. Instead of using 'localhost' as the address of the server, use '127.0.0.1'. Not sure why using localhost causes slow connections but it seems to.
Forum: WampServer English
11 years ago
RiggsFolly
32bit vs 64 bit .... that was not your problem. To be honest you are probably better off using the 32bit. After adding a password to the 'root' userid you have to tell myphpadmin what you have done, as it uses 'root' to connect to MySQL. So when you do that again, just edit this file afterward. edit c:\wamp\apps\phpmyadmin3.x.y\config.inc.php If you change it to this, when you run
Forum: WampServer English
11 years ago
RiggsFolly
Try reading this see if it helps HowTo: Create Virtual Hosts in WAMP BEFORE DOING ANY OF THIS PLEASE ENSURE APACHE AND MYSQL ARE WORKING PROPERLY FIRST!!! 1. Create a new folder outside the wamp directory structure. for example C:\websites but this can be on any disk drive visible to the PC running wamp 2. Create a subfolder in c:\websites for each site you want to
Forum: WampServer English
11 years ago
RiggsFolly
Yes MySQL is a database manager. No a database will not get created automatically, you have to do it yourself, i.e. create a database and a table to hold the data. Yes you then store and retrieve data from your db using php Google for mysql tutorials to find some help getting started using the MySQl database.
Forum: WampServer English
11 years ago
RiggsFolly
Have you been getting to MySQL using some other tool previously? Did you set a password on the 'root' user?
Forum: WampServer English
11 years ago
RiggsFolly
This is probably your problem !! Right, Windows as of Windows7 comes with the ability to use the IPV4 network address range and the IPV6 network address range and by default they are both turned on. IPV4 addresses look like this: 123.321.10.234 IPV6 addresses look like this: 2001:0db8:85a3:0042:1000:8a2e:0370:7334 The IPV4 address for localhost is 127.0.0.1 The IPV6 address for l
Forum: WampServer English
11 years ago
RiggsFolly
Do a search on .htpasswd
Forum: WampServer English
11 years ago
RiggsFolly
You get to the event log from Start -> Control Panel -> Administrative Tools -> Event Viewer Give it a few seconds to open all the log views and then look at Windows Logs -> Applications
Forum: WampServer English
11 years ago
RiggsFolly
You get to the event log from Start -> Control Panel -> Administrative Tools -> Event Viewer Give it a few seconds to open all the log views and then look at Windows Logs -> Applications If apache (wampapache) does not start it is normally becasue some other process has captured port 80. Run this: left click wampmanager->Apache->Service->Test port 80 This will sta
Forum: WampServer English
11 years ago
RiggsFolly
I cannot for the life of me remember what I used to monitor mysql persormance. I did find this page a useful start point for what parameters to play with I just spent an hour looking for the browser based tool I used and cannot find it anywhere, sorry.
Forum: WampServer English
11 years ago
RiggsFolly
MYISAM or INNODB? Either way check the MySQL config against what you have on your MAC. By just fiddling with the buffering loading 4milloin+ records I managed to reduce a runtime of > 1 day down to 45 minutes using a innodb database. You may need to get hold of some monitoring tools to see where the bottleneck is.
Forum: WampServer English
11 years ago
RiggsFolly
IIS and Apache both use port 80 to communincate on. You need to stop IIS while you are using wamp apache. If you dont want to use it again try uninstalling it, if you want both then just disable it while you are doing development with wamp/apache. These are the component that usually cause problems for apache, you may not have all of them but if you do they all need turning off/disabling
Forum: WampServer English
11 years ago
RiggsFolly
Leave them at the default settings. What colour is your wampmanager icon in the system tray?
Forum: WampServer English
Pages: PreviousFirst...245246247248249...LastNext
Current Page: 247 of 291