Quantcast
Channel: WampServer - WampServer English
Viewing all 3212 articles
Browse latest View live

Configuration.php to point to mariadb (1 reply)

$
0
0
Hi gurus

With the latest wampsrv, phpadmin allow import to MariaDB. But unable to point to Maria from configuration.php. Please give a helping hand. Googling found no fix yet.

V8Js Class (no replies)

Connect Error 200 (1 reply)

$
0
0
I just installed WampServer 3.1.9; All services running. But using localhost/testmyqldb.php, I get:

Connect Error (2002) No connection could be made because the target machine actively refused it.

I'm a newbie with Wampserver and would appreciate any help on this.
.

The old chestnut - you don't have permision to access / (2 replies)

$
0
0
I am a reasonably experienced IT person but am new to WAMP.
I have a brand-new PC running Win 10 Pro 64-bit at latest 1903 level. No other software installed.

My objective is to run the new machine as a web server. I have a fixed public IP address and have a domain name not yet pointed at my IP. On the new machine I want to use WordPress to build a site. I have forwarded incoming Port 80 to my new machine’s internal IP address. I have turned off Windows Firewall. I have a second PC on the same LAN as the web server.

I want the resulting webserver site to be always live on the internet – even as I build and test it locally on the server. That’s what I want!!

I have installed WAMP 3.1.9 64-bit and ensured all the C++ thingies are installed. I have used the default location C:/wamp and have installed WordPress 5.2.4 as recommended in c:/wamp/www/wordpress/

Wampserver starts fine with the green symbol. If I go to localhost I see the WampServer Config page as expected. If I go to localhost/wordpress I see the WP sample page.

So far, so good. I now go to another PC on the same LAN and enter the local IP address of the server PC. I get the well-known and very well reported message “you don’t have permission to access / on this server’. I read as many hits as I can on this forum but am not any wiser.
Clearly WAMP is setup by default to only work locally. Good. I understand that. But I want to change it.
I also attempted access from the internet using my fixed public IP address and get the same message (just as I expected)

Now to the problem. I did not set up a Virtual Host. This seems to be the answer to many of the instances of this error message. So, I ask – what is a Virtual Host? Nowhere can I find a simple explanation of this concept. I can see in the various config files, statements which appear to limit things to local access (DENY ALLOW etc etc) but I am reluctant to start changing any of these without understanding what it’s all about. I did try reading the official docs but lost the will!!

I would appreciate please a short explanation or a pointer to where I can find a longer one!!
Or even better, what to change to get access from other than local.

I did try adding a “virtual host” - see below for resulting conf file.
But it’s the open access that I really want to achieve. Just that.

I do well appreciate that this is not a problem with WAMP but rather my limited understanding!

Thank you.


# Virtual Hosts

#

<VirtualHost *:80>

ServerName localhost

ServerAlias localhost

DocumentRoot "${INSTALL_DIR}/www"

<Directory "${INSTALL_DIR}/www/">

Options +Indexes +Includes +FollowSymLinks +MultiViews

AllowOverride All

Require local

</Directory>

</VirtualHost>




#

<VirtualHost *:80>

ServerName testwp

DocumentRoot "c:/wamp/www/wordpress"

<Directory "c:/wamp/www/wordpress/">

Options +Indexes +Includes +FollowSymLinks +MultiViews

AllowOverride All

Require local

</Directory>

</VirtualHost>

phpmyadmin forbidden (5 replies)

$
0
0
I have just setup my wamp server and after editing httpd-vhosts.conf I managed to login from a remote pc (within same network) however when clicking on phpmyadmin I am encountering the permission error


I have edited phpmyadmin.conf and restarted the services (also the server just in case) however still didn't manage to get it working.

At the moment I changed the settings to all allow however eventually I wish to only allow a certain network to have access 192.168.20.xx


Alias /phpmyadmin "c:/wamp64/apps/phpmyadmin4.8.5/"


<Directory "c:/wamp64/apps/phpmyadmin4.8.5/">
	Options +Indexes +FollowSymLinks +MultiViews
  AllowOverride all
  <ifDefine APACHE24>
		Require all granted
	</ifDefine>
	<ifDefine !APACHE24>
		Order Deny,Allow
    Allow from all
    Allow from localhost ::1 127.0.0.1
	</ifDefine>

# To import big file you can increase values
  php_admin_value upload_max_filesize 128M
  php_admin_value post_max_size 128M
  php_admin_value max_execution_time 360
  php_admin_value max_input_time 360
</Directory>

Update to wamp 3.1.9 for latest PHP version at repository? (2 replies)

$
0
0
I would like to update WAMP to the latest version.
A reason for doing this to be able to work with PHP 7.3 .

Is the update, provided at [wampserver.aviatechno.net] (2nd paragraph) sufficient to get the same application as written ( mentioned ) under : Installers Wampserver full version, paragraph ?

Php 7.2 exe (no replies)

$
0
0
Hi admin


I have got wamp64..php7.19.exe with your help. Is there a similar .exe for latest PHP you can point to download

Adding domain (1 reply)

$
0
0
How do I add a domain to my wamp? I set my a record to my IP however it doesn't load

WampServer does not open (no replies)

$
0
0
Hi,


When I land on the WampServer icon nothing happens:

[i.ibb.co]


What do I do?

This site can’t be reached (no replies)

$
0
0
Hi Team ,
When i am trying to logging in to [localhost] for creating database name there are showing some error .

This site can’t be reached
The connection was reset.
Try:

Checking the connection
Checking the proxy and the firewall
Running Windows Network Diagnostics

ERR_CONNECTION_RESET

how can i fix these issue plz reply .
Thanks....

Apache Memory Consumption (1 reply)

$
0
0
Hi, I just upgraded my site to wamp 3.1.9, using Apache 2.4.33, MySql 5.7.21, PHP 7.2.4. I did not change any default configuration setting, other than those needed to run vhosts and ssl.
Even though the site has not a very heavy load, I see that Apache is using, and never releasing, about 10% more memory a day. ( the site handles charity projects )
I could not find any hint on this issue directly related to wamp 3 on Windows.
I can give any detail about configuration. I found some hints about MPM and MaxClients, but the standard httpd.conf does not include any MPM module.
Would you please be so kind to lend a hand?
Thanks in advance

WampServer is orange (3 replies)

$
0
0
Hi,

I was giving this error:
[i.ibb.co]

And I was able to fix it by installing all versions of Microsot Visual C ++ Redistributable (2005 - x64 and 86, 2008 - x64 and 86, 2010 - x64 and 86, 2012 - x64 and 86, 2013 - x64 and 86, 2015-2011 - x64 and 86).

And it looked like this:
[i.ibb.co]
[i.ibb.co]
[i.ibb.co] -> I hit "Start / Resume Service" and nothing happens.

I tried this:
[i.ibb.co]

And it happened::
[i.ibb.co]

What to do to make it green?

WAMP 3.1.9 (1 reply)

$
0
0
There is a problem when I tried to install moodle 3.6 on WAMP server, after screen with paths, when you click next, showing "Connection was reset" message.
Solution is coming from moodle forum (user A.Obeid) originaly for XAMPP but it is working in WAMP too:

"Hi
go to XAMPP-Cotroll and open Apache->Config->httpd.conf
and add


<IfModule mpm_winnt_module>
ThreadStackSize 8888888
</IfModule>

to the end"

Can somebody add this cople of lines to Apache httpd.conf file (to be there by installation)?

Thanks everybody on great work on WAMP server!

Virtual Hosts and Microsoft Onedrive (no replies)

$
0
0
Using with with virtual hosts stored in Microsoft's Onedrive can be iffy at times. I've had problems over the years after every Windows update, or WAMP upgrade. My problem and solution is below for anyone who may run into this issue.

CANNOT CREATE VIRTUAL HOST
"File or folder does not exists..."

- When trying to make a virtual host where your files are stored in a onedrive folder, creating a virtual host will fail.

- The solution; in your onedrive settings, uncheck "Files on demand" option.

This fixed my problem.


My setup:

Windows 10 Fall 2019
WAMP 3.1.9
Apache 2.4.39

New wamp install, need exact steps to change mySQL password (no replies)

$
0
0
WAMP newbie.

Want to change the blank mySQL password and ensure that other apps such as phpAdmin still work as well.

Is wampserver's Apache install secure on Windows Server 2019? (1 reply)

$
0
0
I see that most people use wampserver for "local" PC installs.

However, we're trying it out on Windows Server 2019 and we intend this to be a Production server. (The purpose of this Production server is to run multiple WordPress installations.)

We have already installed wampsserver and got it running without any issues.

Our questions therefore are:

1) Is wampserver's Apache web server secure on Windows Server 2019?

2) Other than the obvious firewalll considerations, are there further steps we should take to secure the Apache installation?

Apparent EOL Issue with PHP/MySQL (1 reply)

$
0
0
I have installed WAMP on a Windows 2008 R2 server. Running Apache 2.4.29, PHP 7.2.18, MySQL 5.7.26. Copied PHP scripts from a Linux server. Have successfully gotten a couple to work, including connecting to MySQL and MS SQL databases.

The problem I am having is with importing a CSV file. Overcame the security issue. I can create the file using this command:

$FileOut = $row->sEmployeeID.",".$row->sLastName.",". $row->sFirstName.",". $row->sTitle.",".$newHireDate."\r\n";

When I try to import the file into the MySQL table using:

$query="load data infile 'C:/wamp64/tmp/PicnicEmp.csv' into table PicnicEmp fields terminated by ',' lines terminated by '\r\n'";

it fails.

Here's where it gets weird. By printing the query I can see that the query is:

load data infile 'C:/wamp64/tmp/PicnicEmp.csv' into table PicnicEmp fields terminated by ',' lines terminated by ' '

Notice the lack of the \r\n.

In phpMyAdmin, if I run the query as shown above, it fails. Get a #1261 - Row 1 doesn't contain data for all columns which isn't true.

If I edit the statement and reinsert the \r\n, it works perfectly. It appears to me to be a Windows issue but I can't find any solutions anywhere. Any one have any suggestions?

Changing PHP Version (no replies)

$
0
0
What are the implications of changing the PHP version in the WAMP control panel? What will changing the PHP version do to my running humhub instance?

Overwriting Folders on Localhost (no replies)

$
0
0
Is there a simple way to merge/overwrite folders for Windows 10 when using Wampserver instead of duplicating them. My site is currently being built on localhost. Our theme developer just released a large update that I need to upload. Withing windows file explorer I tried copying and pasting the folders from the theme folders to the site folders (which are the same) and when doing so it is duplicating the folder and adding it as a subfolder. Example to merge (app) to (app), instead when you open the destination folder of (app) there is a subfolder (app) with the updated files. Is there an app, software, etc.. that will overwrite instead of duplicate. Older windows os would let you overwrite, merge, etc.., however Win 10 will not.

Using filezilla and/or Cuteftp will overwrite when uploading from local pc to server.

Thanks for any help

WampServer overwrites the hosts file (no replies)

$
0
0
I have custom entries in my hosts file. When I start WampServer, the contents of the hosts file are overwritten, custom entries are deleted. Please change this behavior.
Viewing all 3212 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>