Pages: PreviousFirst...7891011...LastNext
Current Page: 9 of 13
Results 241 - 270 of 388
15 years ago
c2dan
What happens if you go to [127.0.0.1] What color is the wamp tray icon? It must be white. If its red or yellow then there is a problem.
Forum: WampServer English
15 years ago
c2dan
You do not need to login to local host. Whats happens when you go to or [127.0.0.1]
Forum: WampServer English
15 years ago
c2dan
WampServerGuy Wrote: ------------------------------------------------------- > > > > Also where do the following folders come into play > and in what folder and file structure > should they be in? > > > autorespond, cpanel, fantasticodata, htpasswords, > sqmaildata, and trash and why do > they have a period before the names? > > > A
Forum: WampServer English
15 years ago
c2dan
You made sure wamp is running and the tray icon is white? You need to be going to to run your php scripts
Forum: WampServer English
15 years ago
c2dan
Login to FileZilla Admin interface. Click the Add User Account icon (icon with a computer/head).Go to the general page. Click the Add button under the Users list. Fill in the username box. Click Ok. Now fill in the password for this user under the Account settings section (middle of the window). Under the pages list select Shared Folders. Click the user you just added from the Users list (f
Forum: WampServer English
15 years ago
c2dan
You're not installing drivers. Its software. 64bit can run 32bit software fine.
Forum: WampServer English
15 years ago
c2dan
aco Wrote: ------------------------------------------------------- > The only difference in the > video is that the guy is using an older version of > phpmyadmin, so he doesnt get the additional > features message, which i cant quite figure out. Is this video accessible? Or a screenshot of this? Not sure what you're referring to.
Forum: WampServer English
15 years ago
c2dan
Any application that needs to connect to MySQL to needs to know at least 3 things. The first is the mysql hostname, which is localhost The secound is your mysql username The third is your mysql password If you have not setup a mysql account then you can use the username root and no password.
Forum: WampServer English
15 years ago
c2dan
Why not try it? It should do.
Forum: WampServer English
15 years ago
c2dan
WAMP does not come with FTP. You'll have to setup the FTP Server yourself.
Forum: WampServer English
15 years ago
c2dan
It will only affect people using the mod_proxy_ajp module. Which is not enabled by default.
Forum: WampServer English
15 years ago
c2dan
Read the PHP manual on the ftp_* functions You wont be able to use FTP to transfer files to WAMP. WAMP does not come with FTP server. However you can use the PHP ftp_* functions to transfer files to existing FTP servers. If you want to setup local FTP server check out
Forum: WampServer English
15 years ago
c2dan
What settings are you using to connect flex to MySQL?
Forum: WampServer English
15 years ago
c2dan
WAMP installs what is known as the AMP stack, which consists of Apache (http server), PHP (interpreter), and MySQL (database server). WAMP is used as development environment so you can develop/test your PHP applications locally on your computer, without the need to be connected to the internet or having to upload your files to your website. Before using WAMP you should first learn the basic
Forum: WampServer English
15 years ago
c2dan
You have xampp and wamp installed side by side? Xampp is most probably interfering with WAMP. Use one or the other. Not both.
Forum: WampServer English
15 years ago
c2dan
Yes it is built in. What code are you trying?
Forum: WampServer English
15 years ago
c2dan
You cannot use php5.2.x extensions with PHP5.3. They are not compatible. php_mcrypt is now built into PHP5.3. Remove this line from your php.ini extension=php_mcrypt.dll delete the file(s) you moved to C:/Windows. This can cause more problems.
Forum: WampServer English
15 years ago
c2dan
What is AWB?
Forum: WampServer English
15 years ago
c2dan
Out of the box wamp does not need to be configured. However to host multiple sites you need to configure Apache and setup virtual hosts
Forum: WampServer English
15 years ago
c2dan
Yes it supports Win2000 all the way up Win7
Forum: WampServer English
15 years ago
c2dan
What color is the wamp tray icon. Look for an icon that looks like a small speedometer. it should fully white. Red/yellow means there is a problem.
Forum: WampServer English
15 years ago
c2dan
It appears you have something installed on your computer that is interfering with WAMP. The most common apps to interfere are IIS (Internet Information Service) and Skype. You should disable these before using WAMP. Also can you post what color WAMP tray icon is?
Forum: WampServer English
15 years ago
c2dan
Is wamp running? What color is wamp tray icon? If its red/yellow it means there is a problem. White indicates everything is running fine.
Forum: WampServer English
15 years ago
c2dan
What are the errors you say you're getting. It doesnt matter what build of Win7 you use. I use 7100 and WAMP runs fine.
Forum: WampServer English
15 years ago
c2dan
WAMP automatically handles the php.ini for you. The php.ini php reads is located in the Apache bin directory.
Forum: WampServer English
15 years ago
c2dan
Have you installed Apache separately before? This is Apache's default page when going to What color is wamp tray icon? it should be white. if its not something is wrong.
Forum: WampServer English
15 years ago
c2dan
WAMP does not come with FTP. Just place your files in C:/wamp/www folder. As for your script first go to phpmyadmin. In the Create A Database field type in the name of the database you want limesurvey to use, for example just type in limesurvey or limesurvey_db or whatever you want to call your database. Now go to install limesurvey. When it asks for your database details these are what you
Forum: WampServer English
15 years ago
c2dan
Superglobal variables such as _post and _get need to be in capitals $_POST['proid'] $_GET['proid']
Forum: WampServer English
15 years ago
c2dan
When you go to do you see the WAMP index? If you do wamp is running fine Make sure you're saving your files in C:/WAMP/www
Forum: WampServer English
15 years ago
c2dan
What is the fatal error? Have you made sure Sqlite is enabled?
Forum: WampServer English
Pages: PreviousFirst...7891011...LastNext
Current Page: 9 of 13