Troubleshooting Tips
In the Knowledge Base. you will find an extensive trouble shooting section answering most of your questions related to the installation and usage of Logaholic.
Trouble Shooting with Wamp Server on Windows Desktop.

When your Wampserver fails to go online:
No green Icon or your www page is blank (Figure 1).
Confirm that you are running Wampserver as administrator (Figure 0).
Make sure you are not using a program that occupies port 80 and 443, like Skype, Teamviewer etc…
Configure these programs to not use ports 80 and or 443.
In Skype and Teamviewer this works as follows:
Open Skype >tools>options>connection>advanced; uncheck "use port 80 and 443 as alternative".
Shut down Skype, then restart Wampserver, before restarting Skype.
Open Teamviewer> Extra> Options> Advanced, Show Advanced Options.
Check under Advanced Network settings;
Don’t use incoming ports 80 and 443 (recommended for webservers only).
Shut down Teamviewer, then restart Wampserver, before restarting Teamviewer.
Recommended Php settings on Wampserver
Click the Wampserver icon in the taskbar or status screen, a menu pops up.
(Figure 2 and 2) Select, PHP> php.ini
The php.ini file should now open in your text editor, i.e. Notepad.
Check and adjust if necessary the below items by looking them up in the text file.
Activate a search box in your text editor by pressing Ctrl+F on your keyboard,
or go to the Notepad menu item Edit> Find.
| Find the following items: | Set to: |
|---|---|
| allow_url_fopen = | On |
| display_errors = | On |
| output_buffering = | Off |
| open_basedir = | c:\logfiles **' |
Save the changes in the php.ini file, Ctrl+S, or go to the Notepad menu item, File> Save. Close the text editor.