wamp

How to downgrade Wampserver PHP?

ぐ巨炮叔叔 提交于 2019-12-05 18:48:00
I see everywhere for downgrade php on wampserver I just have to do left click wamp> php>version> get more> And dowload the version I want. But when I do it I arrive on this page and I don't see any link for download an other php version. I only can download a file php5.2.4.isson this page So fine I dowload it on php.net and I unzip the archive in my folder "C:\wamp\bin\php\php5.2.4" Next I copy the files wampserver.conf, php.ini and phpForApache.ini from my folder "C:\wamp\bin\php\php5.5.12" to the folder "C:\wamp\bin\php\php5.2.4" And to finish I change in the file php.ini and phpForApache

Unable to load dynamic library 'c:/wamp/bin/php/php5.5.12/ext/php_ldap.dll' - The specified module could not be found. in Unknown on line 0

喜夏-厌秋 提交于 2019-12-05 17:30:37
I installed WAMP server and whenever I try to compile a php file it doesn't display the php part. Only the html part is being displayed. The extension of the extension of the file is .php. I have tried setting the PATH for the environment variable. Nothing worked. When I checked the error log, this is what I could find. [05-Aug-2014 12:04:30 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.5.12/ext/php_intl.dll' - The specified module could not be found. in Unknown on line 0 [05-Aug-2014 12:04:31 UTC] PHP Warning: PHP Startup: Unable to load dynamic library

Can't access files in a subdirectory using Apache server

☆樱花仙子☆ 提交于 2019-12-05 16:53:05
I have an Apache 2.2.21 server installed on my Windows 7 machine. My site is up and my scripts from /scripts subdirectory are working but when I try to load icons from /icons I get a 403 forbidden error. I've already added this to my httpd.conf file: <Directory "c:/wamp/www/icons/"> Options Indexes FollowSymLinks Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory> Still no effect. So the question is: how can I access files in my /icons subfolder? P.S.: Using /images subdirectory worked out just fine but the question still remains. I figured out that /icons/ was included as an

Retrieving specific values from a SoapClient Return in PHP

China☆狼群 提交于 2019-12-05 13:28:26
I call an webservice using PHP 5.3.1 and my request looks as so: <?php $client = new SoapClient('the API wsdl'); $param = array( 'LicenseKey' => 'a guid' ); $result = $client->GetUnreadIncomingMessages($param); echo "<pre>"; print_r($result); echo "</pre>"; ?> Here is the response that I get back: stdClass Object ( [GetUnreadIncomingMessagesResult] => stdClass Object ( [SMSIncomingMessage] => Array ( [0] => stdClass Object ( [FromPhoneNumber] => the number [IncomingMessageID] => message ID [MatchedMessageID] => [Message] => Hello there [ResponseReceiveDate] => 2012-09-20T20:42:14.38

Wamp server startup error “-can not startup [Ephase error]”

a 夏天 提交于 2019-12-05 13:11:42
问题 After I download the WAMP Server, a windows pop out stating: The configuration file contains a syntax error on line 1235;[EParseError]parameter "service "specifies an unknown service . I have no idea what type of this problem. Did anyone facing this type of problem? How can I solve this type of problem? 回答1: If you're installing WAMP 2.5 and above, you have to make sure that you uninstall any previous version first. Backup your www folder, php.ini , my.ini and httpd-vhosts.conf files. Then

SSL Localhost Privacy error

这一生的挚爱 提交于 2019-12-05 12:29:41
I setup ssl on localhost (wamp), I made the ssl crt with GnuWIn32. When I try to login with fb in Chrome I get the following message: URL: https://localhost/ServerSide/fb-callback.php?code=.....#_=_ Error: Your connection is not private. Attackers might be trying to steal your information from localhost (for example, passwords, messages, or credit cards). NET::ERR_CERT_INVALID. localhost normally uses encryption to protect your information. When Chrome tried to connect to localhost this time, the website sent back unusual and incorrect credentials. This may happen when an attacker is trying to

Can't access localhost with wamp and Chrome

别说谁变了你拦得住时间么 提交于 2019-12-05 12:18:01
from today, when I go to localhost ( http://localhost ) after launch WAMP, in Firefox, as usual, everything is normal, but Chrome says "Forbidden, You don't have permission to access / on this server." Anyone can help me please ? Edit: Solved it for me. This is an IPv6 problem. Google must have just updated Chrome. First of all ensure that your hosts file has the following line and that it is uncommented. ::1 localhost Next, open up your Apache config (httpd.conf) and add the following to the listen section: Listen [::1]:80 Next, you need to edit you Directory statements in httpd.conf or your

Reinstalled WAMP, Wordpress Tables Not Found BUT Are in PHPMYADMIN

假装没事ソ 提交于 2019-12-05 10:01:10
OK strange situation and I hope I am not just out of luck. I upgraded from Windows 7 to 8 and when I did WAMP would not work. I reinstalled WAMP not thinking and followed instructions online to get WAMP working. Now though my Wordpress site redirets me to the install page. When I go into phpmyadmin it looks like all of my tables are there but when I click on the wordpress database is says "No tables found in database". If I click on one of the tables listed under wordpress it gives me the error "Table 'wordpress.wp_postmeta' doesn't exist" I check my database files and they obviously contain

Wamp Apache - Allow localhost

不羁岁月 提交于 2019-12-05 08:56:29
There are other questions similar to this but don't answer my problem. This is the default httpd.conf : <Directory "C:/wamp/www/"> Options Indexes FollowSymLinks AllowOverride all # onlineoffline tag - don't remove Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory> and it allows only 127.0.0.1 , but I want to allow also localhost and 192.168.x.x (my private ip). Well, the other answers are: put Allow from all and uncomment in hosts file the line 127.0.0.1 localhost ; but I read that is unsecure or not reccomended. So I've tried this: <Directory "C:/wamp/www/"> Options Indexes

Wamp Virtual Host Set Up

淺唱寂寞╮ 提交于 2019-12-05 08:32:26
sorry for having a similar question to what has been posted all ready but the others aren't helping me. I'm trying to set up a virtual host on my windows 8 computer but I can't seem to get it to work no matter what tutorial or help section i follow, this is my setup so far. httpd-vhosts.conf # Virtual Hosts # # Required modules: mod_log_config Listen 80 <VirtualHost *:80> ServerAdmin admin@localhost.com DocumentRoot "C:\Program Files (x86)\2. Apps\Wamp\www" ServerName localhost <Directory "C:/wamp/www"> Options Indexes FollowSymLinks Order allow,deny Allow from all </Directory> </VirtualHost>