View Single Post
  #2  
Old 04-10-2016, 12:25 PM
RestlessThoughts's Avatar
RestlessThoughts RestlessThoughts is offline
Member
 
Join Date: Mar 2016
Posts: 10
Gender: Female
Credits: 1,233
RestlessThoughts is on a distinguished road
Default

Inside ExploreView.php you will see }bl near the bottom. Delete the bl.

Make sure you created the exploreforest.php file and that the class is named ExploreforestController inside the file. It may be misspelled.

When you add or edit a new item to find make sure you follow the syntax:
$document->add(new Comment("Oh look! You found a <b>$item</b>!", FALSE));

Beware of missing commas or quote marks - this throws errors:
$document->add(new Comment("Oh look! You found a <b>$item</b>!, FALSE));

There's probably a missing quote mark near line 36. If you don't have a text editor that shows line numbers I recommend Sublime Text 3.

If you can't spot the errors feel free to copy/paste your code.
__________________
Reply With Quote