View Single Post
  #1  
Old 05-25-2009, 07:02 PM
Saphira Saphira is offline
Member
 
Join Date: Jan 2009
Posts: 89
Credits: 5,834
Saphira
Default Parse error: syntax error, unexpected T_ELSE in /home/.nyles/

On line 264. (lol topic title wasn't long enough.)

Line 264 has the underline bbcode around it:

PHP Code:
else if($act == "sentitems"){

}
else{

// No valid action...

$article_title $lang_invalidact_title;
$article_content $lang_invalidact;

}


[
u]else{[/u]

// User is either not logged in or does not have the proper privledges to send messages...

$article_title $lang_title_pmdenied;
$article_content $lang_pmdenied;


Reply With Quote