Aestan Menu not showing correct info
Posted by: Elfangor93 (---.217.194.53.72.databaar.ch)
Date: October 23, 2023 08:20AM

I am using Wampserver v3.3.1 (64bit) on a Windows 10 [Version: 22H2] computer.
Recently I recognized that the Aestan Menu does not show the correct app versions. Meaning that for example the current active PHP version is 8.1.2 while in the Aestan Menu version 7.4.27 is marked as currently active. Also new installed versions are not listed in the Aestan Menu but available and usable by changing it in the wampmanager.conf file and restart WampServer.

How can I fix that without reinstalling and reconfiguring the whole WampServer?

Options: ReplyQuote
Re: Aestan Menu not showing correct info
Posted by: Otomatic (Moderator)
Date: October 23, 2023 08:41AM

Right-Click -> Restart from zero

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: Aestan Menu not showing correct info
Posted by: diepeter (---.dip0.t-ipconnect.de)
Date: October 23, 2023 08:43AM

Hello Elfangor93,

first of all make a backup of your databases via phpMyAdmin, then backup the complete WAMP folder.

The change of the used PHP version is done via the Aestan menu, not via the wampmanager.conf. How did you install the latest app versions, I hope as admin? Get a configuration report from the Aestan menu and look at the error.logs.

Greetings Peter

Options: ReplyQuote
Re: Aestan Menu not showing correct info
Posted by: Elfangor93 (---.217.194.53.72.databaar.ch)
Date: October 23, 2023 09:28AM

Can I switch versions manually without Aestan menu?
I can not backup all my databases since I can not switch anymore to the mysql version where the main part of my databases are stored. In Aestan menu mysql 5.7.37 is shown as current, but mysql 5.7.26 is active. Therefore I can not switch to mysql 5.7.37 using Aestan menu.

Options: ReplyQuote
Re: Aestan Menu not showing correct info
Posted by: Elfangor93 (---.217.194.53.72.databaar.ch)
Date: October 23, 2023 09:33AM

By the way. The configuration report is showing the following issues:



[91m***** One or more BINARY_PATH_NAME is incorrect *****
[91m*** BINARY_PATH_NAME of the service wampmysqld64 is not the good one: [30m
d:/wamp64/bin/mysql/mysql5.7.26/bin/mysqld.exe
*** should be:
d:/wamp64/bin/mysql/mysql8.1.0/bin/mysqld.exe
You should reinstall the services using the integrated Wampserver's tool:
Left-Click-> Apache or MySQL or MariaDB -> Service administration then four steps: Stop, Remove, Install, Start then Right-Click -> Refresh [30m


and


[94m-- PHP Loaded Extensions
With function get_loaded_extensions() [30m

[94m-- For PHP 8.1.2 used as Apache module [30m
[91mWarning: PHP Startup: Unable to load dynamic library 'bz2' (tried: d:/wamp64/bin/php/php7.4.27/ext/bz2 (Das angegebene Modul wurde nicht gefunden), d:/wamp64/bin/php/php7.4.27/ext/php_bz2.dll (Das angegebene Modul wurde nicht gefunden)) in Unknown on line 0 [30m
[91mFailed loading d:/wamp64/bin/php/php7.4.27/ext/php_opcache.dll [30m
--------------------------------------------------
[94m-- Use of PHP versions [30m

PHP 5.6.40 used for [91mWampserver internal PHP scripts [30m
PHP 7.4.27 not used
PHP 8.0.15 not used
PHP 8.1.2 used as [92mAPACHE module [30m
PHP 8.2.7 not used

Options: ReplyQuote
Re: Aestan Menu not showing correct info
Posted by: Otomatic (Moderator)
Date: October 23, 2023 09:51AM

Right-Click -> Restart from zero

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: Aestan Menu not showing correct info
Posted by: Elfangor93 (---.217.194.53.72.databaar.ch)
Date: October 23, 2023 09:56AM

I just noticed that in the wampmanager.ini file an entry for [switchMysql5.7.37] is missing. Could this be the reason why I can not switch back from MySQL 5.7.26 to MySQL 5.7.37?

Part in the wampmanager.ini file:


[mysqlMenu]
Type: separator; Caption: "MySQL 5.7.26 (Default DBMSsmiling smiley"
Type: submenu; Caption: "Version"; SubMenu: mysqlVersion; Glyph: 3
Type: servicesubmenu; Caption: "Service administration 'wampmysqld64'"; Service: wampmysqld64; SubMenu: mysqlService
Type: submenu; Caption: "MySQL settings"; SubMenu: mysql_params; Glyph: 25
Type: item; Caption: "MySQL console"; Action: run; FileName: "d:/wamp64/bin/mysql/mysql5.7.37/bin/mysql.exe"; Parameters: "-u %MysqlUser% -p"; Glyph: 0
Type: separator; Caption: "Files & Documentation";
Type: item; Caption: "my.ini"; Glyph: 33; Action: run; FileName: "D:/Programme/Microsoft VS Code/Code.exe"; parameters: "d:/wamp64/bin/mysql/mysql5.7.37/./my.ini"
Type: item; Caption: "MySQL log (64 cool smiley"; Glyph: 33; Action: run; FileName: "D:/Programme/Microsoft VS Code/Code.exe"; parameters: "d:/wamp64/logs/mysql.log"
Type: item; Caption: "MySQL documentation"; Action: run; FileName: "D:/Programme/Firefox/firefox.exe"; Parameters: "[dev.mysql.com];; Glyph: 35

[mysqlVersion]
Type: item; Caption: "5.7.26"; Action: multi; Actions:switchMysql5.7.26; Glyph: 13
Type: item; Caption: "5.7.37"; Action: multi; Actions:switchMysql5.7.37
Type: submenu; Caption: " "; Submenu: AddingVersions; Glyph: 1

[switchMysql5.7.26]
Action: closeservices; Flags: ignoreerrors
Action: service; Service: wampmysqld64; ServiceAction: stop; Flags: ignoreerrors waituntilterminated
Action: run; FileName: "CMD"; Parameters: "/D /C net stop wampmysqld64"; ShowCmd: hidden; Flags: ignoreerrors waituntilterminated
Action: run; FileName: "d:/wamp64/bin/mysql/mysql5.7.37/bin/mysqld.exe"; Parameters: "--remove wampmysqld64"; ShowCmd: hidden; Flags: ignoreerrors waituntilterminated
Action: run; FileName: "d:/wamp64/bin/php/php5.6.40/php-win.exe";Parameters: "switchMysqlVersion.php 5.7.26";WorkingDir: "d:/wamp64/scripts"; Flags: waituntilterminated
Action: run; FileName: "d:/wamp64/bin/php/php5.6.40/php.exe";Parameters: "switchMysqlPort.php 3306";WorkingDir: "d:/wamp64/scripts"; Flags: waituntilterminated
Action: run; FileName: "d:/wamp64/bin/mysql/mysql5.7.26/bin/mysqld.exe"; Parameters: "--install-manual wampmysqld64"; ShowCmd: hidden; Flags: waituntilterminated
Action: multi; Actions: mysql_refresh_start; Flags:appendsection

Options: ReplyQuote
Re: Aestan Menu not showing correct info
Posted by: Elfangor93 (---.217.194.53.72.databaar.ch)
Date: October 23, 2023 10:00AM

Otomatic Wrote:
-------------------------------------------------------
> Right-Click -> Restart from
> zero




Yes, that was it! Thanks alot!!



Edited 2 time(s). Last edit at 10/23/2023 10:03AM by Elfangor93.

Options: ReplyQuote


Sorry, only registered users may post in this forum.