wampserver

Can WampServer be used sucessfully in production?

See title. Is this a bad idea? So everyone knows, and I don't see how this mattered, we've paid for a windows dedicated box and we have existing IIS apps. We just wanted to use a PHP based CMS which installs easier on apache (since it has some dependencies). So, as the title indicated, windows, apache, php, and mysql are requirements. ...

Wampserver problem: Undefined variable: mywampfp

Can't get Wampserver running. Just installed it but get the following in php_error.log: [28-Jan-2009 10:13:17] PHP Notice: Undefined variable: mywampfp in C:\wamp\scripts\refresh.php on line 252 [28-Jan-2009 10:13:17] PHP Notice: Undefined variable: i in C:\wamp\scripts\refresh.php on line 252 Anyone know what's wrong? Thanks! ...

Putting a password to a user in PhpMyAdmin in Wamp

How do you change the password for the root user in phpMyAdmin on WAMP server? because I'm locked out of phpMyAdmin, after changing the password incorrectly. ...

Wampserver Error

Ok http://localhost/ won't load now. Recently I installed skype and am aware of the skype port conflict error. I have removed 'use port 80 and 443 as alternatives for incoming connections' from options and still no luck. I have also uninstalled skype, reinstalled it and restarted my machine several times to no avail. Also, I just tried t...

Wamp PHP CLI

I'm running wampserver and can't seem to use php files in the CLI. Supposedly there are two modes of running php, CGI and CLI. I can't figure out how to enable CLI since I don't see php-cli.exe in /wamp/bin/php/php5.2.6. When I try and execute php scripts they wont run. Does anyone know how to get the CLI running php scripts using wam...

webserver crash with exec in php

i am try to convert some file with exec in php and get the return . i do this and this is work so successfully but if i run it for more than 10 times, the webserver (wampserver) get crash and i must restart server to continue ? please let me know what is the problem if you know . System : wampserver version 2.0 on windows xp and 2003 se...

how to re-write my url with mod_rewrite on apache?

I purchased a domain: josecvega.com Whenever someone tries to access http://www.josecvega.com it forwards them to my web-server. I have turned ON the mask, so when you initially reach my web-server of IP, 68.42.56.13, it still shows http://www.josecvega.com, but when you click on a link that takes you to another location on my web serv...

How do I install/use the phpize command?

I am intending to use SQLite 3 with PHP 5. I found this: http://packages.debian.org/etch/web/php5-sqlite3 but I am having problems with installation: unzip & untar the package run "phpize" run "./configure --with-sqlite3=/path/to/your/sqlite3/install make && make install (optionally) copy DB/sqlite3.php to /path/to/php/lib/php/DB/sqlit...

PHP exec() fails

I'm running wampserver and php5. exec() works when I run the script through the command-line, but when I try to run it through the server, it fails. I looked at all the error logs, there were none. I redirected stderr to stdout, there was still no output when I run it from the server. Any suggestions ? EDIT: I should have mentioned ...

How to install FFMpeg in WampServer 2.0 (Windows XP)

I need to install the ffmpeg PHP extension on my localhost so I can test few of my scripts but I am having troubles figuring out how to do that. I have WampServer 2.0 with PHP 5.2.9-2, my OS is Windows XP. Please somebody give me step by step instructions. I have found some Windows builds here: http://sourceforge.net/projects/ffmpeg-ph...

Unpredictable behavior due to different MySQL versions

I have installed different versions of PHP and MySQL on wampserver for testing purposes. However, phpMyAdmin gives a warning that: "Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.1.36. This may cause unpredictable behavior." Is this going to cause problems?? If yes, what should be done? I am not able to...

performance of my application using wampserver

I have developed an application using php, mysql and xajax. I always used to test on a setup of which I had installed all applications seperately (apache, php and mysql) and my application was fast (by this I mean that the responsetime of useraction were very low). I recently removed apache, php and mysql and installed wampserver. From ...

wamp server is not working

i have downloaded some files which have .php extension.Then i installed wamp server on my pc. but couldnot be able to view those files.i have also turned off the IIS from the add/remove windows program.still i am not able to view the pages. ...

htaccess problem.

I am not able to get URL redirection to work. It appears to be a problem with my .htaccess file. I am using WampServer. Following is the code in .htaccess: RewriteEngine on RewriteRule ^contactus index.php?file=c-contactus ...

Help Configuring VirtualPC 2007 on Vista Host with XP VM to access Vista WAMP Server

I have a Vista laptop on which I'm running wampserver. I have Virtual PC 2007 setup with Windows XP running on the VM. My goal is to be able to use the XP VM to run IE6 to view web pages on the Vista wampserver. I'm not interested in having the XP VM have any access to the internet -- only to my Vista wampserver. The vista wampserver ...

MySql service nor working in WAMP

I have installed WAMP server in my PC.When i installed all services are worked properly.On next day i started WAMP mysql service alone not working.I tried all the possibilities,the icon like half yellow and half white.i reinstalled the WAMP the mysql is working fine on that day only next day it wont work.Please help me... Mysql latest ...

wamp server :How to deploy jsp application

I am newly started using WAMP server. I am unable to deploy my java application on it. only Html pages run. Please help with directory structure and where to keep jsp, java, .class ,war,xml files. JSP code is shown on html page when i click link for jsp. ...

mysqldump and wamp

Update: Finally got this thing working but still not sure what the problem was. I am using a wamp server that I access through a networked folder. The problem that still exists is that to execute the mysqldump I have to access the php file from the actual machine that is being used to host the WAMP server. End of update I am running a...

Debug PHP and Control Flow?

I am an autodidact so dont know much about conventional web development however, I have wrote a complete social networking website yet I dont know how to debug. My website has some problems and I need to learn debuggin things around/ First of all I need instructions how to install Xdebug on WAMP (since I use phpDesigner). I tried a lot ...

wamp server php

i have a problem. i am using wamp server on vista machine and i am trying to do my first steps in php programming. my problem is that my php include function dosn't work and i don't know what is the problem!!!! my code run on other servers in my work but do not run in wamp!!!! ...