Thread: Parse error
View Single Post
  #2  
Old 12-07-2005, 05:49 AM
maddy maddy is offline
OSP Starters
 
Join Date: Dec 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
maddy is on a distinguished road
Default Parse Error- Info

This error can be caused by 2 issues. Both are due to user error.
Introducing a php syntax error when editing php files. What this means is that you did not insert your modifications in the correct place or you accidentally added a character somewhere that it does not belong. Pay very close attention to details when editing php files. The most seemingly insignificant syntax errors will cause major display problems.
Using a text-editor that does not support php files. Many editors add formatting to the code that will cause php errors even though you cannot see this added fomatting with your eyes. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - Parse error
Thread: Parse error
View Single Post
  #2  
Old 12-07-2005, 05:49 AM
maddy maddy is offline
OSP Starters
 
Join Date: Dec 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
maddy is on a distinguished road
Default Parse Error- Info

This error can be caused by 2 issues. Both are due to user error.
Introducing a php syntax error when editing php files. What this means is that you did not insert your modifications in the correct place or you accidentally added a character somewhere that it does not belong. Pay very close attention to details when editing php files. The most seemingly insignificant syntax errors will cause major display problems.
Using a text-editor that does not support php files. Many editors add formatting to the code that will cause php errors even though you cannot see this added fomatting with your eyes. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote