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

Not Able To Export SQL Database Using phpmyadmin 4.9.2 As Standard Windows 10 User (no replies)

$
0
0
I'm logged into a Windows 10 Professional v1909 machine as a STANDARD user. I am using WampServer v3.2.2 with phpmyadmin 4.9.2 and MariaDB 10.4.10. I log into phpmyadmin as the root user. When I try to export a SQL database as a .zip file using phpmyadmin 4.9.2 it looks like the file was saved in my Downloads folder. But when I check the folder nothing is there (I always keep my Downloads folder empty).

When I do the same thing when I'm logged in as and ADMINISTRATOR user, the SQL file is exported correctly to the Downloads folder for the administrative user. Why doesn't the file get exported when I'm logged in as a STANDARD user?

how go online ? (no replies)

$
0
0
hi

i have domain in enom.com

i want linked in my pc i want linked here : C:\wamp64\www\MyWordpress

how can that ? and thank u and soory for my english

PHP Version Issues (3 replies)

$
0
0
I have the latest Wamp installed and localhost says I have PHP 7.3.12 but at the command prompt (cmd) I type 'php -ver', I get PHP 5.6.40. I am installing Composer and get the message:

The Windows OneDrive folder is not supported on PHP versions below 7.2.23 and 7.3.10.
Upgrade your PHP (5.6.40) to use this location with Composer.

When I type 'composer' at the command prompt, all is OK.


Following a php/mysql tutorial on youtube, I am setting up swiftmailer, and following instructions, I get

[RuntimeException]
No composer.json present in the current directory, this may be the cause of the following exception.



[InvalidArgumentException]
Package swiftmailer/swiftmailer at version ^6.0 has a PHP requirement incompatible with your PHP version (5.6.40)

The second error message is the one I'm concerned with for now.

How can I change this version of PHP to the latest?

Changing environment variables doesn't change things, either!

php.ini in Wampserver 3.2 (3 replies)

$
0
0
I have just downloaded Wampserver 3.2 to use with Komodo IDE 12. I have used the PHP Xdebug extension to configure Wamperver for Local Debugging.

The Xdebug summary report says that " directories adjacent" to the the line Zend_extension="c:wamp64/bin/php/php7.3.12/ext/php_xdebug-2.9.6-7.3-vc15-x86_64.dll" -line 1800 in the php.ini file 'seem to be configured with a separate php.ini file for the webserver and command line.'

Will someone please tell me what these lines aren and how to go about making sure that they are all pointing to the same php.ini file.
I am not well versed in php.in configuring and I need someone who knows what he/she is doing to help because the IDE is giving me the message " Warning Failed to configure for Local Debugging."

Thanks in advance

probably newbie error with mysql (2 replies)

$
0
0
win version 10 64bits
wampserver latest 64bits
icon green
i have accesss to phpmyadmin and wampserver home

hello, ive been using wampserver. i installed and uninstalled a couple times before following the recomendations and it was all working. now mysql doesnt want to work with php ( it works on terminal mysql )

here is the error:
Unknown database 'classicmodels' in C:\wamp64\www\test\db.php on line 3
Call Stack

im sure that database is in present. sometimes it doesnt recognize object mysqli
MySql is using port 3308, i dont know why.

heres the php file:
<?php
print("<html><body>");
$db = new mysqli("localhost","root","","classicmodels");
if($db){
$res = $db->query("SELECT * FROM customers WHERE country = 'USA';");
if($res){
print($res->num_rows);
echo '</br></hr><pre>';
foreach($res as $val)
print_r($val);
echo '</pre>';
}
else
print 'failed query';
}
else
print 'could not open db';
print("</body></html>");
?>

Permission (3 replies)

$
0
0
Hello everyone, it's been years!

I'm running Win 10 Pro Version 1909 64 bit, clean install.

I'm running the WAMP 64 bit version. All of the runtime libraries installed without issue and the WAMP icon in the system tray is green.

Apache 2.4.41.

PHP 7.3.12.

MariaDB 8.0.18

I followed the bouncing ball through the WAMP installation, WAMP installed without issue.

I ran the, "check state of services" tool and the tool returned no issues.

I have the DynDNS updater installed and running without issue, Ports 80 and 443 forwarded to the server.

I can connect to the website from the local server maching but not from the web.

Every, everything is running perfectly except that I get :

"You don't have permission to access this resource" when I attempt to connect to the Elgg open source social media website.

I've been working this problem for three days now. I read about modifying one of the PHP ".ini" files but then I also read that this modified file makes the system vulnerable to a web side attack.

So, in regards to accessing this website and the associated permission, what did I miss? What do I have to do in order access this website from the web side?

Something else I've read about, that WAMP is intended as a development tool and not intended to be a production server. I get that now. Is there a WAMP like package intended to run on a windows server?

Thank you all in advance for helping me out with issue.

Best regards...

i need help (3 replies)

add_vhost disappeared! (2 replies)

$
0
0
Hello,

For some reason, wampserver is telling me that add_vhost.php is not found today. I used it yesterday! I downloaded it from [gist.github.com] and put it under /www (don't know where it should go), but when I click wampserver to launch VirtualHost Management, all I get is the source code listing.

How do I get it back?

The requested information for my computer is shown below.

1 - Windows version used: 10, 64 bits
2 - Wampserver version: 3.1.7
3 - Apache version: 2.4.37
4 - PHP version: 7.2.14
5 - MySQL version: 5.7.24
5a - MariaDB version: 10.3.12
6 - What color is the Wampserver icon: green
- 7 - In the c: \ Windows \ System32 \ drivers \ etc \ hosts file, which lines are active?:
127.0.0.1 CustomerSupport.local
127.0.0.1 CustomerSupport2.local
127.0.0.1 mtdinc.local

::1 CustomerSupport.local
::1 CustomerSupport2.local
::1 mtdinc.local

8 - Do you have access to localhost (Home page of wampserver)?: no
8b - What browser are you using?: Chrome
9 - Do you have access to phpMyAdmin?: yes

10 - If you refer to an error message , please give the EXACT and COMPLETE wording of the error:
Not Found
The requested URL /add_vhost.php was not found on this server.

Apache/2.4.37 (Win64) PHP/7.2.14 Server at localhost Port 80

11 - If you use an Anti-virus and / or a Firewall, please give the names of these ci: webroot
12 - What is the full path of the installation of Wampserver: C:\wamp64

*** ERROR *** The PHP configuration loaded file (no replies)

$
0
0
Good afternoon everyone, I would appreciate some help.

I get the following message shown on the bottom of the Wampserver homepage/localhost, which I have reproduced exactly as it was shown:

*** ERROR *** The PHP configuration loaded file is: c:/wamp64/bin/apache/apache2.4.41/bin/php.ini - should be: c:\wamp64/bin/apache/apache2.4.41/bin/php.ini or c:\wamp64/bin/php/php7.4.0/phpforapache.ini
You must perform: Right-click icon Wampmanager -> Refresh

I have performed the "Right-click icon Wampmanager ->Refresh" command but the error remains, what should I be doing to correct this error?

FYI: The Wampserver icon is GREEN. I am running Wampserver 3.2.2 64 bit on Windows 10 64bit with Apache 2.4.41 and Php 7.4.0, MySQL 5.7.28

Thanks

These are your folders in e:/wamp64/www To use them as an http link, you must declare them as VirtualHost (5 replies)

$
0
0
I just recently updated to WampServer 3.2.0. Overall, it's fully functional. However, after I updated, I lost all of my site links under "Your Projects". The projects are listed there but they are no longer linked. I'd appreciate some documentation or a way to recover the links to the Projects.

Thank you. :)

Log analysis (4 replies)

$
0
0
I have removed all cookies from my website and so I also dropped Google Analytics. I still want to know a little about the users however, so I look at the logfies. Right now I do this manually, but it would be nice to have something like GoAccess (https://goaccess.io/).

This is open source and therefore I was wondering, if it could be an idea to include that in a future release of Wamp?

domain not online? (5 replies)

$
0
0
icon is green,services running,httpd.conf and vhost edited correctly
localhost shows domain site
port 80 forwarded
ping domain translates to my wan IP but all time out

Problem installing 3.2.3 on win7 (2 replies)

$
0
0
Hi,

I downloaded the version 3.2.3 of wampserver.
I'm using a virtual machine running a windows 7 ultimate edition.
When I run the installer I get this error message "This program does not support the version of windows your computer is running."
I tried the x86 and the x64 version, both the same message. I tried version 3.2.0 and that did work.
So is there something wrong with the installer or does version 3.2.3 not support win 7.

Public Access to WAMP 3.2.3 (no replies)

$
0
0
Win 10 Pro, Ver. 1903 - Clean Install

WAMP 3.2.3

Apache 2.4.46
PHP 7.3.21
MySQL 8.0.21
MariaDB 10.5.4

I have a domain on DynDNS that directs web traffic to my server.

Port forwarding is configured properly in that I get the 403 permissions error page when I attempt web side access to the website that I want to host.

The server has a static IP that the router forwards inbound traffic to.

The open source social media website that I'm using, Elgg, is installed properly in that I can access the sign in page via localhost.

Now...

The question I have is can WAMP 3.2.3 be configured to allow public access. If so, then how?

*********************************

I also understand that WAMP is intended to be a learning platform for people like me and is not intended to be a production webserver. I also understand that the Microsoft IIS system is available native to Win 10 Pro however, as best as I can tell the open source social media websites that I've looked at are intended to run on Apache systems and WAMP in particular. Is there a WAMP like web server system available, that does all the things that WAMP does and is intended to be a production web server?

Last question, I have a book that I have bought and read, "Linux Apache Web Server Administration" by Charles Aulds that I have attempted to use as a reference in configuring WAMP for public access. Best as I can tell, the WAMP version of Apache has been modified to the point that this reference book is not of much use. For example the book makes no mention of httpd-vhosts.conf. Can you recommend for me a textbook or reference that would guide me in installing and configuring the component software packages that I would need in order to run a webpage on a Windows system using Linux Apache software components, if that is possible.

Thank you very much for your kind consideration in this matter...

Best regards

***************************************************

My existing httpd-vhosts.conf file.

# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
# Require all granted
Require local
</Directory>
</VirtualHost>


#
<VirtualHost *:80>
ServerName redrubberball
# ServerName localhost
DocumentRoot "d:/wamp64/www/redrubberball"
<Directory "d:/wamp64/www/redrubberball/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
# Require local
</Directory>
</VirtualHost>

Problems in loading curl and creating Wampserver configuration report (4 replies)

$
0
0
Win 10
PHP 7.4.8
Apache 2.4.27
MySQL 7.7.19
WAMP 3.2.3.3 64 bits




Hi, I have a problem after installing the new version of php 7.4.8. So far my Wamp64 has been working fine. After installing a new version of PHP on my Wordpress page I was starting to get an error message about a not loaded curl extension. I tried to fix it for a few hours, but it looks like I keep coming back to the same error.

Another problem is the inability to create a report by "Create Wampserver Configuration Report", for version 7.4.8 I get a series of error messages, for example:

---------------------------
php.exe - Entry Point Not Found
---------------------------
The procedure entry point php_error_docref could not be located in the dynamic link library c: \ wamp64 \ bin \ php \ php7.4.8 \ ext \ php_bz2.dll.

---------------------------
php.exe - Entry Point Not Found
---------------------------
The procedure entry point rc_dtor_func @@ 8 could not be located in the dynamic link library c: \ wamp64 \ bin \ php \ php7.4.8 \ ext \ php_curl.dll.

And so on, several times in a row.

Please help because I'm already a little desperate.

Removing Virtualhost does not update menu (no replies)

$
0
0
After removing a vritual host using the VirtualHost Management the hostt is still visible in the menu

Update (no replies)

$
0
0
How to update WampServer to the latest version? Installing over an exising results in error messages in the installer

VIrtualHosts menu is not updated (1 reply)

$
0
0
After managing virtual hosts with the VirtualHosts Management page the menu is not updates and contains removed entries.

How do I clean the VirtualHosts menu?

Tools Refresh error (no replies)

$
0
0
Clicking Refresh in the WampServer menu results in an error message:

Could not execute menu item (Internal error) [Excpetion] Could not perform service action: de ingang is ongeldig.

this is my config;
1597222547
------ Wampserver configuration report
Wed, 12 Aug 2020 08:55:47 +0000
- Windows NT 10.0 build 18363 (Windows 10)
- Windows Charset: Windows-1252
- Wampserver version 3.2.3 - 64bit
- Wampserver install version 3.2.0
- Install directory: c:/wamp64
- Default browser: C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
- Default text editor: C:/Program Files (x86)/Notepad++/notepad++.exe
- Default log viewer: C:/Program Files (x86)/Notepad++/notepad++.exe
- Apache 2.4.41 - Port 80
- Additional Apache listening ports:
- PHP 7.4.0
- MySQL 8.0.18 Port 3307
MySQL basedir = c:/wamp64/bin/mysql/mysql8.0.18
MySQL datadir = c:/wamp64/bin/mysql/mysql8.0.18/data
- MariaDB 10.4.10 Port 3306
MariaDB basedir = c:/wamp64/bin/mariadb/mariadb10.4.10
MariaDB datadir = c:/wamp64/bin/mariadb/mariadb10.4.10/data
- PHP 5.6.40 for CLI (Internal Wampserver PHP scripts)
- PhpMyAdmin 4.9.2 - Adminer 4.7.5
------ Wampserver configuration ------
AliasSubmenu = off - NotCheckVirtualHost = off
NotCheckDuplicate = off - VirtualHostSubMenu = off
HomepageAtStartup = off - VhostAllLocalIp = off
SupportMySQL = on - SupportMariaDB = on
ShowphmyadMenu = on - ShowadminerMenu = on
NotVerifyPATH = off - HostsLinesLimit = 5000
NotVerifyHosts = off - NotVerifyTLD = off
AutoCleanLogs = on - AutoCleanLogsMax = 1000
AutoCleanLogsMin = 50 - AutoCleanTmp = on
AutoCleanTmpMax = 1000 - CreateSymlink = symlink
BackupHosts = off - TraceProcess = off
------ C:/Windows/system32/drivers/etc/hosts file contents ------
------ Limited to the first 30 lines ------
#
127.0.0.1 localhost
::1 localhost
127.0.0.1 dwh.localhost
::1 dwh.localhost
127.0.0.1 dwh2.localhost
::1 dwh2.localhost
80.74.128.64 dwh2.guerbet.ch
127.0.0.1 dwh-php7.localhost
::1 dwh-php7.localhost
80.74.128.64 dwh-php7.guerbet.ch
127.0.0.1 db-fw.localhost
::1 db-fw.localhost
127.0.0.1 tst-europe.localhost
::1 tst-europe.localhost
127.0.0.1 projekten-sbw.local
::1 projekten-sbw.local
127.0.0.1 local.kino-roxy.ch
::1 local.kino-roxy.ch
----------------------------------------------
-- c:/wamp64/bin/apache/apache2.4.41/conf/extra/httpd-vhosts.conf file contents --
------ Limited to the first 40 lines ------
# 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 dwh.localhost
DocumentRoot "d:/projekten/guerbet/dwh"
<Directory "d:/projekten/guerbet/dwh/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName db-fw.localhost
DocumentRoot "d:/projekte_sbw/db-fw/htdocs"
<Directory "d:/projekte_sbw/db-fw/htdocs/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName dwh2.localhost
DocumentRoot "d:/projekten/guerbet/dwh2"
<Directory "d:/projekten/guerbet/dwh2/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
----------------------------------------------
--------- wampmanager.ini (Last 4 lines) --------
[Options]
AeTrayMode=64 Bits
AeTrayOldMode=64bit
AeTrayVersion=3.2.3.3
--------------------------------------------------
State of services:
The service 'wampapache64' is started
Service Session : LocalSystem
The service 'wampmysqld64' is started
Service Session : LocalSystem
The service 'wampmariadb64' is started
Service Session : LocalSystem
all services are started - it is OK
all services BINARY_PATH_NAME are OK
--------------------------------------------------
*** Checking the DNS search order ***
Values of registry keys for
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider
are in correct order
--------------------------------------------------
Wampmanager (Aestan Tray Menu) 3.2.3.3 - 64bit
Compiler Visual C++ versions used:
PHP 5.6.40 Compiler => MSVC11 (Visual C++ 2012)
Architecture => x64
is compatible with Apache 2.4.41
PHP 7.3.12 Compiler => MSVC15 (Visual C++ 2017)
Architecture => x64
is compatible with Apache 2.4.41
PHP 7.4.0 Compiler => Visual C++ 2017
Architecture => x64
is compatible with Apache 2.4.41
MySQL Ver 8.0.18 for Win64 on x86_64 (MySQL Community Server - GPL)
MariaDB Ver 10.4.10-MariaDB for Win64 on AMD64 (mariadb.org binary distribution)
Apache 2.4.41 Apache Lounge VS16 Server built: Aug 9 2019 16:46:32
Architecture: 64-bit
--------------------------------------------------
VirtualHost configuration:
Default server: localhost
Virtual Host: localhost
Virtual Host: dwh.localhost
Virtual Host: db-fw.localhost
Virtual Host: dwh2.localhost
Virtual Host: tst-europe.localhost
Virtual Host: dwh-php7.localhost
Virtual Host: projekten-sbw.local
Virtual Host: local.kino-roxy.ch
--------------------------------------------------
***** Check symbolic links *****
All symbolic links are OK
--------------------------------------------------
***** Test which uses port 80 *****
===== Tested by command netstat filtered on port 80 =====
Test for TCP
Your port 80 is used by a processus with PID = 18380
The processus of PID 18380 is 'httpd.exe' Session: Services
The service of PID 18380 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
Test for TCPv6
Your port 80 is used by a processus with PID = 18380
The processus of PID 18380 is 'httpd.exe' Session: Services
The service of PID 18380 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
===== Tested by attempting to open a socket on port 80 =====
Your port 80 is actually used by :
Server: Apache/2.4.41 (Win64) PHP/7.4.0
--------------------------------------------------
***** Test which uses port 3307 *****
===== Tested by command netstat filtered on port 3307 =====
Test for TCP
Your port 3307 is used by a processus with PID = 16808
The processus of PID 16808 is 'mysqld.exe' Session: Services
The service of PID 16808 for 'mysqld.exe' is 'N/A'
N/A means that there are no service related to PID 16808
Processus 'mysqld.exe' is launched by service 'wampmysqld64' with PID 13320
Test for TCPv6
Your port 3307 is used by a processus with PID = 16808
The processus of PID 16808 is 'mysqld.exe' Session: Services
The service of PID 16808 for 'mysqld.exe' is 'N/A'
N/A means that there are no service related to PID 16808
Processus 'mysqld.exe' is launched by service 'wampmysqld64' with PID 13320
--------------------------------------------------
***** Test which uses port 3306 *****
===== Tested by command netstat filtered on port 3306 =====
Test for TCP
Your port 3306 is used by a processus with PID = 13908
The processus of PID 13908 is 'mysqld.exe' Session: Services
The service of PID 13908 for 'mysqld.exe' is 'wampmariadb64'
This service is from Wampserver - It is correct
Test for TCPv6
Your port 3306 is used by a processus with PID = 13908
The processus of PID 13908 is 'mysqld.exe' Session: Services
The service of PID 13908 for 'mysqld.exe' is 'wampmariadb64'
This service is from Wampserver - It is correct
--------------------------------------------------
-------- Apache error log (Last 30 lines) --------
[Wed Aug 12 10:54:24.071467 2020] [mpm_winnt:notice] [pid 18072:tid 660] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Aug 12 10:54:26.073467 2020] [mpm_winnt:notice] [pid 17724:tid 680] AH00364: Child: All worker threads have exited.
[Wed Aug 12 10:54:26.095467 2020] [mpm_winnt:notice] [pid 18072:tid 660] AH00430: Parent: Child process 17724 exited successfully.
[Wed Aug 12 10:54:33.566467 2020] [mpm_winnt:notice] [pid 18380:tid 788] AH00455: Apache/2.4.41 (Win64) PHP/7.4.0 configured -- resuming normal operations
[Wed Aug 12 10:54:33.566467 2020] [mpm_winnt:notice] [pid 18380:tid 788] AH00456: Apache Lounge VS16 Server built: Aug 9 2019 16:46:32
[Wed Aug 12 10:54:33.566467 2020] [core:notice] [pid 18380:tid 788] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.41\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.41'
[Wed Aug 12 10:54:33.568468 2020] [mpm_winnt:notice] [pid 18380:tid 788] AH00418: Parent: Created child process 16608
[Wed Aug 12 10:54:33.934467 2020] [mpm_winnt:notice] [pid 16608:tid 732] AH00354: Child: Starting 64 worker threads.
--------------------------------------------------
-------- Apache access log (Last 30 lines) --------
::1 - - [12/Aug/2020:10:53:45 +0200] "GET / HTTP/1.1" 200 5536
::1 - - [12/Aug/2020:10:53:51 +0200] "GET /add_vhost.php?lang=english HTTP/1.1" 200 3460
::1 - - [12/Aug/2020:10:53:51 +0200] "GET /img/gifLogo.gif HTTP/1.1" 404 291
127.0.0.1 - - [12/Aug/2020:10:55:46 +0200] "GET / HTTP/1.1" 200 5816
--------------------------------------------------
-------- PHP error log (Last 30 lines) --------
--------------------------------------------------
-------- MySQL error log (Last 30 lines) --------
--------------------------------------------------
-------- MariaDB error log (Last 30 lines) --------
--------------------------------------------------

WAMP Warning and Fatal Error messages (10 replies)

$
0
0
Working on a localhost site with a fresh install of WAMP64. Changed c:/wamp64/www to F:/Sites/ and now have the following errors that I can't make heads or tails of....

Warning: require(../scripts/config.inc.php): failed to open stream: No such file or directory in F:\Sites\add_vhost.php on line 10

and

Fatal error: require(): Failed opening required '../scripts/config.inc.php' (include_path='.;C:\php\pear') in F:\Sites\add_vhost.php on line 10

I'm lost here. Any help would definitely be appreciated. Thanks.
Viewing all 7480 articles
Browse latest View live