Pages: 12Next
Current Page: 1 of 2
Results 1 - 30 of 42
11 days ago
theking2
After a couple of years use there are multiple wampmanager(.*).exe files in the wamp folder do I need all these? 14.04.2024 11:08 4’152’264 traymenumanager3.2.6.0.exe 06.03.2024 18:35 3’824’824 wamp3_x64_aetray3.2.5.5.exe 27.03.2024 11:17 10’290’104 wampmanager.exe 06.12.2023 11:13 8’766’864 wampmanager3.2.5.4.exe 13.03.2024 12:08 8’777’656 wampm
Forum: WampServer English
11 days ago
theking2
Thanks It seems not to bring the warning but nothing happens when I (left or right) click the icon.
Forum: WampServer English
11 days ago
theking2
3. Typo
On there is a small typo It should read "Visual C++ Redistributable Packages"
Forum: WampServer English
11 days ago
theking2
How about adding a follow.bat file to the logs folder so that new entries in the log files can be followed? PowerShell -c Get-Content "%1" -Wait
Forum: WampServer English
16 days ago
theking2
Composer needs a php.exe in path Wampserver warns against putting php in path. What is the preferred / garantueerd way of using composer and wamp-server on the same workstation?
Forum: WampServer English
3 months ago
theking2
While apache mariadb php run fine the wampserver icon disapppeared and keesp disappearing from the system area. This seem to happen when my laptop goes to sleep Apart from loging off and on is there away to get the icon back? I need to run the Tools/Reload DNS
Forum: WampServer English
3 months ago
theking2
works, thanks I did rename alias phpmyadmin5.2.1.conf to phpmyadmin.conf not sure if that has an effect on the menus
Forum: WampServer English
4 months ago
theking2
But in .ini it says: Action: run; FileName: "c:/wamp/bin/php/php7.4.33/php.exe";Parameters: "changeWampParam.php quotes navigator ""C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe""";WorkingDir: "c:/wamp/scripts"; Flags: waituntilterminated Action: multi; Actions: refresh_readconfig; Flags:appendsection But if I change this to
Forum: WampServer English
4 months ago
theking2
Good question. It indeed says: "C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe", but in the Wamp Settings menu it says LibreWolf 🤔
Forum: WampServer English
4 months ago
theking2
In Wamp Settings I've selected and specified as brower LibreWolf. Yet for all menu items Edge is opened. How do I use LibreWolf as the browser to be used by Wamp
Forum: WampServer English
4 months ago
theking2
Is there a recommended way to remove unneeded PhpMyAdmin versions?
Forum: WampServer English
6 months ago
theking2
sure but it is no reflected on the home page of wampserver there the english page has the wrong meta data
Forum: WampServer English
6 months ago
theking2
Setting the language of the main (localhost) web page does not honor the language selected. Selecting another language than french does change the language but <html lang="fr"> stays the same.
Forum: WampServer English
1 year ago
theking2
Thanks Otomatic, that works! (and interesting second response..... 🤔)
Forum: WampServer English
1 year ago
theking2
Is it possible to change the path for a Virtual host? the "Modify VirtualHost form" allows me to view the host and document path these are readonly. Or is there a setting I need to change?
Forum: WampServer English
1 year ago
theking2
In the PHP settings menu I see the warnings in the attached file. But these lines are not commented in the 8.1.5 php.ini file
Forum: WampServer English
1 year ago
theking2
There are options to remove Apache, PHP, MySQL or MariaDB after newer are installed but I have two PhpMyAdmin Versions in the menu. How do I delete one?
Forum: WampServer English
1 year ago
theking2
Btw I even recommend to remove the setting altogether and let MariaDB decide by commenting it: ;innodb-default-row-format = compact
Forum: WampServer English
1 year ago
theking2
I understand. I did read throw the manuals and rest assured adding innodb-default-row-format=dynamic to the ini does have it benefits, not only for me but for everyone using multi-byte character sets. MariaDB will through very confusing error messages at the user when this is the case. On that note. If the my.ini deployed is never changed, for understandable reasons, this might ha
Forum: WampServer English
2 years ago
theking2
After installing addon php 8.1.5 I observed an extra line mode=develop at the end of the php.ini file in the apache folder. Is the line correct? or why was it added? there is also a xdebug.mode = develop line.
Forum: WampServer English
2 years ago
theking2
In this specific case however the wampserver team decided to go aganst the standard . Apparently since 10.2.2 the default for the default_row_format is dynamic and not compact. Is there a reason why a learning user should be using compact?
Forum: WampServer English
2 years ago
theking2
RiggsFolly Wrote: ------------------------------------------------------- > Please see > Previous answer Sure.
Forum: WampServer English
2 years ago
theking2
Excellent answer. Thanks for that. I realize that this might be "a personal need". I woulnd't go as far as calling wampserver a learning tool. For many years it is my preferred local development. Most professional hosters these days will offer out of the box utf8mb4/utf8mb4_unicode_ci, and to minimize transfer problems it might make sense to with the flow abit. Hence my suggesti
Forum: WampServer English
2 years ago
theking2
Add this to my.ini ... character_set_server = utf8mb4 collation_server = utf8mb4_general_ci ... character-set-client-handshake = FALSE character-set-server = utf8mb4 collation-server = utf8mb4_general_ci character-set-filesystem = utf8mb4 Rationale: Modern charsets and preventing multibyte attacks
Forum: WampServer English
2 years ago
theking2
innodb-default-row-format=dynamic Retionale: Prevent errors when importing from production databases with this settings
Forum: WampServer English
2 years ago
theking2
"Windows-1252" on Windows 11 Pro N 22000.493, But when switching-on "Beta: Unicode UTF-8 for international languages it becomes "Windows-utf8"
Forum: WampServer English
2 years ago
theking2
Changing the php version with the menu results in the following error: Exception Exception dans le module wampmanager.exe en 000000004630EC. Could not perform service action: The handle is invalid. After wich the wampserver menu cannot be started (opens but disappears.)
Forum: WampServer English
2 years ago
theking2
To the default php.ini include a complete section: zend_extension="c:/wamp/bin/php/php7.4.26/zend_ext/php_xdebug-3.1.1-7.4-vc15-x86_64.dll" ;xdebug.mode allowed are : off develop coverage debug gcstats profile trace xdebug.mode = develop xdebug.output_dir = "/tmp" xdebug.profiler_output_name = trace.%H.%t.%p.cgrind xdebug.use_compression = false xdebug.show_local_v
Forum: WampServer English
2 years ago
theking2
When attempting to install wampserver3_x64_addon_mysql5.6.51 on 3.2.6 I don't get the selection of the root folder but I see the error The installation folder chosen is not that of Wampserver version 3. Select the installation folder of Wampserver 3 There is no option to select the Wampserver 3 folder. How do I install 5.6.51?
Forum: WampServer English
2 years ago
theking2
Hi after installing PhpMyAdmin 5.1.1. I have now two versions in the menu. That was fine for sometime but now I won't be needing 4.9.7 anymore How do I remove PhpMyAdmin 4.9.7 from the menu (to save me an extra click)?
Forum: WampServer English
Pages: 12Next
Current Page: 1 of 2