Expand.sql file is a database file which you need to import via the PHPMyAdmin.
When I open the login page of phpMyAdmin pannel of our shop, several Deprication Notices are being displayed.
Deprecation Notice in ./libraries/classes/Url.php#246
http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated
Backtrace
....
Deprecation Notice in ./vendor/twig/twig/src/Loader/FilesystemLoader.php#40
realpath(): Passing null to parameter #1 ($path) of type string is deprecated
Backtrace
...
Deprecation Notice in ./libraries/classes/Url.php#246
http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated
Backtrace
...
Deprecation Notice in ./vendor/twig/twig/src/Node/Node.php#210
Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Backtrace
...
Deprecation Notice in ./vendor/twig/twig/src/Node/Node.php#215
Return type of Twig\Node\Node::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Backtrace
...
I can login to it and there I am encountering Deprication Notices. At the left side panel I can at lease see the Database name and other entries, like ps_order, ps_order_details etc. and when I click any of them that Deprication Notice willbe poped up and annoying me.
When I open "Import" Tab on phpMyAdmin Menu, I get again a lot of these Deprication Notices and at bottum the following is showen.
For Gods sake, i can ignore them with "Ignore All" option. I am about to import that backed up Database sql file. Can I check if that backed up Database (mentioned above) is currect? I mean, is it possible to check that sql file before the Import that, for example, an order short before the Backup date Nov. 2024 ? I can look at our E-Mails etc., then I can then say that whether theis backed up database is currect or not. I have never done Database Import yet.
I am worrying now, if I am ganna losing our Online shop and all the Database or not. That is a terrible feeling ... Please give me advice and tips about this. I am ganna perform this Import tomorrow.
I give my best to get our shop back!