Specific release of the WAMP stack for Windows.
1
vote
4answers
1k views
wampserver 2 - displays as online but not working
I am trying to work with php on wampserver 2. When I go to turn the wampserver on, the color of the icon will only go from red to orange (it is supposed to go from red->orange->green). I can never ...
0
votes
1answer
234 views
External URL with mod_rewrite and mod_proxy in WAMP
I am using WAMP on my local server, I am trying to redirect a local directory to an external domain name, for example:
http://myhost.dev/directory should redirect to http://www.google.com
However, I ...
0
votes
1answer
146 views
upload files with special characters onto mediawiki on wampserver
I try to upload a file onto my locale mediawiki on WAMP Server with Special Characters in the name (for example ö,ü,ä), but I only get this error message:
This wiki does not support filenames with ...
1
vote
1answer
254 views
Unable to develop site locally :-( [closed]
I want to develop a site to work on an Apache server with a MySQL DB; using phpmyadmin.
I have IIS7 installed on my machine - I attempted to remove it through Windows 7 variety of add/remove programs ...
0
votes
1answer
175 views
WAMP database accessible on 2 computers
I have a WAMP server running on my laptop and I want its database to be accessible from another laptop.
I have a VB 6.0 application which is using WAMP server (PHP_MYSQL database) and I want to let ...
0
votes
1answer
198 views
wamp server not woking after installing svn module to Apache
i Installed wamp server with Apache 2.0.63 and Php 5.2.9 and mysql 5.1.33 versions. my svn servser is usvn. wamp full-fill requrement of usvn. as its Wiki say to me, i installed all module except ...
1
vote
3answers
555 views
Wamp failure to start/ orange icon
I just installed Wamp servers and i have a problem. The icon stays orange.
So far, i checked port 80, hosts in windows/system32/drivers/etc/, httpd.conf, and the apache modules that are needed.
Any ...
0
votes
0answers
216 views
http.conf setup to simplify using 'localhost:81' [closed]
I'm installing portable wampserver within my dropbox folder so I can access anywhere. I have this achieved and accessible using http://locahost:81
I want to access it by using a different address ...
0
votes
2answers
953 views
Create an Alias Directory inside a Virtual Host
I checked here, here, here, here, and here before asking this question. I guess my search skills are weak.
I am using the WampServer version 2.2e. I have a need like, I need a virtual path inside a ...
3
votes
1answer
167 views
Retrieving database record to use in PHP code
I am making code for a studio reservation where customers can reserve for how many hours in a day... for example, a customer inputs
Date: October 17, 2011
Time In: 10:30:00 am
Time out: 11:30:00 am
...
0
votes
1answer
487 views
Node.js accessing WampServer MySQL databases
I'm really new to node.js and MySQL, and when I try to learn both at once... let's just say I need some help. ;)
I want to use the node-mysql module to dynamically edit a database via node.js. All ...
0
votes
1answer
1k views
Mcrypt PHP - Module Initialization Failed
How to install the mcrypt modules on PHP?
I need to install the mcrypt extension on WAMPServer so that I can use IDEA encryption on passwords. I can't use any other type of encryption, because the ...
0
votes
0answers
192 views
Wampserver Apache not loading on local computer
Recently I upgraded Wampserver to the latest version, and for some reason it wont load the Apache service. When I try to test port 80 it says that nothing is being used with port 80. I checked my ...
0
votes
0answers
235 views
WAMP “connection refused” HTTP 301 wordpress site
I am using a wampserver on localhost to work on websites that I am hosting for test pourposes etc.. Usually when I copy a wordpress site to my development pc all I have to do is copy the files to my ...
0
votes
1answer
80 views
Changing Heroku folder when creating app in Eclipse
So I'm new to Heroku and I have a little problem. I use WAMPP to test my webapp in my local machine and as you know the project MUST be in the www folder. When I create an Heroku app in Eclipse it ...
1
vote
3answers
2k views
I can't access to phpmyadmin on wampserver
A question about wamp server. I just installed it on my computer and when I want to use phpmyadmin, I have this message:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
I ...
0
votes
1answer
184 views
Why i get this message when i try to open phpMyAdmin in Wamp2.0 “You don't have permission to access /phpmyadmin/ on this server.”
i already read some post and solution that i read. They said i need to edit my c:\wamp\alias\phpmyadmin.conf..
i try many solution like :
1. <Directory "c:/wamp/apps/phpmyadmin3.4.5/">
...
0
votes
1answer
88 views
wampserver reinstall [closed]
After copying the file which has my database tables in it, I format my pc. I reinstall wampserver on my pc and paste the database file in wamp/bin/mysql/mysql5.5.24/data location but when I open ...
0
votes
0answers
154 views
wamp server 2.2 and zend framework 2.02 loading error
I keep getting an error: "The connection to VirtualHostName was interrupted." in my local machine running wamp 2.2. This only happens with zend framework 2 applications. Any regular http request seems ...
1
vote
0answers
705 views
Wamp, External IP, Forbidden
For start i am using windows 7 Ultimate Sp1 x64,
The problem: cant access my wamp server through the my external IP,
Until today i was using:
WAMPSERVER (64 BITS & PHP 5.4) 2.2E
Apache ...
0
votes
1answer
187 views
Remove in between folder structure from the url in a php website
I have a php website having following folder structure (basic structure).
project_name
app
controller
model
view
css
js
img
index.php
So when I view index.php in WAMP the url is ...
0
votes
0answers
186 views
Warning: Illegal string offset in wamp
I have a wordpress theme in which I have used meta options field for my custom post types. My problem is that this theme working really fine on my hosted server, but when I downloaded the same theme ...
0
votes
2answers
105 views
website is still in localhost
I upload my website to the server and I changed the website url and home from localhost to mysite url. But it still is in localhost if I turned off wampserver it won't show the website. Just show me ...
0
votes
1answer
255 views
How use mail() function on localhost
I want to use my site mail testing in wamp server but server port error display.
so please suggest how i use mail() function on my localhost server.
thanks.
0
votes
2answers
885 views
how to remove Fatal error: Call to undefined function curl_init()
I am having following error on using curlas extension
Fatal error: Call to undefined function curl_init() in C:\wamp\www***\index.php on line 15
I have following configuration
...
0
votes
2answers
238 views
WAMP Server shows errors when same script runs normally on Linux host
This is not the first time I feel WAMP Server is too sensitive on errors. It seems there should be some configurations to decrease it's sensitivity to PHP errors.
I have a script which is run normally ...
0
votes
1answer
469 views
Can't start WAMP and XAMPP server on Windows Vista with IIS 7
I had a problem starting WAMP and XAMPP on my PC running Windows Vista. Perhaps because I also program in Microsoft Visual Studio and use IIS 7, localhost (also used by WAMP and XAMP) was not ...
-3
votes
1answer
279 views
Not found: the requested URL /viewprofile.php was not found on this server [closed]
I have a problem in my site, I cannot view the viewprofile.php.
Here is my .htaccess file.
RewriteEngine on
RewriteRule (.*)-(.*).htm$ viewprofile.php?id=$1
RewriteRule (.*).htm$ ...
0
votes
1answer
2k views
WAMP error: forbidden, You don't have permission to access /url/ on this server
You don't have permission to access /DiveBay/'.http://localhost/DiveBay/placefeedback2.php.' on this server.
i just got thrown this error by my wampserver project. ive made about 20+ php ...
0
votes
1answer
181 views
Running BioPerl scripts in Wampserver
I am creating a page using wampserver on windows and work it locally. I want to access database Ensemble to obtain some useful info, such as a gene's sequence, and i'm running into the following ...
1
vote
2answers
202 views
Wamp Server and Python
Hi i have installed WAMP server(Mysql , apache ,php) and also installed "Python" separately.Now i am trying to connect to that database using python code .
This is my python code:
...
0
votes
2answers
132 views
How do I run a Ruby application on my local development machine
I have a Ruby web application that I would like to run/edit on my local development machine, I have followed various tutorials including this one:
...
0
votes
1answer
138 views
Wamp Error Log Watcher?
Like many others I use WAMP on my local machine to test my PHP code and regularly use trigger_error to pin down issues with my scripts. This works really well but the one thing that is a constant ...
0
votes
3answers
215 views
Unexpected behavior using try-catch statement when using odbc_exec in PHP
In an earlier question, I got the advice to use a try-catch statement on an odbc_connect call. Well, said and done, that's what I've tried to do.
The following code, which tries to connect to a ...
1
vote
1answer
202 views
How can I have tablet devices access a standalone laptop web server?
I need to demonstrate a new website but in an environment with uncertain internet access. The site would be browsed by onsite visitors using tablet devices. My thinking was to create a copy of the ...
0
votes
1answer
231 views
MySQL does not work on localhost without Local Area Connection
I use WampServer (Apache, PHP, MySQL) and have no problems when some kind of network adapter(wireless or lan) is connected (i.e. Local Area Connection has status connected) even if i am not connected ...
0
votes
1answer
217 views
WAMP apache httpd.config and hosts - how to alias localhost to port 8080?
Ok so I configured my apache installation on Windows 7 such that it listens on port 8080 by changing the respective entry in httpd.config.
I was too stupid to realize that now I have to access ...
0
votes
0answers
245 views
Multiple Virtual Sites with Wampserver
I've having a problem creating multiple virtual hosts, I've edit C:\wamp\alias\web.local to look like this:
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin webmaster@website1.local ...
12
votes
4answers
6k views
Call to undefined function curl_init() error in wamp 2.2
I am having below error when I try to implement google and facebook authentication in windows 7 using wamp server.
Fatal error: Call to undefined function curl_init() in
...
0
votes
2answers
153 views
xamp server to wamp server error
I changed a php project from XAMP to WAMP. when i try to test the forms in project i get an error.
The error is like this
Deprecated: Function ereg() is deprecated in ...
0
votes
1answer
899 views
Error with composer.phar installing Zend Framework Skeleton App
I have searched basically everywhere I could think of and can't find anyone with the particular problem I'm running into. I'm still back in the bronze age on XP x64, running WAMP. I can get through ...
1
vote
2answers
414 views
PHP echo `null` values
I recently ported from XAMPP, to the latest WAMP Version. All the codes from the previous server work fine, in particular, displaying Null values.
In XAMPP:
echo $a;
If $a is not yet declared, the ...
0
votes
0answers
76 views
error while running .php from android project
I am trying to connect to mysql db using PHP web service. This is the way I am forming the request
HttpClient httpclient = new DefaultHttpClient();
HttpGet httpget = new ...
0
votes
0answers
442 views
Wampserver Offline [closed]
I installed Wampserver in Windows 8. and changed the .conf files in the alias folder according to various answers I found online. But the localhost only loads in Chrome and Mozilla when I type ...
0
votes
1answer
3k views
Wamp server online but can't access either local host or phpmyadmin [closed]
So I have been at this for quite a while now and can't find a solution. Forgive me a quite new to this. I have installed Wamp server on my windows 7 machine (32 bits) but when I try to access ...
2
votes
2answers
7k views
Error Forbidden WampServer [closed]
I instaled wamp 64bit in my windows 8 ;
after install my icon was orange color
but , i click form service apache > install service \
and Apache is ok running (Changed Color to Green)
But
After ...
0
votes
0answers
139 views
Wamp server configuration
I have a problem. I have a wamp server wich i have installed wordpress on.
When I want to enable the plugin called facebook page publish i get an error when trying to connect
Facebook is not ...
0
votes
1answer
438 views
connecting wakanda to wamp server
I'm using wakanda as my IDE and I just started and found out that it has its own wakanda server, this IDE is so simple, easy after I tried sencha Extjs. One problem I was searching for and I couldn't ...
0
votes
0answers
51 views
Android Eclipse GPS get malls from WampServer database enquiries
The latitude, longitude and address are retrieved automatically from GPS. Thus, from the address, I need to get the nearby malls values into the spinner from WampServer database. How do I do that?
...
0
votes
2answers
440 views
Getting xDebug listed on WampServser Debug Menu
OK, been banging my head against the wall again for a few days. Trying to follow a suggestion from another answer on SO here: php file caching vs cache through htaccess . In trying to set up a local ...


