after installing wampserver I have an error message in windows errorlog
Posted by: johannes999 (---.ip.telfort.nl)
Date: December 07, 2014 04:24PM

hello,

for first time I installed wampserver, I looked in YouTube for instructions how to install it.
so the instructions in YouTube told me to edit httpd.confg file and put the port 80 for local host and listen to 8080 .so I did . then to edit phpmyadmin.config file and change order Deny,Allow to allow all as below you can see wat I changed .

<Directory "c:/wamp/apps/phpmyadmin4.1.14/">

Options Indexes FollowSymLinks MultiViews
AllowOverride all

<IfDefine APACHE24>
Require local
</IfDefine>

<IfDefine !APACHE24>
Order Deny,Allow
Allow from all
Allow from all </IfDefine>

php_admin_value upload_max_filesize 128M
php_admin_value post_max_size 128M

php_admin_value max_execution_time 360
php_admin_value max_input_time 360
</Directory>
now I have an orange button and when I look in log file I see this error below
+ System

- Provider

[ Name] Apache Service

- EventID 3299

[ Qualifiers] 0

Level 2

Task 0

Keywords 0x80000000000000

- TimeCreated

[ SystemTime] 2014-12-07T14:52:52.000000000Z

EventRecordID 34653

Channel Application

Computer johan-pc

Security


- EventData

The Apache service named

reported the following error: >>>
httpd.exe: Syntax error on line 554 of C:/wamp/bin/apache/apache2.4.9/conf/httpd.conf: Syntax error on line 25 of C:/wamp/alias/phpmyadmin.conf: Expected </IfDefine> but saw </Directory>

how I can solve this problem plus I want to know when I changed the port 80 to 8080 do I have also to do port mapping in my router?

thanks
johan

Options: ReplyQuote
Re: after installing wampserver I have an error message in windows errorlog
Posted by: Otomatic (Moderator)
Date: December 07, 2014 05:11PM

Hi,
Youtube says bullshit. There is absolutely no need to change the Apache listening port number.

> Syntax error on line 25 of C:/wamp/alias/phpmyadmin.conf: Expected </IfDefine> but saw </Directory>
You've made mistakes by modifying files.

Delete all your changes in all files.
Put in the state where it was just after the installation then return here to explain what the problem is.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.