wamp

SSL Localhost Privacy error

岁酱吖の 提交于 2019-12-07 04:41:07
问题 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,

Reinstalled WAMP, Wordpress Tables Not Found BUT Are in PHPMYADMIN

六眼飞鱼酱① 提交于 2019-12-07 04:27:34
问题 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

WAMP Server stays offline. MySQL service not starting “could not start the wampmysqld64 service - error 1067”

爷,独闯天下 提交于 2019-12-07 04:07:33
问题 I have spent hours trying to get the server running (for the first time), trying many solutions posted online, but to no success. First time install (Win 7 x64), light remains orage (server offline). If I look at service, the start/resume service remains green: If I go in services and try start wampmysqld64 service I get this error message: Here is the Event Viewer Application log (the WAMP mysql log is empty): Error 11/09/2015 09:04:22 MySQL 100 None Aborting Error 11/09/2015 09:04:22 MySQL

WAMPServer not working properly on Windows 10, “could not perform service action”

妖精的绣舞 提交于 2019-12-07 03:24:06
问题 Recently I have upgraded from windows 7 64 to windows 10 64. Before that I've had WAMPServer running like a charm, but now it doesn't work. Whenever I launch it I get the server offline. Clicking on the "put online" results only in getting the "could not perform service action" error pop up. I have already tried reinstalling Visual C++ Redistributable for Visual Studio 2012 Update 4, renaming the localhost and listen from 80 to 8080, turning off skype, none of these worked. Does anybody know

PHP header location - not displaying error?

[亡魂溺海] 提交于 2019-12-07 01:31:17
When I echo something before header("LOCATION: page.php"); - I expect to show an error but it didnt, it just redirect to that page. What gone wrong? Example: <?php error_reporting(E_ALL); ini_set('display_errors', '1'); echo "Hello"; header("LOCATION: page.php"); ?> In the php.ini output_buffering = off error_reporting = E_ALL display_errors = on I am using Wamp, PHP 5.3.0 var_dump(ini_get('output_buffering')); and what about this one var_dump(ob_get_status(1)); ? 来源: https://stackoverflow.com/questions/8093719/php-header-location-not-displaying-error

Install PEAR with Wamp 2.1

五迷三道 提交于 2019-12-07 00:45:27
问题 I want to install PEAR on my windows 7. I have Wamp 2.1 with php 5.3.4 It seems that there's no such files as "go-pear.bat" in this new version of wamp. Then how can I install PEAR ? Thank you. 回答1: Please follow the PEAR installation instructions on the PEAR website. And yes, you can follow the Unix steps to get a go-pear.phar file. 回答2: I have followed these steps and it works for me 1. download go-pear.phar right from pear website. http://pear.php.net/go-pear.phar 2. Copy this file in c:

WAMP server switch MySQL to MariaDB

别来无恙 提交于 2019-12-06 22:01:07
问题 How can I switch the database from MySQL to MariaDB in WAMP 3.1.0? I'm looking for it, but I can not find it. 回答1: From the image you show it looks like both MySQL and MariaDB are already running! NOTE: Thats a bit memory hungry! Simple test to see if both MySQL and MariaDB are running. Launch phpMyAdmin and look at the login screen. If both are running you should see a Server Choise dropdown under the Username and Password fields. In there you will see 2 options like below. To pick MySQL or

How to find if my WAMP Server is 32bit or 64bit?

醉酒当歌 提交于 2019-12-06 17:24:08
问题 I have installed WAMP on my Windows 8, now for some reasons I need to know if it is 32bit or 64. Browsed around and looked in 'abouts' and version/licence files but couldn't find anywhere. It is WAMPServer 2.2 by the way. 回答1: One easy way is to look in the process list. Bring up the Windows Task Manager. On the processes tab locate the WAMPServer process. If it is running as a 32-bit process it was say "(32 bit)" after the name. If it doesn't it is a 64-bit process. Obviously... if you are

How to know relations between tables

☆樱花仙子☆ 提交于 2019-12-06 16:54:18
问题 I have a database in MySQL created by someone. I don't have any documentation of the database. How can I know the relationship between the tables? Is there any query or a procedure to generate a report so that it's easy to find the relations? I can look into Schema information and manually figure it out, but it would be great if I could generate a relationship report. 回答1: The better way as programmatically speaking is gathering data from INFORMATION_SCHEMA.KEY_COLUMN_USAGE table as follows:

Virtual Hosts on WAMP causing 403 forbidden on localhost… other aliases still work

烈酒焚心 提交于 2019-12-06 16:47:36
I just realized that nothing else on WAMP is accessible unless it's under the virtual host alias. For example: if I name my vHost 'mysite.dev', I can only access mysite.dev and everything else gives a 403 forbidden error. If I add a vHost called anothersite.dev in addition to mysite.dev, only those sites can be accessed. The only thing under localhost that I can access is PHPMyAdmin. I have uncommented the line that includes vHosts.conf in the Apache httpd.conf file. This problem does not happen until I modify the vHosts.conf file. Here is the config for the other files: vHosts.conf: