wamp

Unable to access MySQL from MyPHPAdmin after setting root password in EasyPHP{WAMP}

Am a new starter with WAMP and trying to play around my way using the EasyPHP setup. After successful setup on intial launch of MySQL, the page prompted me to set up ROOT password for security reasons. On setting the password, am no longer able to access MySQL. The error is : Error MySQL said: Documentation 1045 - Access denied for us...

WAMP phpundercontrol installation guide / tutorial

Our team just thinking to start using php unit test for our problem. I not able to find a complete tutorial or installation which is install phpundercontrol in WAMP environment, I have no any experience about php unit test, but we know we need it. Our goal is everyday we would like to build the project, so we know where is the bug happ...

Buddypress on local server install has issues

I have buddypress working nicely on a server, however I can't display the 'members' page or any individual profile page on a local webserver install I have made. If I try and visit /members/ I just get redirected back to the main buddypress page. I also just noticed online members never shows whose online and the link to the default bl...

mysql_connect() causes page to not display (WAMP)

I currently have a website running MySQL and PHP in which this is all working. I've tried installing WAMPServer to be able to work on the site on my own computer, but I have been having issues trying to get the site to work correctly. HTML and PHP files work correctly (by going to http://localhost/index.php, etc.). But some of the p...

Is it possible to have WAMP run httpd.exe as user [myself] instead of local SYSTEM?

Hello! I run a django application over apache with mod_wsgi, using WAMP. A certain URL allows me to stream the content of image files, the paths of which are stored in database. The files can be located whether on local machine or under network drive (\my\network\folder). With the development server (manage.py runserver), I have no t...

Accessing Virtual Host from outside LAN

I'm setting up a web development platform that makes things as easy as possible to write and test all code on my local machine, and sync this with my web server. I setup several virtual hosts so that I can access my projects by typing in "project" instead of "localhost/project" as the URL. I also want to set this up so that I can acces...

PHP startup warning - sqlanywhere module

After a successful install of wamp server, I installed the sqlanywhere module(php-5.3.0_sqlanywhere.dll), and added it to the php.ini file as an extension. Problem is, after startup, the Wamp server throws the following error. PHP Startup: sqlanywhere: Unable to initialize module Module compiled with build ID=API20090626, TS,VC9...

How to set the env variable for PHP ?

I am using WAMP. I want to use php from the command prompt. What is the entry in PATH env variable for this ? ...

Problems in installation of Joomla

Hi there everyone im a newbie so can anyone of u help me solve this problem im having in the installation of joomla when im clicking joomla folder for installing it is giving the message: Unable to open WampServer's config file, please change path in index.php file so plz help me to solve this issue coz index.php is in some different lan...

Problems in installation of magento on wamp

Hello guys can anyone help me with the issue im having with installation of magento. my problem is that i have downloaded the magento on wamp and during my installation i got the error and the msg it si giving is FATAL ERROR : Maximum execution time of 60 sec exceeded in c:\wamp\www\magento\lib\varien\db\adapter\pdo\mysql.php on line 27...

Joomla template parameters and params.ini - file becomes unwritable after save.

I am using wamp on Win XP SP3 and creating a Joomla template with changeable parameters. initially the message is The parameter file \templates\ssc_2010\params.ini is writable! once I make changes everything works as expected, except now i get the message: The parameter file \templates\ssc_2010\params.ini is unwritable! ...

Test FTP locally with WAMP 2.0?

I have WAMP 2.0 installed and am working on a content management system using PHP and MySQL. Is it possible to use the PHP FTP functions on my local machine, so I can test them? Thanks! Mike ...

PHP get "Application Root" in Xampp on Windows correctly

Hi all: I found this thread on StackOverflow about how to get the "Application Root" from inside my web app. However, most of the approaches suggested in that thread can hardly be applied to my Xampp on Windows. Say, I've got a "common.php" which stays inside my web app's app directory: / /app/common.php /protected/index.php In my ...

Flex Builder 4, ZendAMF and Data Services - Error?

I'm trying to set up my Flex Builder 4 dev environment, up to and including PHP and the ZendFramework on a WAMP stack on my hard drive. Everything goes swimmingly until I try to set up a data service. I point it to the php class file, it populates the various fields in the form so I know it understood it, and I press next. After a littl...

What's the easiest way to add Java servlets to a WAMP configured machine?

I have WAMP installed on my local machine and am looking to serve up charts using jFree's Eastwood charting, which requires me to use servlets. So basically I will insert images with src tags that have URLs pointing to my servlet on the same machine. What's the easiest way to enable servlets on the same machine? Do I need to install a s...

How to read information from .3gp and .mp4 using ffmpeg-php?

I have a bit of a problem with ffmpeg-php. I'm trying to get some information from video files and it works pretty fine with file formats like .avi, .mpg or .flv but when I try to use .3gp or .mp4 in: $movie = new ffmpeg_movie('path/to/file/test.3gp'); I get error like this : ffmpeg_movie::__construct() []: ISO: File Type Major Bra...

Eclipse - Webserver autorun

I'd like to set some autorun task to Eclipse, or simply set the command with path, how to run my Apache while starting Eclipse. My point is, that I don't want webserver (Apache) to be running after OS start, because it's useless load for my laptop. I usually want webserver use when I start Eclipse, so I think there could be an option, w...

Breakpoint doesn't work if I press Resume when debugging osCommerce with xdebug in pdt?

Is this another bug of xdebug? I've already installed the latest version of xdebug for PHP 5.3 yesterday. Introduction of osCommerce is here. Here is the problem description: When I press Resume,the page is directly shown,though there are breakpoints there. Anyone met this problem? ...

Quickest way to run a linux dev-environment inside windows

Hi everyone, I get more and more trouble from running WAMP on my XP computer to solve my local development needs. It feels like as more and more things just go wrong or could not be installed at all to a Windows version of PHP. I have been looking for an alternative and found AndLinux plus this link. Would it be a good idea to get an...

How do I tell Django to use MySql from a WAMP install?

I've had Django running with Sqlite for a while. I then installed WAMP, and I now want to get ready for a production run, and would like to switch to MySql. Is there a straightforward way of telling it about the MySql instance that is running with WAMP? ...