Tidak dapat memuat pustaka dinamis php_memcache dll

0

0

Selama 12 tahun terakhir kami memiliki situs help desk phpBB3 yang berjalan di intranet kami menggunakan WAMP versi lama (2. 0). The help desk site has been running normally for many years until the recent requirement to use TLS 1. 2. To move to a newer version of WAMP which supports TLS 1. 2 we cloned the Windows 2012 R2 server in a VMWare isolated environment. I installed WAMP 3. 2. 0 on the cloned server. The site is now running TLS 1. 2 and the MySQL database was successfully exported from the old system and imported into the new version of MySQL

This is my current configuration on the new server
Windows Server 2012 R2
WAMP 3. 2. 0
Apache 2. 4. 41
PHP 5. 6. 40
MySQL 5. 7. 28

The only problem is that the web site will not connect to the database. Kesalahan berikut dikembalikan
SQL ERROR [mysql4]
Access denied for user 'root'@'localhost' (using password. YA) [1045]

Saya telah mencoba banyak resolusi potensial dari pencarian Google dan tidak satu pun dari resolusi yang disarankan menyelesaikan masalah. I can successfully login to phpMyAdmin using root and I can login to mysql from the command line using root. Most of the 'Access denied' issues point to an incorrect password in the config. php file. I'm using the same password in the config. php file that I use to login as root in phpMyAdmin. I even tried creating a new account in MySQL and using that account in the config. php file, but the same 'Access denied' error is returned for the new user account

This is my config. php file
// phpBB 3. 2. x auto-generated configuration file
// Do not change anything in this file
$dbms = 'mysql';
$dbhost = 'localhost';
$dbport = '';
$namadb = 'misphpbb';
$dbuser = 'root';
$dbpasswd = 'bigbarnbats';
$table_prefix = 'phpbb_';
$phpbb_adm_relative_path = 'adm/';
$acm_type = 'phpbb\\cache\\driver\\file';

@define('PHPBB_INSTALLED', true);
// @define('PHPBB_DISPLAY_LOAD_TIME', true);
@define('PHPBB_ENVIRONMET', 'production');
// @define('DEBUG_CONTAINER', true);
?>

What else can I try to resolve the 'Access denied' error?

0

0

@RiggsFolly

I have set up a "clean" instance of WampServer64 as per your post on StackOverflow

[stackoverflow. com]

I have created an A record in DNS for the virtual host named "ss"

Machines on the network are able to ping the server just fine

[10. 20. 0. 3] returns

Forbidden

You don't have permission to access this resource
Apache/2. 4. 41 (Win64) PHP/7. 3. 12 Server at 10. 20. 0. 3 Port 80


I'm at wit's end trying to figure out why. This isn't the first time I've set up Wamp

Any help you can suggest would be much appreciated

Wamp config report follows

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

1598502276
------ Wampserver configuration report
Thu, 27 Aug 2020 04. 24. 36 +0000
- Windows NT 10. 0 build 17763 (Windows Server 2016) ==== Actually Server 2019
- Windows Charset. Windows-1252
- Wampserver version 3. 2. 0 - 64bit
- Wampserver install version 3. 2. 0
- Install directory. c. /wamp64
- Default browser. C. /Program Files/Mozilla Firefox/firefox. exe
- Editor teks bawaan. C. /Program Files/Notepad++/notepad++. exe
- Default log viewer. C. /Program Files/Notepad++/notepad++. exe
- Apache 2. 4. 41 - Port 80
- Additional Apache listening ports
- PHP 7. 3. 12
- MySQL 8. 0. 18 Port 3308
MySQL basedir = c. /wamp64/bin/mysql/mysql8. 0. 18
MySQL datadir = c. /wamp64/bin/mysql/mysql8. 0. 18/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 = on
BerandaAtStartup = mati - VhostAllLocalIp = mati
SupportMySQL = on - SupportMariaDB = off
ShowphmyadMenu = on - ShowadminerMenu = on
NotVerifyPATH = off - HostsLinesLimit = 5000
NotVerifyHosts = off - NotVerifyTLD = off
AutoCleanLogs = aktif - AutoCleanLogsMax = 1000
AutoCleanLogsMin = 50 - AutoCleanTmp = aktif
AutoCleanTmpMax = 1000 - CreateSymlink = symlink
BackupHosts = mati - TraceProcess = mati
------ C. /Windows/system32/drivers/etc/hosts konten file ------
------ Terbatas untuk 30 baris pertama ------
#
127. 0. 0. 1 host lokal
1 host lokal
127. 0. 0. 1 negara bagian matahari
1 negara bagian matahari
127. 0. 0. 1 negara bagian matahari
1 negara bagian matahari
127. 0. 0. 1 detik
1 detik
-------------------------------------------------
-- c. /wamp64/bin/apache/apache2. 4. 41/conf/extra/httpd-vhosts. conf file contents --
------ Limited to the first 40 lines ------
# Host Virtual
#

ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"

Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local


#

ServerName ss
DocumentRoot "c. /wamp64/www/ss"

Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
Require ip 10. 20. 0


-------------------------------------------------
--------- wampmanager. ini (Last 4 lines) --------
[Options]
AeTrayMode=64 Bits
AeTrayOldMode=64bit
AeTrayVersion=3. 2. 2. 2
--------------------------------------------------
State of services
The service 'wampapache64' is started
The service 'wampmysqld64' is started
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. 2. 2 - 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
MySQLVer8. 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
Arsitektur. 64-bit
--------------------------------------------------
Konfigurasi VirtualHost
Server bawaan. localhost
Tuan rumah maya. localhost
Tuan rumah maya. ss
--------------------------------------------------
***** Periksa tautan simbolik *****
Semua tautan simbolik baik-baik saja
--------------------------------------------------
***** Tes yang menggunakan port 80 *****
===== Diuji oleh perintah netstat difilter pada port 80 =====
Tes untuk TCP
Port 80 Anda digunakan oleh prosesus dengan PID = 2936
Prosesus PID 2936 adalah 'httpd. exe' Sesi. Jasa
Layanan PID 2936 untuk 'httpd. exe' adalah 'wampapache64'
Layanan ini dari Wampserver - Benar
Tes untuk TCPv6
Port 80 Anda digunakan oleh prosesus dengan PID = 2936
Prosesus PID 2936 adalah 'httpd. exe' Sesi. Jasa
Layanan PID 2936 untuk 'httpd. exe' adalah 'wampapache64'
Layanan ini dari Wampserver - Benar
===== Diuji dengan mencoba membuka soket pada port 80 =====
Port 80 Anda sebenarnya digunakan oleh
Server. Apache/2. 4. 41 (Win64) PHP/7. 3. 12
--------------------------------------------------
***** Tes yang menggunakan port 3308 *****
===== Diuji dengan perintah netstat difilter pada port 3308 =====
Tes untuk TCP
Port 3308 Anda digunakan oleh prosesus dengan PID = 15592
Prosesus PID 15592 adalah 'mysqld. exe' Sesi. Jasa
Layanan PID 15592 untuk 'mysqld. exe' adalah 'N/A'
N/A berarti tidak ada layanan yang terkait dengan PID 15592
Memproses 'mysqld. exe' diluncurkan oleh layanan 'wampmysqld64' dengan PID 12100
Tes untuk TCPv6
Port 3308 Anda digunakan oleh prosesus dengan PID = 15592
Prosesus PID 15592 adalah 'mysqld. exe' Sesi. Jasa
Layanan PID 15592 untuk 'mysqld. exe' adalah 'N/A'
N/A berarti tidak ada layanan yang terkait dengan PID 15592
Memproses 'mysqld. exe' diluncurkan oleh layanan 'wampmysqld64' dengan PID 12100
--------------------------------------------------
-------- Log kesalahan Apache (30 baris terakhir) --------
[Rab 26 Agustus 23. 41. 20. 214806 2020] [inti. pemberitahuan] [pid 14468. tid 992] AH00094. Garis komando. 'c. \\wamp64\\bin\\apache\\apache2. 4. 41\\bin\\httpd. exe -d C. /wamp64/bin/apache/apache2. 4. 41'
[Rab 26 Agustus 23. 41. 20. 216796 2020] [mpm_winnt. pemberitahuan] [pid 14468. tid 992] AH00418. Induk. Membuat proses anak 2476
[Rab 26 Agustus 23. 41. 20. 644346 2020] [mpm_winnt. pemberitahuan] [pid 2476. tid 776] AH00354. Anak. Memulai 64 utas pekerja
[Rab 26 Agustus 23. 45. 52. 551908 2020] [authz_core. kesalahan] [pid 2476. tid 1260] [klien 10. 20. 0. 248. 3016] AH01630. klien ditolak oleh konfigurasi server. C. /wamp64/www/ss
[Wed Aug 26 23. 49. 19. 405651 2020] [mpm_winnt. pemberitahuan] [pid 14468. tid 992] AH00422. Induk. Menerima sinyal mematikan -- Mematikan server
[Rab 26 Agustus 23. 49. 21. 407153 2020] [mpm_winnt. pemberitahuan] [pid 2476. tid 776] AH00364. Anak. Semua utas pekerja telah keluar
[Rab 26 Agustus 23. 49. 21. 430053 2020] [mpm_winnt. pemberitahuan] [pid 14468. tid 992] AH00430. Parent. Proses anak 2476 berhasil keluar
[Rab 26 Agustus 23. 51. 05. 789727 2020] [mpm_winnt. pemberitahuan] [pid 5424. tid 676] AH00455. Apache/2. 4. 41 (Win64) PHP/7. 3. 12 dikonfigurasi -- melanjutkan operasi normal
[Rab 26 Agustus 23. 51. 05. 789727 2020] [mpm_winnt. pemberitahuan] [pid 5424. tid 676] AH00456. Apache Lounge VS16 Server dibuat. 9 Agustus 2019 16. 46. 32
[Rab 26 Agustus 23. 51. 05. 789727 2020] [inti. pemberitahuan] [pid 5424. tid 676] AH00094. Garis komando. 'c. \\wamp64\\bin\\apache\\apache2. 4. 41\\bin\\httpd. exe -d C. /wamp64/bin/apache/apache2. 4. 41'
[Rab 26 Agustus 23. 51. 05. 789727 2020] [mpm_winnt. pemberitahuan] [pid 5424. tid 676] AH00418. Induk. Membuat proses anak 8864
[Wed Aug 26 23. 51. 06. 195898 2020] [mpm_winnt. pemberitahuan] [pid 8864. tid 752] AH00354. Anak. Memulai 64 utas pekerja
[Kamis 27 Agustus 00. 21. 36. 559354 2020] [mpm_winnt. pemberitahuan] [pid 5424. tid 676] AH00422. Induk. Menerima sinyal mematikan -- Mematikan server
[Kamis 27 Agustus 00. 21. 38. 561536 2020] [mpm_winnt. pemberitahuan] [pid 8864. tid 752] AH00364. Anak. Semua utas pekerja telah keluar
[Kamis 27 Agustus 00. 21. 38. 592401 2020] [mpm_winnt. pemberitahuan] [pid 5424. tid 676] AH00430. Induk. Proses anak 8864 berhasil keluar
[Kamis 27 Agustus 00. 21. 40. 897250 2020] [mpm_winnt. pemberitahuan] [pid 15616. tid 704] AH00455. Apache/2. 4. 41 (Win64) PHP/7. 3. 12 dikonfigurasi -- melanjutkan operasi normal
[Kamis 27 Agustus 00. 21. 40. 897250 2020] [mpm_winnt. pemberitahuan] [pid 15616. tid 704] AH00456. Apache Lounge VS16 Server dibangun. 9 Agustus 2019 16. 46. 32
[Thu Aug 27 00. 21. 40. 897250 2020] [core. notice] [pid 15616. tid 704] AH00094. Command line. 'c. \\wamp64\\bin\\apache\\apache2. 4. 41\\bin\\httpd. exe -d C. /wamp64/bin/apache/apache2. 4. 41'
[Thu Aug 27 00. 21. 40. 899241 2020] [mpm_winnt. notice] [pid 15616. tid 704] AH00418. Parent. Created child process 2276
[Thu Aug 27 00. 21. 41. 251689 2020] [mpm_winnt. notice] [pid 2276. tid 808] AH00354. Child. Starting 64 worker threads
[Thu Aug 27 00. 21. 49. 217748 2020] [mpm_winnt. notice] [pid 15616. tid 704] AH00422. Parent. Received shutdown signal -- Shutting down the server
[Thu Aug 27 00. 21. 51. 219930 2020] [mpm_winnt. notice] [pid 2276. tid 808] AH00364. Child. All worker threads have exited
[Thu Aug 27 00. 21. 51. 245815 2020] [mpm_winnt. notice] [pid 15616. tid 704] AH00430. Parent. Child process 2276 exited successfully
[Thu Aug 27 00. 21. 52. 690453 2020] [mpm_winnt. notice] [pid 2936. tid 760] AH00455. Apache/2. 4. 41 (Win64) PHP/7. 3. 12 configured -- resuming normal operations
[Thu Aug 27 00. 21. 52. 690453 2020] [mpm_winnt. notice] [pid 2936. tid 760] AH00456. Apache Lounge VS16 Server built. Aug 9 2019 16. 46. 32
[Thu Aug 27 00. 21. 52. 690453 2020] [core. notice] [pid 2936. tid 760] AH00094. Command line. 'c. \\wamp64\\bin\\apache\\apache2. 4. 41\\bin\\httpd. exe -d C. /wamp64/bin/apache/apache2. 4. 41'
[Thu Aug 27 00. 21. 52. 692444 2020] [mpm_winnt. notice] [pid 2936. tid 760] AH00418. Parent. Created child process 4508
[Thu Aug 27 00. 21. 53. 023984 2020] [mpm_winnt. notice] [pid 4508. tid 816] AH00354. Child. Starting 64 worker threads
[Thu Aug 27 00. 22. 50. 719038 2020] [authz_core. error] [pid 4508. tid 1268] [client 10. 20. 0. 248. 4975] AH01630. client denied by server configuration. C. /wamp64/www/ss
[Thu Aug 27 00. 22. 50. 851455 2020] [authz_core. error] [pid 4508. tid 1268] [client 10. 20. 0. 248. 4975] AH01630. client denied by server configuration. C. /wamp64/www/favicon. ico
--------------------------------------------------
-------- Apache access log (Last 30 lines) --------
1 - - [26/Aug/2020. 23. 37. 29 -0400] "DAPATKAN /img/pngWrench. png HTTP/1. 1" 404 281
1 - - [26/Agu/2020. 23. 38. 04 -0400] "POST /add_vhost. php HTTP/1. 1" 200 3745
1 - - [26/Aug/2020. 23. 38. 04 -0400] "DAPATKAN /img/gifLogo. gif HTTP/1. 1" 404 281
1 - - [26/Agu/2020. 23. 45. 03 -0400] "DAPATKAN / HTTP/1. 1" 200 5564
1 - - [26/Agu/2020. 23. 45. 03 -0400] "DAPATKAN /wampthemes/classic/style. css HTTP/1. 1" 200 2584
1 - - [26/Agu/2020. 23. 45. 03 -0400] "DAPATKAN /wampthemes/classic/img/gifLogo. gif HTTP/1. 1" 200 3525
1 - - [26/Agu/2020. 23. 45. 03 -0400] "DAPATKAN /wamp themes/classic/image/png Plugin. png HTTP/1. 1" 200 140
1 - - [26/Agu/2020. 23. 45. 03 -0400] "DAPATKAN /wampthemes/classic/img/pngWrench. png HTTP/1. 1" 200 741
1 - - [26/Agu/2020. 23. 45. 03 -0400] "DAPATKAN /wampthemes/classic/img/pngFolderGo. png HTTP/1. 1" 200 694
1 - - [26/Agu/2020. 23. 45. 03 -0400] "DAPATKAN /wampthemes/modern/style. css HTTP/1. 1" 200 4166
1 - - [26/Agu/2020. 23. 45. 03 -0400] "DAPATKAN / favicon. ico HTTP/1. 1" 200 202575
1 - - [26/Agu/2020. 23. 45. 03 -0400] "DAPATKAN /wampthemes/modern/img/divider. png HTTP/1. 1" 200 2976
1 - - [26/Agu/2020. 23. 45. 03 -0400] "DAPATKAN /wampthemes/modern/img/bg-header. png HTTP/1. 1" 200 57791
1 - - [26/Agu/2020. 23. 45. 03 -0400] "DAPATKAN /wampthemes/modern/img/logo. png HTTP/1. 1" 200 9755
1 - - [26/Agu/2020. 23. 45. 03 -0400] "GET /wampthemes/modern/img/bg-title-dark. png HTTP/1. 1" 200 1393
1 - - [26/Aug/2020. 23. 45. 03 -0400] "GET /wampthemes/modern/img/pngPlugin. png HTTP/1. 1" 200 548
1 - - [26/Aug/2020. 23. 45. 03 -0400] "GET /wampthemes/modern/img/bg-wall-repeat. jpg HTTP/1. 1" 200 40814
1 - - [26/Aug/2020. 23. 45. 03 -0400] "GET /wampthemes/modern/img/pngWrench. png HTTP/1. 1" 200 741
1 - - [26/Aug/2020. 23. 45. 03 -0400] "GET /wampthemes/modern/img/pngFolderGo. png HTTP/1. 1" 200 694
1 - - [26/Aug/2020. 23. 45. 03 -0400] "GET /wampthemes/modern/img/bg-begin-repeat. jpg HTTP/1. 1" 200 76433
1 - - [26/Aug/2020. 23. 45. 03 -0400] "GET /wampthemes/modern/fonts/rationale-regular-webfont. woff2 HTTP/1. 1" 200 17980
1 - - [26/Aug/2020. 23. 45. 03 -0400] "GET /wampthemes/modern/img/bg-dl-repeat. jpg HTTP/1. 1" 200 17750
1 - - [26/Aug/2020. 23. 45. 17 -0400] "DAPATKAN / HTTP/1. 1" 200 21
1 - - [26/Aug/2020. 23. 45. 17 -0400] "DAPATKAN / favicon. ico HTTP/1. 1" 404 274
10. 20. 0. 248 - - [26/Agu/2020. 23. 45. 52 -0400] "DAPATKAN /ss HTTP/1. 1" 403 284
1 - - [26/Agu/2020. 23. 53. 58 -0400] "DAPATKAN / HTTP/1. 1" 200 21
1 - - [26/Agu/2020. 23. 53. 58 -0400] "DAPATKAN / favicon. ico HTTP/1. 1" 404 274
10. 20. 0. 248 - - [27/Agu/2020. 00. 22. 50 -0400] "DAPATKAN /ss HTTP/1. 1" 403 284
10. 20. 0. 248 - - [27/Agu/2020. 00. 22. 50 -0400] "DAPATKAN / favicon. ico HTTP/1. 1" 403 284
127. 0. 0. 1 - - [27/Agu/2020. 00. 24. 35 -0400] "DAPATKAN / HTTP/1. 1" 200 5564
--------------------------------------------------
-------- Log kesalahan PHP (30 baris terakhir) --------
- Laporan jejak Wampserver -
File yang dibuat oleh instalasi Wampserver
--------------------------------------------------
-------- Log kesalahan MySQL (30 baris terakhir) --------
- Laporan jejak Wampserver -
File yang dibuat oleh instalasi Wampserver
2020-08-27T03. 34. 38. 583443Z 0 [Sistem] [MY-010116] [Server] c. \wamp64\bin\mysql\mysql8. 0. 18\bin\mysqld. exe (mysqld8. 0. 18) dimulai sebagai proses 14480
2020-08-27T03. 34. 40. 403761Z 0 [Sistem] [MY-010931] [Server] c. \wamp64\bin\mysql\mysql8. 0. 18\bin\mysqld. exe. siap untuk koneksi. Versi: kapan. '8. 0. 18' socket. '' Pelabuhan. 3308 Server Komunitas MySQL - GPL
2020-08-27T03. 49. 19. 406095Z 0 [Sistem] [MY-013105] [Server] c. \wamp64\bin\mysql\mysql8. 0. 18\bin\mysqld. exe. Shutdown biasa
2020-08-27T03. 49. 19. 969116Z 0 [Sistem] [MY-010910] [Server] c. \wamp64\bin\mysql\mysql8. 0. 18\bin\mysqld. exe. Shutdown selesai (mysqld 8. 0. 18) Server Komunitas MySQL - GPL
2020-08-27T03. 51. 05. 276114Z 0 [Sistem] [MY-010116] [Server] c. \wamp64\bin\mysql\mysql8. 0. 18\bin\mysqld. exe (mysqld8. 0. 18) dimulai sebagai proses 7276
2020-08-27T03. 51. 07. 051791Z 0 [Sistem] [MY-010931] [Server] c. \wamp64\bin\mysql\mysql8. 0. 18\bin\mysqld. exe. siap untuk koneksi. Versi: kapan. '8. 0. soket 18'. '' Pelabuhan. 3308 Server Komunitas MySQL - GPL
2020-08-27T04. 21. 51. 274170Z 0 [Sistem] [MY-013105] [Server] c. \wamp64\bin\mysql\mysql8. 0. 18\bin\mysqld. exe. Shutdown biasa
2020-08-27T04. 21. 52. 301817Z 0 [Sistem] [MY-010910] [Server] c. \wamp64\bin\mysql\mysql8. 0. 18\bin\mysqld. exe. Shutdown selesai (mysqld 8. 0. 18) Server Komunitas MySQL - GPL
2020-08-27T04. 21. 53. 493042Z 0 [Sistem] [MY-010116] [Server] c. \wamp64\bin\mysql\mysql8. 0. 18\bin\mysqld. exe (mysqld 8. 0. 18) dimulai sebagai proses 15592
2020-08-27T04. 21. 54. 553269Z 0 [Sistem] [MY-010931] [Server] c. \wamp64\bin\mysql\mysql8. 0. 18\bin\mysqld. exe. siap untuk koneksi. Versi: kapan. '8. 0. soket 18'. '' Pelabuhan. 3308 Server Komunitas MySQL - GPL
--------------------------------------------------

0

0

Windows 10 Professional Version 1903 Instalasi bersih

Server WAMP 3. 2. 3
Apache 2. 4. 46
PHP 7. 3. 21
MySQL8. 0. 21
MariaDB 10. 5. 4
Elgg 3. 3. 8

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


Halo semuanya

Saya telah berjuang dan berjuang dengan pertanyaan akses publik ini

Saya mendapat kejelasan ketika saya memutuskan bahwa saya telah menginstal dan mengkonfigurasi WAMPServer 3. 2. 3 dengan benar untuk akses publik melalui HTTP dan HTTPS. Jadi yang saya lakukan adalah menghapus Elgg 3 sepenuhnya. 3. 8 situs web media sosial open source dan kemudian menginstal ulang dan mengkonfigurasi Elgg dari HTTP dan sebagai hasilnya saya dapat mengakses situs web sosial Elgg ini dari mana saja

Oleh karena itu, kesimpulan saya adalah bahwa WAMPServer 3. 2. 3 diinstal dan dikonfigurasi dengan benar

Namun, saya masih mendapatkan error 403 Forbidden saat mencoba terhubung melalui HTTPS

Saya sangat, sangat dekat untuk menyelesaikan masalah ini sepenuhnya tetapi saya mengalami masalah dengan kesalahan 403 ini. Arah apa yang bisa Anda tawarkan kepada saya?

0

0

Hai semuanya, pertama kali posting di sini jadi saya minta maaf jika saya melewatkan aturan atau apa pun

Saya memiliki pengaturan vhost yang cukup rumit dengan sekitar 20-30 host, semuanya berjalan dengan baik sampai saya memperbarui menu baki ke versi terbaru, dan sekarang saya memiliki masalah berikut

1. Ketika saya mengganti versi PHP atau Apache, Wamp melewati prosedur biasanya memulai ulang tetapi versi pada menu baki tidak berubah
2. Saya sekarang menemukan bahwa saya tidak dapat mengakses /phpmyadmin/ dan mengembalikan kesalahan 404. Saya sebenarnya telah menemukan untuk beberapa alasan saya perlu menambahkan nomor versi untuk mengaksesnya yaitu / phpmyadmin4. 5. 2/ dst. Ini tidak pernah terjadi
3. Beberapa situs web Wordpress tidak dapat berjalan karena melaporkan fungsi yang tidak terdefinisi terkait dengan hal-hal DB

Saya mencoba menjalankan penginstal Wamp tetapi saya tidak dapat menginstalnya di direktori yang sama, sehingga melakukan 'Refresh' tidak melakukan apa-apa, dan saya tidak dapat melihat bagaimana hal lain dapat memperbaikinya, penginstal memberi tahu saya bahwa saya tidak dapat menginstal ke

Jadi saya harus menghapusnya sepenuhnya, tetapi tidak dapat kehilangan data saya. Ini termasuk www, database, dan konfigurasi vhost

Apa yang harus saya lakukan untuk memastikan ini dicadangkan, dan kemudian dapat dengan mudah dipindahkan ke versi yang bersih?

Saya sangat kesal karena pembaruan sederhana benar-benar mengacaukan ini, dan tidak ada apa-apa di forum ini. Ini harus menjadi peringatan

Berterima kasih atas bantuan apa pun karena ini terkait bisnis

0

0

Halo selamat siang saya harap Anda dapat membantu saya, beberapa minggu yang lalu saya berhasil menginstal WampServer dan setelah banyak pekerjaan saya berhasil terhubung dan berfungsi dengan benar, instal semua. dll, port gratis 80 dan 3306, tambahkan pengecualian untuk bek Windows, nonaktifkan IIS, perbaiki kesalahan logis pada disk C, dan beberapa hal lainnya. Saya membuat semua layanan wamp berfungsi dengan benar
Tapi sejak kemarin tidak work di icon wamp yang masih hijau tulisannya Server down semua service berjalan. Tapi itu tidak mengizinkan saya untuk membuka localhost, juga tidak menjalankan file php, itu menunjukkan kepada saya kode saat saya menulisnya. Untuk berjaga-jaga ketika hal ini mulai terjadi pada saya, saya uninstall semua program yang saya instal akhir-akhir ini tetapi tidak berhasil juga
Ketika saya mencoba melihat di konsol versi php diinstal dengan php -v, saya diberitahu "php tidak dikenali sebagai program perintah internal atau eksternal atau file batch yang dapat dieksekusi", tambahkan direktori wamp ke variabel lingkungan seperti yang mereka katakan
Windows 10 - 64 bit
Wamp 3. 2. 3 64 bit
Apache 2. 4. 46
MySql - 8. 0. 21
PHP - 7. 3. 21
MariaDB -10. 5. 4
Ikon berwarna hijau, pesan Server terputus, semua layanan berjalan
File host mengatakan "#
127. 0. 0. 1 host lokal
1 localhost ", saya mencoba memodifikasinya dengan menghapus # darinya tetapi Windows tidak mengizinkannya
Saya tidak memiliki akses ke localhost
Saya menggunakan google chrome
Saya juga tidak bisa mengakses phpmyadmin
Pesan kesalahan yang saya dapatkan adalah "Tidak dapat mengakses situs web ini. Halaman localhost telah menolak koneksi"
Satu-satunya antivirus yang saya instal adalah Clamwin dan Clamsinitel
jalur instalasi wamp adalah C. \ wamp \

0

0

Hai. Saya mengubah versi PHP WAMP saya dari 7. 1. 3. ke 7. 3. 21. Di php_error. log ada beberapa log

[02-Sep-2020 12. 31. 12 UTC] Peringatan PHP. Memulai PHP. Tidak dapat memuat pustaka dinamis 'php_bz2. dll' (dicoba. c. /wamp64/bin/php/php7. 1. 33/ext/php_bz2. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_bz2. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) di Unknown pada baris 0
[02-Sep-2020 12. 31. 12 UTC] Peringatan PHP. Memulai PHP. Tidak dapat memuat pustaka dinamis 'php_curl. dll' (dicoba. c. /wamp64/bin/php/php7. 1. 33/ext/php_curl. dll (Nie mo�na odnale�� okre�lonego modu�u. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_curl. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) di Unknown pada baris 0
[02-Sep-2020 12. 31. 12 UTC] Peringatan PHP. Memulai PHP. Tidak dapat memuat pustaka dinamis 'php_com_dotnet. dll' (dicoba. c. /wamp64/bin/php/php7. 1. 33/ext/php_com_dotnet. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_com_dotnet. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) di Unknown pada baris 0
[02-Sep-2020 12. 31. 12 UTC] Peringatan PHP. Memulai PHP. Tidak dapat memuat pustaka dinamis 'php_fileinfo. dll' (dicoba. c. /wamp64/bin/php/php7. 1. 33/ext/php_fileinfo. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_fileinfo. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) di Unknown pada baris 0
[02-Sep-2020 12. 31. 12 UTC] Peringatan PHP. Memulai PHP. Tidak dapat memuat pustaka dinamis 'php_gd2. dll' (dicoba. c. /wamp64/bin/php/php7. 1. 33/ext/php_gd2. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_gd2. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) di Unknown pada baris 0
[02-Sep-2020 12. 31. 12 UTC] Peringatan PHP. Memulai PHP. Tidak dapat memuat pustaka dinamis 'php_gettext. dll' (dicoba. c. /wamp64/bin/php/php7. 1. 33/ext/php_gettext. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_gettext. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) di Unknown pada baris 0
[02-Sep-2020 12. 31. 12 UTC] Peringatan PHP. PHP Startup. Tidak dapat memuat pustaka dinamis 'php_gmp. dll' (dicoba. c. /wamp64/bin/php/php7. 1. 33/ext/php_gmp. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_gmp. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) di Unknown pada baris 0
[02-Sep-2020 12. 31. 12 UTC] Peringatan PHP. Memulai PHP. Tidak dapat memuat pustaka dinamis 'php_intl. dll' (dicoba. c. /wamp64/bin/php/php7. 1. 33/ext/php_intl. dll (Nie mo�na odnale�� okre�lonego modu�u. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_intl. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) di Unknown pada baris 0
[02-Sep-2020 12. 31. 12 UTC] Peringatan PHP. Memulai PHP. Tidak dapat memuat pustaka dinamis 'php_imap. dll' (dicoba. c. /wamp64/bin/php/php7. 1. 33/ext/php_imap. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_imap. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) di Unknown pada baris 0
[02-Sep-2020 12. 31. 12 UTC] Peringatan PHP. Memulai PHP. Tidak dapat memuat pustaka dinamis 'php_ldap. dll' (dicoba. c. /wamp64/bin/php/php7. 1. 33/ext/php_ldap. dll (Nie mo�na odnale�� okre�lonego modu�u. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_ldap. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) di Unknown pada baris 0
[02-Sep-2020 12. 31. 12 UTC] Peringatan PHP. Memulai PHP. Unable to load dynamic library 'php_mbstring. dll' (tried. c. /wamp64/bin/php/php7. 1. 33/ext/php_mbstring. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_mbstring. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) in Unknown on line 0
[02-Sep-2020 12. 31. 12 UTC] PHP Warning. PHP Startup. Unable to load dynamic library 'php_exif. dll' (tried. c. /wamp64/bin/php/php7. 1. 33/ext/php_exif. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_exif. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) in Unknown on line 0
[02-Sep-2020 12. 31. 12 UTC] PHP Warning. PHP Startup. Unable to load dynamic library 'php_mysqli. dll' (tried. c. /wamp64/bin/php/php7. 1. 33/ext/php_mysqli. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_mysqli. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) in Unknown on line 0
[02-Sep-2020 12. 31. 12 UTC] PHP Warning. PHP Startup. Unable to load dynamic library 'php_openssl. dll' (tried. c. /wamp64/bin/php/php7. 1. 33/ext/php_openssl. dll (Nie mo�na odnale�� okre�lonego modu�u. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_openssl. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) in Unknown on line 0
[02-Sep-2020 12. 31. 12 UTC] PHP Warning. PHP Startup. Unable to load dynamic library 'php_pdo_mysql. dll' (dicoba. c. /wamp64/bin/php/php7. 1. 33/ext/php_pdo_mysql. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_pdo_mysql. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) in Unknown on line 0
[02-Sep-2020 12. 31. 12 UTC] PHP Warning. PHP Startup. Unable to load dynamic library 'php_pdo_sqlite. dll' (tried. c. /wamp64/bin/php/php7. 1. 33/ext/php_pdo_sqlite. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_pdo_sqlite. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) in Unknown on line 0
[02-Sep-2020 12. 31. 12 UTC] PHP Warning. PHP Startup. Unable to load dynamic library 'php_memcache. dll' (tried. c. /wamp64/bin/php/php7. 1. 33/ext/php_memcache. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_memcache. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) in Unknown on line 0
[02-Sep-2020 12. 31. 12 UTC] PHP Warning. PHP Startup. Unable to load dynamic library 'php_soap. dll' (tried. c. /wamp64/bin/php/php7. 1. 33/ext/php_soap. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_soap. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) in Unknown on line 0
[02-Sep-2020 12. 31. 12 UTC] PHP Warning. PHP Startup. Unable to load dynamic library 'php_sockets. dll' (tried. c. /wamp64/bin/php/php7. 1. 33/ext/php_sockets. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_sockets. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) di Unknown pada baris 0
[02-Sep-2020 12. 31. 12 UTC] PHP Warning. PHP Startup. Unable to load dynamic library 'php_sqlite3. dll' (tried. c. /wamp64/bin/php/php7. 1. 33/ext/php_sqlite3. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_sqlite3. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) in Unknown on line 0
[02-Sep-2020 12. 31. 12 UTC] Peringatan PHP. PHP Startup. Unable to load dynamic library 'php_xmlrpc. dll' (tried. c. /wamp64/bin/php/php7. 1. 33/ext/php_xmlrpc. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_xmlrpc. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) in Unknown on line 0
[02-Sep-2020 12. 31. 12 UTC] PHP Warning. PHP Startup. Unable to load dynamic library 'php_xsl. dll' (tried. c. /wamp64/bin/php/php7. 1. 33/ext/php_xsl. dll (Nie mo�na odnale�� okre�lonej procedury. ), c. /wamp64/bin/php/php7. 1. 33/ext/php_php_xsl. dll. dll (Nie mo�na odnale�� okre�lonego modu�u. )) di Unknown pada baris 0
[02-Sep-2020 12. 31. 12 UTC] PHP Deprecated. Directive 'track_errors' is deprecated in Unknown on line 0

It is kinda weird for me, because paths extends version 7. 1. 33, not 7. 3. 21. Where is the problem?