wamp

win8 wamp 安装报错

不问归期 提交于 2020-01-11 11:09:39
可是安装wamp的时候(http://www.wampserver.com/en/#download-wrapper)下载的是64位的,刚开始报 错xxx.dll文件丢失,好吧我把那个xxx.dll文件放进去了,第一关过了,可是安装完了自动启动的时候又报错先是httpd.exe应用程序报 错,然后是php-win.exe文件报错,苦苦百度一天没有解决,只好放弃。装了wamp5,运行一看擦。。。php才是5.2.9版本的。。。老古 董,。。。果断卸载,耐心回到wamp2.5上找问题,百度无果。。。 进入官网有个置顶贴(http://forum.wampserver.com/list.php?2) 这里是链接 http://forum.wampserver.com/read.php?2,123608 在这里下载 http : //www.microsoft.com/zh-CN/download/details.aspx?id=30679 vcredist_x64.exe和vcredist_x86.exe 两个都要安装 来源: https://www.cnblogs.com/maxinliang/p/4160603.html

wamp程序遇到httpd.exe 系统错误

非 Y 不嫁゛ 提交于 2020-01-11 05:43:50
安装wamp过程中遇到httpd 系统错误 无法启动此程序,因为计算机中丢失VCRUNTIME140.dll 安装完成,系统一些服务无法启动 这是肯能是因为系统环境问题,测试为windows7系统发现系统环境没有配置好。 需要安装Visual C++ Redistributable for Visual Studio 推荐2015 如果本省有安装VS 那可能是版本问题,可以升级打下补丁。 然后再重新安装wamp 一切正常。 下载链接 https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=48145 来源: https://www.cnblogs.com/boxblog/p/5959850.html

how to allow ACCESS-CONTROL-ALLOW-ORIGIN aka cross-domain on wampserver

江枫思渺然 提交于 2020-01-10 08:24:18
问题 XMLHttpRequest cannot load https://webservice.com?param=hahah. Origin http://{domain} is not allowed by Access-Control-Allow-Origin. I get this when I try to make a webservice call through wampserver, how could I enable this on wampserver? or how may i just jsonP to obtain xml data without javascript throwing an error. 回答1: You have to enable the headers module first, like so : click on the wamp icon in your systray go to Apache > Apache modules check the option 'headers_module' And then

why is php generating the same session ids everytime in test environment (WAMP)?

这一生的挚爱 提交于 2020-01-09 10:55:51
问题 i've configured wamp in my system, and am doing the development cum testing in this local environment. i was working on the logout functionality, and happened to notice that the session ids being generated are same within the browser. Eg - chrome always generates session id = abc, for all users even after logging out and logging in; IE always generates session id = xyz, for all users. Is this an issue with wamp/ my test environment? please find below my logout php script - <?php session_start

WAMP Server V 2.5 icon is orange,does not respond and no menu

假如想象 提交于 2020-01-09 08:08:29
问题 I have Windows 7 32 bit and wanted to work on wordpress to host my own page but to do that I got virtual server WAMP Server V 2.5 and after installing it, icon in taskbar was orange and after right and left clicking, there was no menu. I read many forums, disabled IIS and restarted and nothing. Also uninstalled, deleted directory on c:, installed again but same result, no menu, orange icon. I'm not a tech expert, so pls 'customize' your answers keeping this in mind. I have no idea how to

How to enable curl in Wamp server

。_饼干妹妹 提交于 2020-01-08 12:26:48
问题 I try 30 combination of answer and forum topic but did not find the right answer. I do all but how I can enable the curl int wamp server becouse I need that? is there any solution? I try to uncomment - dont work? I try to chech into wamp task bar icons - php extension - php_curl I try to copy php_curl.dll into win sistem NOT WORK What I need to do? 回答1: The steps are as follows : Close WAMP (if running) Navigate to WAMP\bin\php\(your version of php)\ Edit php.ini Search for curl, uncomment

How to enable curl in Wamp server

心已入冬 提交于 2020-01-08 12:26:33
问题 I try 30 combination of answer and forum topic but did not find the right answer. I do all but how I can enable the curl int wamp server becouse I need that? is there any solution? I try to uncomment - dont work? I try to chech into wamp task bar icons - php extension - php_curl I try to copy php_curl.dll into win sistem NOT WORK What I need to do? 回答1: The steps are as follows : Close WAMP (if running) Navigate to WAMP\bin\php\(your version of php)\ Edit php.ini Search for curl, uncomment

wamp环境搭建

你离开我真会死。 提交于 2020-01-08 05:16:33
  小生最近一直在倒腾php的一些东西。刚入门,所以将一些学习过程中的一些东西整理一下。首先就是关于wamp环境的搭建以及虚拟机的搭建。小白一枚,大神请无视之。   关于搭建所需要的软件,可以到下面的链接寻找。 http://pan.baidu.com/s/1i3AgY93 建议建一个wamp的文件夹,下面放apache、mysql、php以及www目录 安装   apache安装过程中设置localhost为主机名,然后将apache安装到wamp目录下;   php则直接解压到php目录中;   mysql安装中的设置,setuptype选择custom可以自行设置安装路径(无特殊要求可以选择typical)->选择安装路径到mysql目录->configure the mysql server now选择  配置mysql ->detailed configuration自定义配置->developer machine(选择开发模式,占用较少资源)->multifunctionl database(选择数据库功能类型,一般通用多  功能型即可)->manual setting(设置连接数,一般不需要太大,默认值即可)->设置端口(默认3306)->选择编码类型(第三个选项的utf8)->创建密码->然后execute即可 配置apache  

Fatal error: Call to undefined function sqlsrv_connect() wamp

点点圈 提交于 2020-01-07 08:31:54
问题 I have done all the following method below: reinstall my 64 bit WAMP into 32 bit downloaded SQLSRV30.EXE and pasted php_sqlsrv_54_ts and php_pdo_sqlsrv_54_ts in ext added extension=php_sqlsrv_54_ts.dll and extension=php_pdo_sqlsrv_54_ts.dll in php.ini installed MS SQL Server 2012 Native Client ODBC driver Repeated those steps a few times and my phpinfo() still does not has the sqlsrv section. What should I do now? 回答1: I always perform installations trhought Webplatform installer Try it

MP3 / MP4 PHP upload doesn't work

梦想与她 提交于 2020-01-07 03:03:27
问题 I really despair at this problem. I already found some other threads that consider about this problem, but I don't found a solution for me. I want to upload a mp3 / mp4 file. But with my current solution only pictures are being uploaded. This question is only about the core functionality of upload a mp3 / mp4 file - I conscious exclude any security checks or kind of this. PHP: if(move_uploaded_file($_FILES["file"]["tmp_name"], "uploads/" . $_FILES['file']['name'])) { echo "Successfully