wamp

running 8mb of sql code in wamp?

i have about 8mb of sql code i need to run. it looks like this: /* MySQL Data Transfer Source Host: 10.0.0.5 Source Database: jnetdata Target Host: 10.0.0.5 Target Database: jnetdata Date: 5/26/2009 12:27:33 PM */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for chavrusas -- ---------------------------- ...

PHP mail function not working

hello, I have written a basic script for the mail functionality. I am trying to run this script through WAMP server. <?php phpinfo(); $to = "[email protected]"; $subject = "Test mail"; $message = "Hello! This is a simple email message."; $from = "[email protected]"; $headers = "From: $from"; $res= mail($to,$subject,$message,$headers); echo " ...

Can I setup a WAMP Virtual Machine on my guest OS that uses files from my Windows host?

I'm on a desktop PC, so I dont need Apache, MYSQL, PHP to run all the time on my main PC. Also I have all the good tools (adobe cs4, etc) on my XP box and they wont run on my Win2000 VM Guest, plus they would require another license even if they did. I'm not sure if its worth the trouble but figured I'd ask before I try to figure out how...

Wamp phpMyAdmin password issue

Hi, I'm new to working with web servers and need some assistance. I have downloaded the most recent Wamp server and did a bit of database design and querying, but there ws always a warning at the bottom of the admin page about setting up a password. I tried doing this for the root user, but ended up doing something wrong and I no longe...

How do I setup Zend Framwork with WAMP?

Hi, I read that to include the Zend framework, I must include this on the include path in php.ini. But I have a doubt. Where do I find the php.ini file in my WAMP with php 5.3.0? Please help me because I am new to this topic and also to PHP... Thanks in advance. ...

Solr - Error when posting an "Add" to the server.

I'm Posting the following to the Solr Server: <add> <doc> <field name="uniqueid">5453543</field> <field name="modifieddate">2008-12-03T15:49:00Z</field> <field name="title">My Record</field> <field name="description">Descirption Details </field> <field name="startdate">2009-01-21T15:26:05.680Z</field> ...

Multiple-domains on WAMP localhost

If you're reading my question, thanks, I appreciate your help I'm using Wamp on Windows Vista. I've created 2 project folders: www/project1/ www/project2/ My virtual hosts file looks like this: NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot "C:/wamp/www/project1/" ServerName project1.com </VirtualHost> <VirtualHo...

Apache mod_rewrite issue with WAMP - shows Error 404 Not found - Joomla 1.5.14 with SEF URL

Hi, I am newbie to Joomla and WAMP environiment. I am using WAMP environment: Win Srv 2003 R2 (Std Ed) with SP2 and all recent updates Apache 2.2.9 PHP 5.2.6 Joomla 1.5.14 I want to enable mod_rewrite with Joomla SEF URL but it is not working together. If I set 'SEF URLs' and 'Add suffix to URLs' as Yes it works. Result: /index.p...

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...

Problem with PHP and mail() on Windows

I'm currently trying to debug an Elgg-based website (I didn't develop it) and I would like to send the emails directly from local development machine (WinXP). I'm running WAMP with Apache 2.2.11 and PHP 5.3.0 After some searching, the simplest solution that I've come across is using fake sendmail to forward it to my GMail/Google apps ac...

How did wamp server install phpmyadmin?

It's very strange because phpmyadmin is not in document root, but still can visit it by:http://localhost/phpmyadmin. ...

Why are there no longer Windows binaries for PECL extensions like pecl_http?

I'm working on a PHP project running on Windows and it would be so very handy to be able to use pecl_http rather than working with cURL and re-inventing the wheel in order to do all the cool stuff the pecl extenwion does like parsing headers and so forth. Everywhere I read (including the PHP site) is that the Windows binary for pecl_htt...

PHP + LibPuzzle on Windows?

Hey all, I've been messing around with this awesome library on my *nix box, but would like to use this on my Windows test machine. Does anyone have any experience in getting this to work on a WAMP stack? Can't seem to find any obvious answers on the source site: http://libpuzzle.pureftpd.org/project/libpuzzle I'm playing around with t...

How to install wamp server and zend platform without conflict?

I first installed wamp server and everything works fine, but after install zend platform,things go wrong. Anyone has the right steps to avoid this? ...

How do I set environment variables in WAMP

Hello, I am trying to get an environment variable to show up in $_ENV in my codeigniter app. How do i do this? ...

php_uploadprogress wamp refresh information

Hi! Did anyone used php_uploadprogress extension for wamp? When i try to use it with jquery, only the fist is relevant, and all other request show an not-updated information. The configuration is the fallowing: uploadprogress.file.filename__template=C:\wamp\tmp\upload_progress_%s.txt uploadprogress.get_contents=0 uploadprogres...

PHP APC multiple upload does not work

Hi! I tried to use PHP APC to upload files on wamp, windows2003. But when 2 or more uploads are working at the same time, only one upload is working. It seams that I'm not the only one experiencing this error: http://pecl.php.net/bugs/bug.php?id=13719 Can anyone tell how can I fix this problem? Thanks in advance! ...

What development environment for PHP + MySQL would you suggest

I am setting up web application development environment on my localhost. I am used to use WAMP server but I noticed Zend Server which looks promising. I am developing both Zend Framework and non framework applications. Which of these two would you suggest? Is there another option? ...

Apache httpd error and crash

I have a WAMP 2.0 server installed on Win XP . Apache version : 2.2.11 PHP Version : 5.3 MySQL : 5.1.36 I have about 11 tables in the mysql . Each run of my web application (HTML/Jquery/PHP/MySQL) fills about 100 rows in 2 of the tables.(One of the table has 2 Long blob columns where data of size upto 20MB is uploaded, I have changed...

Eclipse to play nice wtih SVN version control and WAMP development environment

I've been using a WAMP stack for a while now and have my projects organized in this way wamp/www/project1 wamp/www/project2 wamp/www/project3 etc. Now I started to use Eclipse for PHP and have a workspace that's located in my C drive at C:/my_eclipse_workspace When I create new project in eclipse, a folder gets created for it at ...