

This is where you’ll find all your XAMPP files, including your PHP error logs. Then, when you launch Finder, click on your IP address in the left-hand menu and open the lampp folder. However, if you’re using XAMPP-VM, you first need to open the XAMPP control panel, click on the Volumes tab, and select Mount: The Volumes tab of the macOS XAMPP-VM control panel. For instance, if you’re using XAMPP for OS X, you can simply open Finder, go to Applications > XAMPP, and look for the logs folder to find your PHP log. It’s important to know which version you’re using because it determines how you access key files we’ll be referencing throughout this post. The latter enables you to run XAMPP for Linux on your Mac, using a virtual machine. There are actually two versions of XAMPP for Mac users – “XAMPP for macOS” and “ XAMPP-VM“. You should be able to simply type this path into your browser after view the PHP log. This will reveal the path you need to enter in your address bar to view the log: Locating the error_log path in PHPInfo. There, click PHPInfo at the top of the screen: The PHPInfo link in the XAMPP dashboard. To locate your PHP error logs, open the XAMPP dashboard by typing your browser’s address bar. In some cases it may be beneficial to have access to your PHP log as well, although this is usually more helpful for troubleshooting WordPress errors than those for Apache or MySQL.

You can then take a look through your logs to see if there’s anything suspicious and follow any directives provided to resolve the issue(s). On macOS, click on the Log tab in the control panel to see the activity log: The Log tab of the macOS XAMPP control panel. You can also access the error log by by clicking on the Logs button next to the Apache Config button: The XAMPP control panel includes logs for PHP and its other components. On Windows, the XAMPP activity log appears in the lower half of the control panel dialog box. Fortunately, there’s a simple way to find the path for your setup. Logs are accessed using different paths, depending on your OS and version. If you know why the issue is occurring, you should be able to resolve it much faster than troubleshooting it by trial and error. This may point you in the direction of the problem’s cause. In the event that you’re developing a WordPress site locally using XAMPP, and you can’t get the platform to start up, your first step should be to check your error logs. Learn more about DevKinsta! How to Check Your XAMPP PHP Error Log Looking for a powerful tool for local WordPress development? DevKinsta features one-click site creation, built-in HTTPS, powerful email and database management tools, and more. If you’re interested in installing XAMPP, you can check out our tutorial on installing WordPress locally, which includes directions for this task. When it comes to WordPress in particular, XAMPP is one of the top localhost solutions because it meets all of the Content Management System’s (CMS’s) requirements. We also try to be at that level with our SaaS tool support. You can however change the ports that wampserver points to in your config.Kinsta spoiled me so bad that I demand that level of service from every provider now. Disabling these if not needed is and option but ( NOT recommended). Regarding Ports.I work with Wampserver and its a common problem that anti virus apps installed within Windows take up the same ports. Memory limit, post_max_size and upload_max_filesize are some of the most changed lines in an ini file and should really be separated out in a future host releases because as said above a slight change or an accidental removal of any text in there can bring your whole site crashing down. however, it has to do with the blank page under phpmyadmin log in and it may help someone that visits this thread. don't change anything and seek help or best, if you don't know, you shouldn't be changing anything at all. It's best you enter the right credentials because the slightest mistake could have you scratching your head for hours. They may change the 128M to 128MB if tinkering. Maximum amount of memory a script may consume (128MB) Some may change the memory limit by reading what is written above it in the php.ini file. If you are using sqlbuddy or webgrind their config files also need changing in the same way in ?:\wamp\alias\. If you are using Apache 2.4.x, change the whole Directory section to look like this Options Indexes FollowSymLinks MultiViews If you are using Apache 2.2.x, change the Allow it to look like this Add this line to your HOSTS file to associate localhost with the IPV6 loopback address ::1 localhostĪlso check the phpMyAdmin config security, edit ?\wamp\alias\nf Try launching phpMyAdmin using If that works then its an IPV4/IPV6 confusion, Apache now listens to both ip address ranges by default and browsers tend to pick either IPV4 or IPV6 addresses for no apparent reasons.
