Probably this is not a Wappler related problem but I am new to web apps in general if anybody has an idea of where to start so I can recover my databases and my projects…
win 10,
php 7.4.33
I forgot my DELL laptop open last night and when i woke up this morning I saw a bios update was running…
So, when it finished and my laptop restarted I saw that phpMyAdmin error:
Translation: phpmyadmin - Error The mysqli extension is missing
The project (a sample for manipulating array fields inside data store component) that I was working last night it was open in my browser and working as it should:
addressed at: http://localhost/datastore_test/index
Now at this address there are no data from database:
Warning : Undefined array key “query” in C:\Users\gtrez\AppData\Local\Wappler\resources\app\Shared\DMXzone\dmxAppCreator\UI\lib\htaccess_router.php on line 34
Deprecated : parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in C:\Users\gtrez\AppData\Local\Wappler\resources\app\Shared\DMXzone\dmxAppCreator\UI\lib\htaccess_router.php on line 34
Then I took a look on my main project that was working on 1 week ago (and it is not finished…) and on every page I go I get this output:
If it is the mysqli extension, then create a php page with the following code, no HTML code.
<?php
phpinfo();
?>
Look for the Loaded Configuration File to find the location of your php.ini file.
Open the php.ini file and find the line that reads ;extension=mysqli. Remove the semicolon (;) at he the beginning of the line. Save the file and restart the server.
As a matter of fact I just remembered that I have forgotten XAMPP open & running yesterday night while my laptop bios updated…
THIS MUST BE THE PROBLEM, THANK YOU
By the way, how can I back up my local databases? And after the XAMPP reinstall and database s restore will wappler identify them normally?
I apologize to you and all the community for asking this kind of questions. I am just new to this area but willing to learn
There’s a mysql folder inside the xampp directory with the sql files.
Xampp also has a log button wich points you to a txt file.
Maybe you can see wich errors you may have that attempts to stop apache
Thanks Francisco, yes i clicked the log button and there is a list but I don’t understand…
I will have to search in google for this and see what I can do.
Thanks again