wamp

zend framework - view not rendering

Hi My zend framework render function returns: Warning: include(C:\wamp\www\cms\application\modules\default\views\scripts) [function.include]: failed to open stream: Permission denied... It's being called in a postDispatch function on the controller, but that doesn't matter as no matter where i put it, it fails. Any ideas? My view an...

Using WAMP's MySQL with Cygwin Ruby on Rails

I'm trying to install a Rails app on a Cygwin Rails + WAMP MySQL setup, but rake trows an error : Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Of course, it's trying to connect to MySQL trought a Cygwin socket, and since there's no MySQL server running on Cygwin, it fails. How do I get Rails to connect to ...

How to remove my corrupted mysql from wamp and connect separatly installed mysql to wamp?

How to remove my corrupted mysql from wamp and connect separatly installed mysql to wamp? If any body know please help me. ...

What WAMP server is the best?

What WAMP server is the best? ...

session_set_save_handler wamp crash

Hi, I am trying to use session_set_save_handler to allow me to save sessions within a mySQL database using the code below. Everytime I try to load the page I recieve an Application Error regarding the httpd.exe, as demonstrated by the image below. http://i48.tinypic.com/2i9l2ip.jpg if I remove the following line the page works fine. ...

Problems loading xdebug in wampserver2.0

I have an issue loading xdebug in apache server. Here are my settings: Apache 2.2.11 MySQL 5.1.36 PHP 5.2.0 Windows 7 Wampserver 2.0 php -i and php -m show that the xdebug module php_xdebug-2.1.0RC1-5.2-vc6.dll is installed. However phpinfo() does not show that xdebug is installed. I have tried starting apache as a service, throu...

WAMP Virtual Hosts Not Working

Hi guys, please help me, I am pulling my hair out. I cannot get Virtual Hosts to work with WAMP. I have uncommented out this line: # Virtual hosts Include conf/extra/httpd-vhosts.conf This is my httpd-vhosts.conf file: # # Virtual Hosts # # If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHos...

PHP: Executing Command Line Application That Prompts Users

I have a command line application I need to execute from my PHP web application. Say the command is the following: foo -arg1 -arg2 -arg3 Based on certain conditions, the command line application will prompt user to hit the enter key (e.g. "Please press enter to continue."). From my PHP application, how do I execute the command line A...

include .html in a .html

Hello, I used the script <!--#include virtual="dontate.html" --> to include a .html file into another .html file, but for some reason does not show up. Any reason as to why? I will be using WAMP and LAMP. Thanks Jean ...

.htaccess cant pass variables to rewrited page on WAMP

I was coding few php pages to display customer quotations, on rep.php, user can click view details button (POST quoteID as the variable to quotedetails.php?quoteID=Q123456) to view the detailed info about a particular quote. Then I use .htaccess to make all php pages to html extention and rewrited url from 'quotedetails.php?quoteID=Q12...

Security running a private live WAMP server including SVN

I have installed the latest WAMP server from http://www.wampserver.com/ on a VPS Windows 2003 machine for development purposes between a team of programmers that are geographically distributed around the world. We have also installed the CollabNet SVN server that is working over HTTP. I am concerned about security - even though this is...

Wamp 5.1 and wamp 5.3 on same machine?

Hello, I want to install wamp 5.1 and wamp 5.3 on same machine. My operating system is Windows XP. I have initially wamp 5.3. So, i installed wamp5.1. But, I am unable to find wamp 5.3. How can i install both version versions? ...

license key for our WAMP server

Hi, We have a WAMP server. We have to deliver it to the client and ensure that only one instance of the server can be used. We are looking for a simple protection(since any scheme can be broken). Basically, we want to limit the number of server installs to 1. Please let me know a solution that can be implemented in a short time. Thanks...

Installing Zend Debugger on Wamp/Windows Vista

I'm trying to make Zend Debugger run on my Wamp server on Windows Vista. Here are steps, which I folowed: Download ZendDebugger-5.2.15-cygwin_nt-i386.zip from http://downloads.zend.com/pdt/server-debugger/ Copy \ZendDebugger-5.2.15RC1-cygwin_nt-i386\5_2_x_nts_comp\ZendDebugger.dll to c:\wamp\bin\php\php5.3.0\ext\ZendDebugger.dll Edit ...

Integrating Ruby on Windows WAMP server so I can run Ruby and PHP at same time?

I've been searching on this but haven't found anything decisive so far.. I already have a windows WAMP server up and running and am using it for my PHP apps, I want to be able to run some small ruby scripts (to interact with a library that is not available in PHP), I don't even need Rails at this point, I just want to run ruby scripts an...

Making pretty permalinks work in WAMP

I am not able to switch to pretty permalinks in WAMP. Changing to any form other than default gives 404 error. I have switched on the rewrite_module in Apache. I googled the problem and found that following changes should be made to httpd.conf file. My httpd.conf file stands as <Directory /> Options Indexes FollowSymLinks AllowO...

How can i protect my server from multiple queries on port 80?

Hello guys, i have a very simple server running WAMP on a windows machine, with a php code who is a simple API for my clients that returns an XML. The things is that the hardware is very modest, and if a user calls the link to the API and hits F5 many times (calls the link repeatedly) the server performance goes down a little (response t...

hi mapi installation

Hi , I downloaded the mapi folder from zarafa site , Am working on the Z-PUSH open source , To RUN Z-Push Mapi extension is required , So i downloaded from zarafa site, Tell me now, where i paste the mapi folder , But i configure.php , they are mention path like /usr/share/php/mapi But i dont have any path like this , My pres...

How to create a simple CMS with PHP?

I want to create a simple CMS with PHP and MySql, I use wamp as a server. Currently I just want it on my localhost. What I want is to have a front page, where are normal posts like on wordpress, just simple posts, currently I don't want comments maybe later if it works cool :). And a very simple admin panel where I can manage the posts...

How to test a cron job in Local Server like WAMP?

How to test a cron job in Local Server like WAMP? ...