wamp

Installed DocBlox with Wamp and PEAR

时光怂恿深爱的人放手 提交于 2019-12-11 07:47:46
问题 I've been trying to get DocBlox working on windows. I'm running wamp server with PHP version 5.3.9. I've enabled XSL and its showing in phpinfo as well as if I run a test script, XSLTProcessor is available. I installed DocBlox from PEAR. It runs, however I get the error that the XSL writer was unable to find your XSLTprocessor. Any ideas? Thank you! 回答1: The error that you are receiving means that php does not recognize the xsl extension. Php has got a separate ini file for CLI and web; and I

Is it posible to use symfony 2.0 with WAMP server reliably?

橙三吉。 提交于 2019-12-11 07:39:19
问题 This is my setup: Windows XP SP2 WAMP 2.2 (php 5.3.9, apache 2.2.21, mysql 5.5.20) Symfony 2.0 I run into a problem which is basically this: Symfony-2.0 vendors Apache Everything seems to be fine: Running mysqltest.php connects OK to the database. localhost/web/config.php is OK (just recommends setting up intl and APC) "php app/bin doctrine:schema:create" creates the schema successfully. But, when I try to: "localhost/web/app.php" "localhost/web/app_dev.php" Apache crashes (windows popup

I have just written over my WAMP index.php! Anyone know how I can get another copy without re-installing WAMP

白昼怎懂夜的黑 提交于 2019-12-11 07:34:53
问题 I've just written over my WAMP index.php ! Anyone know how I can get another copy without re-installing WAMP 回答1: I tried pasting the code here but the text-length limit reached. So, take it from codepad here. 回答2: If you look at the wampserver files on SourceForge you may be able to find it, or a zip version of wampserver. http://sourceforge.net/projects/wampserver/files/ 回答3: This one worked for me: http://forums.phpfreaks.com/topic/234875-ive-lost-the-indexphp-for-wampserver-2/ The codepad

wamp php CLI has stopped working

安稳与你 提交于 2019-12-11 07:14:59
问题 I installed wamp server 2.2 with php 5.3.10 and apache 2.2.21 . But when I want to execute some symfony command the response from my Windows 7 Home Premium is: php -> CLI has stopped working 回答1: I had this error for a long time. It turned out I was on a slightly older version of Xdebug (php_xdebug-2.2.0-5.4-vc9.dll). I replaced that file with "php_xdebug-2.2.2-5.4-vc9.dll" and it magically started working immediately. I'm on wamp, and I updated both php.ini files (one is for cli, one for

Wamp setup - CFIDE - Coldfusion mapping is not working

回眸只為那壹抹淺笑 提交于 2019-12-11 06:52:56
问题 I have Coldfusion, the CF administrator and my test site all setup and working on my local machine using WAMP. The only thing that isn't working is the Coldfusion mappings. For instance if I have the following mapping in the CF admin: Logical Path Directory Path /cfscripts/ E:\wamp\www\CFIDE\scripts\ But when I try to access the path using my local test site http://dev.example.com/cfscripts/ the directory is not found. Can someone point out where I am going wrong here? It's probably something

Adobe AIR HTTP Connection Limit

╄→гoц情女王★ 提交于 2019-12-11 06:49:16
问题 I'm working on an Adobe AIR application which can upload files to a web server, which is running Apache and PHP. Several files can be uploaded at the same time and the application also calls the web server for various API requests. The problem I'm having is that if I start two file uploads, while they are in progress any other HTTP requests will time out, which is causing a problem for the application and from a user point of view. Are Adobe AIR applications limited to 2 HTTP connections, or

phpMyAdmin doesn't show table list for database that definitely has tables

*爱你&永不变心* 提交于 2019-12-11 04:19:43
问题 I have a website, written in php, using a MySQL database. After buying a new laptop (Windows 7), I downloaded WAMP 2.2, with MySQL 5.5.20, PHP 5.3.10 and phpMyAdmin 3.4.10.1. I exported the whole database from the live website and imported it into my wamp environment, using MySQL console. phpMyAdmin lists the database, but says there are no tables in it. Yet, the websites workss within the WAMP environment. Further, if I perform an SQL "SHOW TABLES" within phpMyAdmin, it displays the tables.

'angular' is undefined on IE10

人走茶凉 提交于 2019-12-11 03:03:41
问题 I have developed an AngularJs, RequireJs application with PHP as back-end and is hosted on WAMP server. Server machine name is "ICC-Server" and alias is "iccportal" and domain is "ip.bombay". When I access the portal with http://iccportal.ip.bombay on IE10 and Chrome it works well. But If I try to access the same portal without domain name ( http://iccportal) , I get following error. SCRIPT5009: 'angular' is undefined app.js, line 4 character 1 SCRIPT5009: 'angular' is undefined main.js, line

MSSQL error (saying not enabled when it is) using WAMP / PHP 5.3.4

十年热恋 提交于 2019-12-11 02:59:05
问题 I am getting an error: "Fatal error: Uncaught exception 'RuntimeException' with message 'The "mssql" extension is not loaded' in ..." Though it is enabled. In php.ini (PHP version 5.3.4) it is uncommented out (no ; ) before extension=php_mssql.dll and its showing up as checked off on the PHP extentions list in wamps system tray menu. What might be causing this? Also semi related, I can't run php version 5.3.1. I downloaded and installed it but when i switch to it in wamp, the wamp system try

Mod_rewrite on WAMP 2.4

青春壹個敷衍的年華 提交于 2019-12-11 02:39:38
问题 I have wampserver 2.4 and I can not seem to get Mod_Rewrite to work on it. I have enabled it in the Apache services and uncommented the mod_rewrite.so in the httpd.conf and restarted the server. I also checked my phpinfo() and it listed mod_rewrite under services. The site I am testing it on is behind the address localhost/eb/index.php I was trying to test it on the event.php page in which the url looks like localhost/eb/event.php?id=1 This is what my .htaccess file looks like in the root of