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

Setting up Notepad++ to work with WAMP (1 reply)

$
0
0
I had this working before but when I upgraded to W10, I cant get it to work: Essentially I want to run PHP files direct from Notepad++, I accept it may be more of a Notepad++ question, apologies for that

I have modified the user/appdat/notepad++ file as below

Shortcuts.xml
<Command name="Launch in Firefox" Ctrl="yes" Alt="yes" Shift="yes" Key="88">firefox &quot;[localhost];
<Command name="Launch in IE" Ctrl="yes" Alt="yes" Shift="yes" Key="73">iexplore &quot;[localhost];
<Command name="Launch in Chrome" Ctrl="yes" Alt="yes" Shift="yes" Key="82">chrome &quot;[localhost];
<Command name="Launch in Safari" Ctrl="yes" Alt="yes" Shift="yes" Key="70">safari &quot;[localhost];


Then I created a redirect file in WAMP/WWW

Redirect.php
<?php
$root = $_SERVER['DOCUMENT_ROOT'];
$file = $_GET['file'];
$file = str_replace($root, '', $file);
$file = str_replace('\\', '/', $file);

header("Location: [localhost]{$file}");

But when I try to run I get : the error 403 Forbidden

You don't have permission to access /G:/wamp/www/test/get-files-fm-dir.php on this server.


?>

wamp server unable to install (1 reply)

$
0
0
I am using window 8.1 pro 64 bit and I am also install vc_redist.x64 and vc_redist_x86 and then try to install wampserver3.0.6 64 bit so error is showing.
"the program can not start because api-ms-win-crt-string-l1-1-0.dll missing"

Fatal error: Uncaught Error: (2 replies)

$
0
0
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\wamp64\www\Registration\registration.php

Does wampserver support multiple website / cms ? (4 replies)

$
0
0
I really don't know if this is the right place to ask this question, I hope the mods forgive me if I made a mistake by asking here. This might seem like a silly question but some months back I installed wampserver and then installed opencart CMS (in the www directory in wamp ) which I used to successfully carry out a project, fast forward today and I tried installing wordpress in the www directory and I kept getting an error message and then I tried to access the project I was working on with opencart and I found out that the project had been destroyed, I kept getting error messages. So I would like to know if this is because wamp can't support multiple projects (websites / cms) in the www directory. would appreciate some response.

403 Forbidden msg and Uninstalling/Re-installing (1 reply)

$
0
0
Hello - I have read through the top pinned posts on this forum - I'm afraid at this point if I supply all the info I'd just be wasting your time, so quick question here first -

After initial running and setting up of a wordpress site in the WAMP database, every time I try to access it I get You don't have permission to access / on this server. Going through past posts on this problem, my code all seems to be correct per the advice given.

BUT, in the reading I did, I learned that with my 64-bit system I need to also install the 32-bit version of WAMP. I also think I need to install the Universal Runtime update for my windows 7. So before chasing the other problem, I want to be sure I have everything laid in place properly, and I would appreciate confirmation as to the right way to handle it now -

Do I uninstall WAMP and then double-check that I have all the correct updates, then run and install both the 32 and 64 bit versions of WAMP? Or add the 32 bit and universal runtime update in without uninstalling?

Do I need to do anything to save the site I was working on, or kiss it good-bye?

Thanks!

MySQL two istances (1 reply)

$
0
0
I have already MySQL installed and running on port 3306. Now I have installed wamp and all it's services, so even new MySQL. To mantain both MySQL server, I changed my.ini of wamp server, by clicking on tray icon, setting wamp mysql server port to 3316. The problem is that wamp mysql won't start. MySql notifier, that i've installed with the first mysql server, has detected the new mysql service, but it also can't run, poping up a message saying it failed to change last status (or something similar).

Suggestions?

SSL 3.0.5 client denied by server (1 reply)

$
0
0
You don't have permission to access / on this server.
Apache/2.4.18 (Win64) OpenSSL/1.0.2g PHP/7.0.4 Server at mywebsite.co Port 443
WAMP 3.0.5 including patch

Followed all the instructions here [forum.wampserver.com].

It worked for a day.

Then it stopped and started giving the message above.

I have checked and rechecked all settings. Not sure where to look.
This is in the SSL error log

[Tue Oct 25 02:34:42.206568 2016] [authz_core:error] [pid 3324:tid 1084] AH01630: client denied by server configuration: C:/emr_wamp/www/

What should I check

PHPMyAdmin not working (1 reply)

$
0
0
Installed Wampserver 3.0.6 successfully
Window 7 SP1 64 bit
Apache 2.4.23
MySQL 5.7.14
PHP 5.6.25

Server colour Green
Local host working showing Server Config details
PHP test program working on local host.
Checked hosts file, it is OK.

When clicking on PhpMyAdmin it is showing blank page.

Also I want to install WordPress.

Wamp server online rule missing? (6 replies)

$
0
0
Hey guys,
im new to this.
but normally you have to put your server online in the apache httpd file.
in my httpd file i cant find the rule that says order deny allow.
its just gone. i ca only see this:

#
# Controls who can get stuff from this server.
#

# onlineoffline tag - don't remove
Require all granted
</Directory>

Someone knows the problem??

Thanks for your help.
im making a website for my mother her company its very important.
Wamp versionn: 3.0.6
apache: 2.4.23
php:5.6.25
sql: 5.7.14

Greetings from the Netherlands.

Need to use 2.2e to emulate hosting provider? (2 replies)

$
0
0
Hi,

I have a very old version of wamp 2.2 (there's not even a letter listed on it) and it is currently working (after copying) on a Win10 machine.

because it has quite a number of my test databases on it, i need to gently update it to very specific versions of php and mysql so it matches my hosting provider (I have a joomla install there and want to back it up, restore it to wamp, work on it and then after working on it, restore it to my production hosting site).

Production host has:

php 5.4.45
mysql 5.5.51-38.2

is there a way to easily get these specific versions of software added to my 2.2 install? current 2.2 install is:

php 5.3.13
mysql 5.5.24
apache 2.2.2

Is there a guide on how to add odd versions of mysql or php components to WAMP?

TIA

G.L.

Virtual Hosts with Different Ports - WAMP 3 Menu Bug (3 replies)

$
0
0
When adding a virtual host listening on a different port like :8080 and editing the httpd.config to listen on both port :80 & :8080, apache serves both my websites on both ports OK.

The problem is when I refresh Wamp 3's menu the menu item 'Your VirtualHosts' contains an item with a warning symbol saying 'VirtualHost_PortValue' and when you click this menu item a command line interface opens up and says...

Sorry,
There is an error.
In the httpd-vhosts.conf files:

Port number into <VirtualHost *:port>
has not correct value or is not the same for each <VirtualHost *:xx>

Value are:Array
(
[0] => <VirtualHost *:80>
[1] => <VirtualHost *:8080>
)

Switch cancelled
Press ENTER to continue...

Also when I click on the menu item for the website on port :8080 the URL in the browser does not have the port number appended to the end of the domain name e.g. [example.com].

It is important to me to be able to hosts sites on at least two different ports as I some time give clients access to websites i'm building and on our network, IIS is on port :80.

Just to be clear apache is working well it is the wamp menu that does seem to be able to handle this sort of functionality which is a shame as I like the the new virtual host menu feature.

Is there anything I can do or should I wait for a new release of WAMP for this to be fixed?

how to access to wamp server from another devices in remote place (3 replies)

$
0
0
execuse me ..

i need help if some one can help me ....


i use sim900 shield with arduino . and i want to send data from arduino through GPRS SIM900 to wamp server that it install on my pc ...


can i make wamp server receive this data ???

i think , i can. but i don't know how to make wamp server receive data from remote place ...

(( I use TP-LINK router to provide internet to my pc))


with my respect ...

Access denied for user root (2 replies)

$
0
0
Hello!

We're trying to connect to the sql database we've created and our initialization script returns an error. We are running it as root and it confirms we're using the correct password. What's coulda be the issue?

We're using Windows Server 2012 (no R2) 64-bit
WampServer version 3.0.6 64-bit
Apache Version 2.4.23
PHP version 5.6.25/7.0.10
MySQL version 5.7.14
WampServer icon is colored green :)

We have access to the localhost and phpMyAdmin

Here is a picture of our error: [i.imgur.com]
and our php script: [i.imgur.com]

We just blurred out the password and database bit for reasons. I'm ensuring ya'll that the password and database are correct! :)

Any suggestions would be appreciated. Thanks in advance :)

wamp server unable to install (1 reply)

$
0
0
Hello sir, i am using win 7 64bit on my computer.
I try wampserwar many times but still facing the problem. I have also installed as you directed vcredist_x64 and install again but the same result found.
Before installing the new i uninstalled the previous installation.
I have also uninstalled the skype.
After installing the wampserwar this kind of msg will appear.


The program can't start because VCRUNTIME140.dll is missing from your computer. Try reinstalling to fix this problem.

Sir pls Help.

How to add PHP 7 (1 reply)

$
0
0
Hi Iam running WAMP v 3.0.0 I wonder if it possible to add PHP 7 to it because I've tried lot's but didn't manage to make it happen??
If it is not possible then how do I upgrade from 3.0.0 to the latest WAMP and then how do I add PHP 7 to it.

Thanks.

Can connect to WAMP server from Android tablet, but not from another PC (8 replies)

$
0
0
Hello,

So I just finished setting up my WAMP server. I can access it from the PC I'm using for the server, and from my android tablet. However, when I try to access it from another laptop on my network, the browser says it can't find the server.

All of the devices are on the same network, so why can my tablet access the site, but my other laptop can't?

I'm using WAMP 3.0 (latest version) and the light is green.

In the future I'd like to have a simple website on this WAMP setup, so this is quite a setback.

Thank you for any ideas.

How to change default directory root path? (1 reply)

$
0
0
Hi, I want to use another directory root path instead of /wamp/www. I modified httpd.conf in apache/conf/ ,but it doesn't work. Someone can help me?

Cant acess myphpadmin (1 reply)

$
0
0
i have recently installed wamp,installation was successful.whenever i try to login for first time,i get error,unknown locale,i have xampp and its working alright

Problem connecting to localhost (6 replies)

$
0
0
Hello there, I use a Windows 8 system, 64 bit.

Apparently, this is the version details for the WampServer software I downloaded and installed:
- Wampserver 3.0.6 64 bit x64
– Apache 2.4.23
– PHP 5.6.25/7.0.10
– MySQL 5.7.14
– PhpMyAdmin 4.6.4

The colour of the WampServer icon at the notification area is currently orange? Not really good with colours, so bear with me.

I had initial problems with the installation when it continuously gave me the VCRUNNING error but never that. I was able to install it afterwards. Now, I seem to have an issue with connecting to the localhost website. When I click it on the menu, it opens up a Microsoft Internet Information website - www.microsoft.com/web. Hell, I know I don't really get all the WampServer use and all but I know for sure, that ain't the page I'm meant to see when I click on 'localhost'. I have disable the post 80 use on Skype. It also shows, 1 out of 2 services running. Any help on how the whole WampServer is supposed to act would help

[fixed issue, please delete] (no replies)

Viewing all 3233 articles
Browse latest View live


Latest Images

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