Hostings: Working, WampServer: Parse error: syntax error?
Posted by: yamangl (---.214.27.184.static.ttnet.com.tr)
Date: February 04, 2014 03:30AM

Hi, can you helpme please? my php script is working all hosting, (for example i uploaded: marmarisemlakdunyasi.com or ridvandurusel/test but wamp server is give ERROR. I think my .httacces file but what s the problem i didnt fix. First its given Internal ERROR when i was open re_write module now i see

Parse error: syntax error, unexpected $end in C:\wamp\www\Emlak\index.php on line 190

i opened this line

Line 188 <?php
Line 189 $_SESSION['gidenemlak']="";
Line190 ?>

and this is my .httacces file:

Options +FollowSymLinks
RewriteEngine on

# if URL starts with /diamond/tiny_mce, stop processing here
RewriteCond %{REQUEST_URI} ^/diamond/tiny_mce [NC]
RewriteRule .* - [L]

RewriteRule ^index$ index.php [L,NC]
RewriteRule ^(.*)_(.*).html$ detay.php?&id=$1 [L,NC]
RewriteRule ^(.*).htm$ hizmet.php?&id=$1 [L,NC]
RewriteRule ^hakkimizda$ hakkimizda.php [L,NC]
RewriteRule ^iletisim$ iletisim.php [L,NC]
RewriteRule ^emlak-ekle$ ekle.php [L,NC]
RewriteRule ^goruntule$ ayar.php [L,NC]

RewriteRule ^satilik-konutlar$ kategori.php?&kategori=1&tip=1&large=1 [L,NC]
RewriteRule ^satilik-isyerleri$ kategori.php?&kategori=1&tip=2&large=2 [L,NC]
RewriteRule ^satilik-arsalar$ kategori.php?&kategori=1&tip=3&large=3 [L,NC]
RewriteRule ^kiralik-konutlar$ kategori.php?&kategori=2&tip=1&large=4 [L,NC]
RewriteRule ^kiralik-isyerleri$ kategori.php?&kategori=2&tip=2&large=5 [L,NC]

This is Apache ERROR Log:
PHP Parse error: syntax error, unexpected $end in C:\\wamp\\www\\Emlak\\index.php on line 190

How can i fix?



Edited 6 time(s). Last edit at 02/04/2014 03:58AM by yamangl.

Options: ReplyQuote
Re: Hostings: Working, WampServer: Parse error: syntax error?
Posted by: yamangl (---.214.27.184.static.ttnet.com.tr)
Date: February 04, 2014 11:15PM

This problem is only wampserver/php/php settings/ short open tags module start. Now fixed... Thank you for not answer smiling smiley



Edited 1 time(s). Last edit at 02/04/2014 11:16PM by yamangl.

Options: ReplyQuote


Sorry, only registered users may post in this forum.