how to fix the missing wamp at the taskbar it will show then disappear again?
↧
how to fix the missing wamp at the taskbar it will show then disappear again? (no replies)
↧
PHP caching problem since WAMP 2.3.0 (1 reply)
Hey community,
I have a PHP caching problem since I've installed WAMP 2.3.0.
After installing TYPO3 9.5 LTS for example you get a long page load and an ERR_CONNECTION_REFUSED in Chrome. Apache Error Log and PHP Error Log say nothing.
Am I the only one detecting that? It even happens after a complete fresh Windows setup.
Thanks for any help.
I have a PHP caching problem since I've installed WAMP 2.3.0.
After installing TYPO3 9.5 LTS for example you get a long page load and an ERR_CONNECTION_REFUSED in Chrome. Apache Error Log and PHP Error Log say nothing.
Am I the only one detecting that? It even happens after a complete fresh Windows setup.
Thanks for any help.
↧
↧
64 Bit windows 7 Client and 32 Bit windows 7 Server (no replies)
Hi,
I have installed wamp on 32 bit Windows 7 normal machine. It is all connected via LAN. I can access the wamp URL on other 32 bit Windows client machines using firefox, slight old version.
However, when I tried to access URL using Firefox latest version on windows 7 64 bit client machine.
It showed "Cannot establish" connection error in browser.
Why is this error in browser? Note that the machine is pinging server ip.
I have installed wamp on 32 bit Windows 7 normal machine. It is all connected via LAN. I can access the wamp URL on other 32 bit Windows client machines using firefox, slight old version.
However, when I tried to access URL using Firefox latest version on windows 7 64 bit client machine.
It showed "Cannot establish" connection error in browser.
Why is this error in browser? Note that the machine is pinging server ip.
↧
PHP MyAdmin 5 (no replies)
Hi,
1) System Windows10
I've installed wamp 3.2.0 Aestran Tray Menu 3.2.2.4. MySql 8.0.19 PHP MyAdmin 5.0.1. Version MySql running is 8
When I go to PHP MyAdmin It's connect to MySql 5 not 8 why? How to solve it?
2) I've same installation on another PC Winodws10 portable pc. Works all fine but the icon arrow on MySql is not Green ( it's not see). I've tried reinstall all but nothing change. The arrow icon not see
thanks a lot
1) System Windows10
I've installed wamp 3.2.0 Aestran Tray Menu 3.2.2.4. MySql 8.0.19 PHP MyAdmin 5.0.1. Version MySql running is 8
When I go to PHP MyAdmin It's connect to MySql 5 not 8 why? How to solve it?
2) I've same installation on another PC Winodws10 portable pc. Works all fine but the icon arrow on MySql is not Green ( it's not see). I've tried reinstall all but nothing change. The arrow icon not see
thanks a lot
↧
PHP mail SMTP server response: 550 Access denied (2 replies)
Hello,
I've been trying to test my first contact form in a web site I'm learning to put together and I am at the testing phase for the contact form using WAMP (3.2.0) PHP Version 7.3.12. I configured the php.ini file with the SMTP info my web host gave me, but I get connection errors using either port 25 and 26. Port 25 gave me "failed to connect to web server" and port 26 was more cryptic with "SMTP server response: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1)". So at this point WampServer is kind of useless to me and I figure I might as well just uninstall it and just connect to my host cPanel and just do my testing directly there... I'm trying to find some answers with search engines, but most of the links that come up don't apply or are way above my head in comprehention. I've seen several tutorial videos on php/html contact forms and what to do to configure the PHP to be able to send mail and they all seemed so easy. "Use php Mail!" they said! "It'll be fun!" they said... :-/
Any feedback would be welcomed! I'll work on some other parts of the web site in the mean time. Thank you!
I've been trying to test my first contact form in a web site I'm learning to put together and I am at the testing phase for the contact form using WAMP (3.2.0) PHP Version 7.3.12. I configured the php.ini file with the SMTP info my web host gave me, but I get connection errors using either port 25 and 26. Port 25 gave me "failed to connect to web server" and port 26 was more cryptic with "SMTP server response: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1)". So at this point WampServer is kind of useless to me and I figure I might as well just uninstall it and just connect to my host cPanel and just do my testing directly there... I'm trying to find some answers with search engines, but most of the links that come up don't apply or are way above my head in comprehention. I've seen several tutorial videos on php/html contact forms and what to do to configure the PHP to be able to send mail and they all seemed so easy. "Use php Mail!" they said! "It'll be fun!" they said... :-/
Any feedback would be welcomed! I'll work on some other parts of the web site in the mean time. Thank you!
↧
↧
failed to open stream: Permission denied (1 reply)
Dear,
I have the following error when trying to copy an image to a remote ip, error is "failed to open stream: Permission denied", I have tried to configure but I have not succeeded.
Please comment on the topic.
Thanks a lot!
I have the following error when trying to copy an image to a remote ip, error is "failed to open stream: Permission denied", I have tried to configure but I have not succeeded.
Please comment on the topic.
Thanks a lot!
↧
PHP 7.2.27 Error Log Curl missing (1 reply)
Hi,
Yesterday I installed PHP 7.2.27 running on the freshly upgraded 32bit version of WAMP 3.2.0. and I turned on the curl and enchant extensions. I cleared the php error log but I am continuing to get messages about the curl and enchant modules being missing under the new version of php. The error reads as follows:
PHP Startup: Unable to load dynamic library 'curl' (tried: D:/wamp/bin/php/php7.2.27/ext/curl (The specified module could not be found.), D:/wamp/bin/php/php7.2.27/ext/php_curl.dll (The specified procedure could not be found.)) in Unknown on line 0
I found the required dll files but they are not in the directory where PHP is searching. The installation did not create /wamp/bin/php/php7.2.27/ext/curl. The required dll files are in the /ext directory instead of the /ext/curl or /ext/enchant directories.
Pervious versions of PHP that I have installed have the extension modules in the /ext directory as well and those other versions of PHP work without throwing errors
I am not very familiar with the set-up, directives, etc of php so I am hoping that someone can tell me if there is an easy way of pointing php at the correct directory. I could manually create all of the apparently required sub-directories under /ext but thought I would ask first, just in case moving these files around breaks something else.
Thank you in advance for any assistance.
Doug
Yesterday I installed PHP 7.2.27 running on the freshly upgraded 32bit version of WAMP 3.2.0. and I turned on the curl and enchant extensions. I cleared the php error log but I am continuing to get messages about the curl and enchant modules being missing under the new version of php. The error reads as follows:
PHP Startup: Unable to load dynamic library 'curl' (tried: D:/wamp/bin/php/php7.2.27/ext/curl (The specified module could not be found.), D:/wamp/bin/php/php7.2.27/ext/php_curl.dll (The specified procedure could not be found.)) in Unknown on line 0
I found the required dll files but they are not in the directory where PHP is searching. The installation did not create /wamp/bin/php/php7.2.27/ext/curl. The required dll files are in the /ext directory instead of the /ext/curl or /ext/enchant directories.
Pervious versions of PHP that I have installed have the extension modules in the /ext directory as well and those other versions of PHP work without throwing errors
I am not very familiar with the set-up, directives, etc of php so I am hoping that someone can tell me if there is an easy way of pointing php at the correct directory. I could manually create all of the apparently required sub-directories under /ext but thought I would ask first, just in case moving these files around breaks something else.
Thank you in advance for any assistance.
Doug
↧
WAN Connection to Apache (no replies)
Alright, guys, i'm using WAMP 3.2.0 x64, Apache 2.4.41.
For testing purposes, i'm trying to access my server from the internet (WAN). I already opened and redirected "MyExternalIp:8080" to "MyPcIP:80" on my modem config and added exceptions on Windows Firewall.
When i connect to "localhost"/"MyPcIP" or "MyExternalIP:8080" from the PC where WAMP is running, i get to the WAMP Server homepage, as it should be.
Although, when i try to connect to "MyExternalIP:8080" from another device (i.e. my smartphone) and another network, it simply wont connect. Keeps getting "Timeout error" from chrome.
When i try to connect with my smartphone to "MyExternalIP:8080", but with the SAME network where WAMP is running, i can, but i don't think it serves the purposes i need.
Ah, when i try to check if port 8080 is listenable/opened in [canyouseeme.org] it says: "I could not see your service on "MyExternalIP" on port (8080)". (Apache is running on port 80 and traffic coming from MyExternalIP:8080 is being redirected to MyPcIP:80)
Although, when i put uTorrent to listen on port 8080, and check again, it says that the port is opened and a service is listening on it
Already tried to put Apache to run on port 8080 too, without having to redirect anything, but it wont work too, all the same as above.
Someone can help with a solution, please?
Can't find what in the world could this be
For testing purposes, i'm trying to access my server from the internet (WAN). I already opened and redirected "MyExternalIp:8080" to "MyPcIP:80" on my modem config and added exceptions on Windows Firewall.
When i connect to "localhost"/"MyPcIP" or "MyExternalIP:8080" from the PC where WAMP is running, i get to the WAMP Server homepage, as it should be.
Although, when i try to connect to "MyExternalIP:8080" from another device (i.e. my smartphone) and another network, it simply wont connect. Keeps getting "Timeout error" from chrome.
When i try to connect with my smartphone to "MyExternalIP:8080", but with the SAME network where WAMP is running, i can, but i don't think it serves the purposes i need.
Ah, when i try to check if port 8080 is listenable/opened in [canyouseeme.org] it says: "I could not see your service on "MyExternalIP" on port (8080)". (Apache is running on port 80 and traffic coming from MyExternalIP:8080 is being redirected to MyPcIP:80)
Although, when i put uTorrent to listen on port 8080, and check again, it says that the port is opened and a service is listening on it
Already tried to put Apache to run on port 8080 too, without having to redirect anything, but it wont work too, all the same as above.
Someone can help with a solution, please?
Can't find what in the world could this be
↧
Facing Problems Installing Wordpress (6 replies)
Hi,
I have installed WAMP (v 3.2.0) on local Windows 10 64 Bit Machine with MySQL.
I am trying to install WordPress using MySQL database. First, I created a database using phpMyadmin.
But, when I am trying to install Wordpress it says we can connect to the server but make sure database name is correct or user root has permissions for the database.
I checked both, they are fine but still, it did not install.
Please help. TIA.
I have installed WAMP (v 3.2.0) on local Windows 10 64 Bit Machine with MySQL.
I am trying to install WordPress using MySQL database. First, I created a database using phpMyadmin.
But, when I am trying to install Wordpress it says we can connect to the server but make sure database name is correct or user root has permissions for the database.
I checked both, they are fine but still, it did not install.
Please help. TIA.
↧
↧
Could not execute menu item Internal error Excepcion WampServer Version 2.5 (no replies)
Error
MySQL ha dicho: Documentación
#2002 - No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión.
El servidor no está respondiendo (o el zócalo local al servidor MySQL no está configurado correctamente).
MySQL ha dicho: Documentación
#2002 - No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión.
El servidor no está respondiendo (o el zócalo local al servidor MySQL no está configurado correctamente).
↧
Forbidden / You don't have permission to access this resource (no replies)
(The WAMP icon is green)
When I have been configuring my server with SSL. It works perfectly on local host, including HTTP and HTTPs (The Certificate has been showing correctly). The problem has been concurring when I have tried to access my WAMP server with my external IP. When I try and connect to the WAMP server through the external IP I get a "403 forbidden" error which states "You don't have access to access this resource". And I have tried using a virtual host and changing configuration files and the https.conf file too.
Thanks in advanced!!!
Apache 2.4.41
OpenSSL 1.1.1c
PHP 7.3.12
Windows 10 Professional x64
WAMP 3.2.0 x64
Maria 10.4.10
When I have been configuring my server with SSL. It works perfectly on local host, including HTTP and HTTPs (The Certificate has been showing correctly). The problem has been concurring when I have tried to access my WAMP server with my external IP. When I try and connect to the WAMP server through the external IP I get a "403 forbidden" error which states "You don't have access to access this resource". And I have tried using a virtual host and changing configuration files and the https.conf file too.
Thanks in advanced!!!
Apache 2.4.41
OpenSSL 1.1.1c
PHP 7.3.12
Windows 10 Professional x64
WAMP 3.2.0 x64
Maria 10.4.10
↧
Alias to network drive (no replies)
Hi
I've created an alias for a network drive. I've tried several alternatives.
Alias "/logisto/Albaranes" "//192.168.209.226/Albaranes"
<Directory"//192,168,209,226/Albaranes">
Require all granted
#Options Indexes MultiViews
#AllowOverride None
#Order allow,deny
#Allow from all
</Directory>
The server is unable to access. The PHP service is started with the same user that connects the network drive. I work with the 32-bit version of Wampserver 3.2.0
Kind Regards
Justo Alonso
I've created an alias for a network drive. I've tried several alternatives.
Alias "/logisto/Albaranes" "//192.168.209.226/Albaranes"
<Directory"//192,168,209,226/Albaranes">
Require all granted
#Options Indexes MultiViews
#AllowOverride None
#Order allow,deny
#Allow from all
</Directory>
The server is unable to access. The PHP service is started with the same user that connects the network drive. I work with the 32-bit version of Wampserver 3.2.0
Kind Regards
Justo Alonso
↧
MySql Localhost (1 reply)
Today I updated wampserver from 3.1.7 to 3.2.0 and found a problem logging in my virtual websites. When using mysqli_connect() I had been satisfactorily using 'localhost' as the host but the new version requires 'localhost:3308', as I choose to use MySql, not MariaDB.
However, my webhost accepts 'localhost' or 'localhost:3306'. I do not want to edit my websites with wampserver then change mysqli_connect parameters before uploading to my webhost. Is there some way to continue using 'localhost' (without ':3308') in wampserver?
However, my webhost accepts 'localhost' or 'localhost:3306'. I do not want to edit my websites with wampserver then change mysqli_connect parameters before uploading to my webhost. Is there some way to continue using 'localhost' (without ':3308') in wampserver?
↧
↧
directive does not work in .htaccess (1 reply)
Hello I would like to ask a question about getting a directive working in htaccess under wamp apache.
this is my wamp set up
1) Os
Windows 10 HOME 64 bit version 1903
build 18362 (Windows 10) AMD64
2 - Version WampServer :: 3.1.9 64 bit
3 - Apache Version :: 2.4.39
4 - PHP Version :: 7.3.5
5 - MySQL Version :: 5.7.26
5a - MariaDB version :: 10.3.14
WampServer icon is green:
8 - Do you have access to localhost (Homepage WampServer)?
yes
8a - If so, is there an error message at the bottom of the page?
no
9 - Do you have access to phpMyAdmin?
yes
10 - If you refer to an error message, please include the EXACT wording of the error in your post
in the apache error log I found
[core:alert] [pid 10960:tid 1236] [client ::1:50614]/..../.htaccess: AllowOverride not allowed here, referer: ....
11 - If you use an Antivirus and / or Firewall, please include the names of these
WINDOWS DEFENDER
12 - What is the full path to the installation of WampServer
D:\wamp64\wampmanager.exe
13 - If you have one or more Virtual Hosts defined, please show their definition(s)
<VirtualHost *:80>
ServerName mywebsite.localhost
ServerAlias *.mywebsite.localhost
DocumentRoot "D:/wamp64/www/mywebsite"
<Directory "D:/wamp64/www/mywebsite/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
I want to get rid of extensions in the url address bar, so I made a .htaccess file and placed it in a new subdirectory with a new virtual domain pointing at it.
I checked php_info() , rewrite engine is on and so is mod_mime ( at least it is loaded in the modules list )
Some directives work in the htaccess file but if I want to use directives to change the extension .php I get no result.
this is the directive I used:
RewriteEngine On
RewriteRule ^([^\.]+)$ $1.php [NC,L]
then I added AllowOverride All above it.
This makes the page crash
in the apache error log I found
[core:alert] [pid 10960:tid 1236] [client ::1:50614]/..../.htaccess: AllowOverride not allowed here, referer: ....
I have been searching for more than a day now. The WAMP server might be casted in a specific way to get it working.
Can someone tell if any other conf files have to be adjusted and in what way should this be done?
this is my wamp set up
1) Os
Windows 10 HOME 64 bit version 1903
build 18362 (Windows 10) AMD64
2 - Version WampServer :: 3.1.9 64 bit
3 - Apache Version :: 2.4.39
4 - PHP Version :: 7.3.5
5 - MySQL Version :: 5.7.26
5a - MariaDB version :: 10.3.14
WampServer icon is green:
8 - Do you have access to localhost (Homepage WampServer)?
yes
8a - If so, is there an error message at the bottom of the page?
no
9 - Do you have access to phpMyAdmin?
yes
10 - If you refer to an error message, please include the EXACT wording of the error in your post
in the apache error log I found
[core:alert] [pid 10960:tid 1236] [client ::1:50614]/..../.htaccess: AllowOverride not allowed here, referer: ....
11 - If you use an Antivirus and / or Firewall, please include the names of these
WINDOWS DEFENDER
12 - What is the full path to the installation of WampServer
D:\wamp64\wampmanager.exe
13 - If you have one or more Virtual Hosts defined, please show their definition(s)
<VirtualHost *:80>
ServerName mywebsite.localhost
ServerAlias *.mywebsite.localhost
DocumentRoot "D:/wamp64/www/mywebsite"
<Directory "D:/wamp64/www/mywebsite/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
I want to get rid of extensions in the url address bar, so I made a .htaccess file and placed it in a new subdirectory with a new virtual domain pointing at it.
I checked php_info() , rewrite engine is on and so is mod_mime ( at least it is loaded in the modules list )
Some directives work in the htaccess file but if I want to use directives to change the extension .php I get no result.
this is the directive I used:
RewriteEngine On
RewriteRule ^([^\.]+)$ $1.php [NC,L]
then I added AllowOverride All above it.
This makes the page crash
in the apache error log I found
[core:alert] [pid 10960:tid 1236] [client ::1:50614]/..../.htaccess: AllowOverride not allowed here, referer: ....
I have been searching for more than a day now. The WAMP server might be casted in a specific way to get it working.
Can someone tell if any other conf files have to be adjusted and in what way should this be done?
↧
Connection refused (no replies)
I still have not been able to upgrade to Apache 2.4.41 for about 3 months, if I install that version I can only access SSL locally, since only browsers such as chrome, edge, firefox, reject the connection, just connect by iexplorer11.
With Apache 2.4.35 everything works perfectly, I'm already desperate.
The SSL certificate is from Digicert and I have debugged the SSL errors and it tells me the following:
[Tue Feb 25 11:33:59.483190 2020] [ssl:debug] [pid 7476:tid 1068] ssl_engine_io.c(1368): (OS 10054)An existing connection was forcibly closed by the remote host. : [client 87.22x.xxx.xx:58668] AH02007: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!]
PLEASE HELP !!
With Apache 2.4.35 everything works perfectly, I'm already desperate.
The SSL certificate is from Digicert and I have debugged the SSL errors and it tells me the following:
[Tue Feb 25 11:33:59.483190 2020] [ssl:debug] [pid 7476:tid 1068] ssl_engine_io.c(1368): (OS 10054)An existing connection was forcibly closed by the remote host. : [client 87.22x.xxx.xx:58668] AH02007: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!]
PLEASE HELP !!
↧
.htaccess (no replies)
I am currently running wampserver3.1.7_x86 on Windows 10 and I believe the wamp .htacess file has become corrupted. Is anyone able to send me a copy of the .htaccess file for this installation?
Many thanks,
Phil
Many thanks,
Phil
↧
Wampserver does not start (no replies)
Hello
I've been using wampserver without problems for a few days now.
It stopped working today. Not even the icon appears in the systray.
I haven't installed any other programs that could affect its operation. In the event viewer the error message is:
AH00015: Unable to open logs
Kind regards
Justo
I've been using wampserver without problems for a few days now.
It stopped working today. Not even the icon appears in the systray.
I haven't installed any other programs that could affect its operation. In the event viewer the error message is:
AH00015: Unable to open logs
Kind regards
Justo
↧
↧
win 10 pro 64 bit and wamp server 32 bit (1 reply)
To whom it may concern:
Is it still ok to employ wamp server 32 bit with win os 64 bit? I do remember wamp server 64 bit used to be in some sort of test and examination process that is why based on the advice of this forum I employed wamp 32 bit on win 7 ulitmate 64 bit. Now with win 10 pro 64 bit, wamp 64 bit or 32 bit?
Kian William
Is it still ok to employ wamp server 32 bit with win os 64 bit? I do remember wamp server 64 bit used to be in some sort of test and examination process that is why based on the advice of this forum I employed wamp 32 bit on win 7 ulitmate 64 bit. Now with win 10 pro 64 bit, wamp 64 bit or 32 bit?
Kian William
↧
Your VirtualHost - add a VirtualHost (no replies)
Hi,
My Your VirtualHost folder does not match what should be in it contains folders (websites) that I have already deleted
And when I add a new website with Add a VirtualHost
they will no longer appear in the list
does anyone know how i can fix this?
Best regards,
Erwin
My Your VirtualHost folder does not match what should be in it contains folders (websites) that I have already deleted
And when I add a new website with Add a VirtualHost
they will no longer appear in the list
does anyone know how i can fix this?
Best regards,
Erwin
↧
Short open code converts to comments (no replies)
I have wampserver 3.2.0 and for some compatibility with an old code I need to use Php 5.6.40
All fine, works great
The only issue is that the code uses short open tags and when apache/php reads them, it converts to html comments
I want to display a warning/error instead
Not an option to just replace short open tags with long tags. Really need to stop the script or at least warning/error
All fine, works great
The only issue is that the code uses short open tags and when apache/php reads them, it converts to html comments
I want to display a warning/error instead
Not an option to just replace short open tags with long tags. Really need to stop the script or at least warning/error
↧