wamp

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

Socket support using wamp in windows 7

Hi, I'm running windows 7 and using WAMP for my local development. Now I Installed Cultbooking (sourceforge.net/projects/cultbooking/) in my wamp and can't finish my installation because it says sock "Socket support - Socket not supported". I don't know how I can enable my socket. I'm new to web development. This is what I did, I downl...

Php <? tags on WAMP

Hi, I just installed WAMP, and I can't get my <? to work. Is there a module I need to enable? Thanks. ...

Cannot iterate through object in Ubuntu PHP 5.2.10-2 Works on PHP 5.2.10?

With this code I am iterating through an object. Works: Windows with WAMP and PHP 5.2.9 Linux web server with PHP 5.2.10 It is not working on my desktop: Ubuntu 9.10 with PHP 5.2.10-2 from the repo's $incomingData = json_decode($_POST['data']); foreach($incomingData as $key => $action) { } Invalid argument supplied for ...

#2006 MySQL Server has gone away error in Wamp

Hello, Im using Wampserver version 2.0 . When i try to import a sql file, either through MySQL Query Browser or PHPMyAdmin,i get the following error. Error 2006: MySQL Server has gone away. The size of the file is 54,528 KB. In C:\wamp\bin\mysql\mysql5.1.30\my.ini , i set the max_allowed_packet to 100M in [mysqldump] and [wampmysqld...

Problem with WAMP server and Drupal on eeePC

Hello I just installed WAMP on my new eeePC and I am trying to install Drupal, I unzipped the drupal file in the www directory and went to localhost/drupal-x.xx I get the following error for a couple hundred lines : Deprecated: Function ereg() is deprecated in C:\wamp\www\drupal-6.15\includes\file.inc on line 902 then the regular dru...

Why does this code work on PHP Version 5.2.10 and not on PHP Version 5.2.10-2?

With this code I am iterating trough an object. Why is this working on my WAMP box with PHP 5.2.10 and isn't it on my Ubuntu 9.10 installation with PHP 5.2.10-2 from the repo's? $incomingData = json_decode($_POST['data']); foreach($incomingData as $key => $action) { } Invalid argument supplied for foreach() ...

How to install Ruby on Rails alongside WampServer ?

Is is possible to install Ruby on Rails alongside WampServer (and keep WampServer's Apache/MySQL installs)? ...

WAMP equivalent for JSP

I already have WAMP server installed in my system which makes life much easier :-). So can anyone tell me what is the WAMP server equivalent for JSP? ...

SVN directories not showing up in localhost when using WAMP

Hi: I recently installed WAMP for actual local use. I've worked on live development servers but now am working on localhost. I've managed to get multiple virtual hosts setup on my WAMP/Vista 64-bit box but am having difficulty with directories pulled from SVN. I have four vhosts setup. Two work well and they are not tied to any SVN just...

How to restore MySQL database from WAMP?

Last month I had to reinstall Windows and I've moved the WAMP folder to another partition. Now I've installed WAMP again but I need the old database. How can I take the old MySQL database from the saved WAMP folder on the safe partion? In the wamp/bin/mysql/../data/ I have my old databases. If I copy the database folder only, in phpMyA...

what are the Advantages and disadvantages of running php on windows

the linux environment is natural to php, what are the Advantages and disadvantages with run php on windows ? Are there some limits in windows ? what is the best (lamp/wamp) in term of performance ? thanks ...

Xampp / Wamp / Whatever it is, Apache is running super slow...

I've got my windows pc (localhost) running xampp, it loads the pages sometimes really quick or sometimes really slow... So I figured and searched and was recommended to get wamp. So I got that and installed it, still... the pages load so damn slowly. No heavy cpu load or anything, all my ports are open too. Any ideas? ...

wamp - notice undefined offset

How to turn of displaying this error in wamp: notice undefined offset Turn of only error like that, not all errors- tnx ...

Xdebug issue with Eclipse PHP

Hi! I am currently trying to setup Xdebug on an XP computer with Eclipse PHP installed. I am using WAMP and I'll think I have done everything by the book (as intended by several tutorials online), but when I'll try to execute the Debugging and start the session, nothing happens, which also is notified by Eclipse. Another tab is opened w...

WAMP + Pear installation issue

Hi guys, I am trying to install PEAR in my WAMP-server. The go-pear.bat is running as intended, but when it comes to changing the directories, it all goes wrong. I have followed this guide: http://phphints.wordpress.com/2008/08/26/installing-pear-package-manager-on-wamp/ The 9th line of configuration, Public Web Files directory, will n...

Pear error messages with PHP5.3.0

Hi! The shit really hits the fan when i Open up a newly installed PEAR package on a WAMP server. Here's the error messages. What can i do? Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\PEAR\PEAR\Config.php on line 650 Deprecated: Assigning the return value of new by reference is deprecated i...

cakephp & httpd.conf issues on windows based apache server (wamp)

So, i was wondering if some one could clarify following occurrence and maybe suggest how I could tackle this. sorry for the weird coloring of the code Let me explain the set up first. I have wamp server installed and it is located physically on one hd and then my development files are located on separate hd. So i have added alias to ac...

PHP Wamp is not finding a file which exists

I'm having a critical issue where my WAMP installation for PHP 5.3.0 is not finding a file which exists within my computer. Does anyone know anything about this? Possibly a PHP Bug? Any help would be much appreciated. Here is the variable which creates the file: $baseNewsUrl = "C:/reviews/reviews/$platform/$fullname"; And here is th...

creating alias in wamp

I have wamp site on port 81 ( i use IIS alot which is on port 80) Currently my site is http://localhost:81/MySite/ "C:\wamp\www\MySite" How can i set up "MySite" profiles so that is "MySite" is the root. ie "/css/style.css" works. When i use the wizard in wamp to create alias directory i get the following error "Directory does not e...