I have transferred my installation from linux based apache web server to windows based apache web server, i m getting below error ...
================
Parse error: parse error, unexpected $end in C:\Typo3\htdocs\quickstart\typo3conf\ext\access_rights\pi1\class.tx_accessrights_pi1.php on line 576
================
I do not understand $end
Moderator: General Moderators
it might be cos of a if statment, i.e.
note that the } is missing in ELSE.
might be worth pasteing your code here.
Code: Select all
<?php
if($bla == 1)
{
//do stuff
}
else
{
//do more stuff
?>might be worth pasteing your code here.