C:\xampp\htdocs\magento\vendor\magento\framework\App\ErrorHandler.php:61 Stack trace: #0 C:\xampp\htdocs\magento\vendor\composer\ClassLoader.php(444):
Pleases any one send solution to its
XAMPP Version: 7.2.34
15:38:04 [main] Control Panel Version: 3.2.4
mangento -2.3.0
Not Found
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.2.34 Server at localhost Port 80
Perfect solution. Solved my 8 Hours problems. Thanks God.
The error you're encountering is due to a compatibility issue between the version of PHP used in XAMPP and Magento 2.3.0. Specifically, the error is related to the use of the "continue" statement in PHP 7.3, which requires the use of "continue 2" inside switch statements.
To resolve this issue, you can try one of the following solutions:
Magento 2.3.0 is not fully compatible with PHP 7.3. You can downgrade your PHP version to 7.2 in XAMPP to avoid this error.
You can update Magento to a newer version that is compatible with PHP 7.3.
Go to your Magento project folder.
Run the following commands to update Magento:
Check if the issue is resolved.
If you prefer not to downgrade or update, you can modify the code where the error occurs. Open the file located at:
C:\xampp\htdocs\magento\vendor\zendframework\zend-stdlib\src\ArrayObject.php
Look for the "continue" statement inside a switch block and change it to continue 2. This will prevent the error in PHP 7.3.
If you have any doubts you can visit top rated adobe commerce agency.