wampserver

WAMPserver 3.0.4 on Windows 10 (64 bit): Apache server (httpd service) did not start

折月煮酒 提交于 2019-12-18 09:38:14
问题 I recently installed WAMPserver 3.0.4 x64 bit on my Windows 10 64 bit OS. Issue: Apache server (2.4.18) did not start with the following error message: Could not execute menu item (internal error) [Exception] Could not perform service action: The service did not respond to the start or control request in a timely fashion Similar Question was raised before on stackoverflow, but the resolutions posted there didn't help in my case. (I've mentioned the details below). Diagnosis : Step 1: Tested

Fatal error: Out of memory (allocated 1134559232) (tried to allocate 32768 bytes) in X:\wamp\www\xxx

天大地大妈咪最大 提交于 2019-12-18 07:19:44
问题 I am using WAMP server(32 bits) on local host on my personal PC. I have a big (very big) multidimensional array which gets its information by reading a CSV file which contains long sentences(the CSV file contains 20,000 row of information). The problem is that I get the following error when it goes through some calculations: Fatal error: Out of memory (allocated 1134559232) (tried to allocate 32768 bytes) in x:\wamp\www\xxx I tried different solutions like increasing upload_max_filesize ,

configuring wampserver after installation to enable ssl

血红的双手。 提交于 2019-12-18 05:46:08
问题 I installed wampserver with Apache v2.2.17 and PHP v5.3.5. When I use the function file_get_contents() with the HTTPS URL as a parameter, I get the following warning: Warning: file_get_contents() [function.file-get-contents]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\wamp\www\fbapp\index.php on line 22 Is there a way to configure wampserver to enable SSL without reinstalling it? 回答1: I looked it up and you should: Check ssl_module in the

“Premature end of data” error with PHP

淺唱寂寞╮ 提交于 2019-12-18 04:17:10
问题 I've just started using WAMP for a PHP project and I get the next errors related with this line of code: $link=mysql_connect("localhost","myuser","mypas"); I read that I had to do the SET PASSWORD again with my old password, but it still does not work after restarting all services. I am using PHP 5.3.4 and MySQL 5.1.53 Any help? THANKS Warning: mysql_connect() [function.mysql-connect]: Premature end of data (mysqlnd_wireprotocol.c:554) in C:\wamp\www\CDE\includes\baseDatos.php on line 5 Call

Joomla! 3 installation freezes at creating database table

僤鯓⒐⒋嵵緔 提交于 2019-12-17 21:43:35
问题 I am trying to install Joomla! 3.2.1 on my system but the installation freezes half way through. I've downloaded and installed the Wamp Server 2.4 and wanted to locally install Joomla! 3.2.1, but the installation freezes and doesn't finish. It stops short of finishing the installation during the "creating database tables" task: it just stays on this bit seemingly forever. Increasing the max execution time in php.ini and restarting the wamp didn't help. My Wamp 2.4 uses: MySQL 5.6.12 php 5.4

Call to undefined function pg_connect() - Wamp

六眼飞鱼酱① 提交于 2019-12-17 20:44:15
问题 I want to connect to PostgreSQL, Im using wamp 64 bit. I have here Apache 2.4.2 PHP 5.4.3 Mysql 5.5.24 I also uncomment in php.ini the php_pgsql and php_pdo_pgsql. but i can't connect , It gives me error like this : Error suppression ignored for ( ! ) Fatal error: Call to undefined function pg_connect() Is there anybody know the solution regarding on my problem. I just need it badly. Thank you . 回答1: Open php.ini Find ;extension=php_pgsql.dll and remove the semicolon at the beginning Find

WAMP server shows a blank page

房东的猫 提交于 2019-12-17 19:36:22
问题 MY WAMP server has broken down. http://localhost shows a blank page. any help please? 回答1: I had to use system recover at the end and the problem was at the skype, i tried to uncheck the "use port 80" box under skypes options but the only way to do it properly is to recover ur pc at an earlier date. Mind you becareful and make a copy of your data first 回答2: I had the same problem. It was skype, I had already unchecked the "use port 80" box under skype options but apparently skype was still

How to install php_id3 on wamp?

余生长醉 提交于 2019-12-17 16:53:45
问题 I have tried to find the file people are talking about namely php_id3.dll. I have read that you can install it with the id 3 on wamp but when i google it i get all sorts of scamsites. Does anyone know where i can find it? 回答1: All the information you need is in the official PHP documentation: The error you get (undefined function) means the ID3 extension is not enabled in your PHP configuration: How to change configuration settings If you don't have the ID3 extension file (it is probably

How to setup virtual host using Wamp Server properly?

不想你离开。 提交于 2019-12-17 16:30:09
问题 I need your help here in creating a virtual host in wampserver. In office I can create a virtual hosts but when I try to create in my laptop it doesn't work. I still can't figure out what's wrong. Here's what I did. I copy the wordpress file in this folder. This will be the path of my project E:\Subversion\chelle.wpblog.local I edit the host file C:\Windows\System32\drivers\etc\hosts I added it to the end of file 127.0.0.1 chelle.wpblog.local Next is I enable the virtual host in Apache C:

WAMP/MySQL errors not in correct language

你说的曾经没有我的故事 提交于 2019-12-17 06:32:25
问题 I've re-installed WAMP multiple times, searched literally hundreds of pages, and its not fixed this issue: I've looked inside the phpmyadmin config files, set: $cfg['Lang'] = 'en-utf-8'; Uninstalled multiple times (as mentioned) and seemed to have no luck what so ever. Any help would be appreciated. 回答1: To change the language that MySQL uses when reporting you need to change the my.ini file as follows. Find this line: # Change your locale here ! lc-messages=fr_FR And change it to your