Help with cailynmae's Explore Mod

Forum
Last Post
Threads / Messages

LUC1G07CH1

I'm a Unicorn
Member
Joined
Mar 31, 2016
Messages
114
Points
16
Age
21
Location
Brazil
Mysidian Dollar
11,813
When i use it,these massages just appears:

Explore home:
Parse error: syntax error, unexpected 'bl' (T_STRING), expecting function (T_FUNCTION) in /home/enchante/public_html/view/exploreview.php on line 10

exploreforest.php
Fatal Error: Class ExploreforestController either does not exist, or has its include path misconfigured!

explorepublicgarden.php
Parse error: syntax error, unexpected ')' in /home/enchante/public_html/view/explorepublicgardenview.php on line 36

So i need help,because the explore mod who works actually just gives items and isn't all of the locations...

Links:

cailynmae's Explore Mod: Here.
 
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.
 
Thank you! Everything must work fine as i find what is exactly a quote mark... I'm just a completelly newbie :T
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,277
Messages
33,118
Members
1,602
Latest member
BerrieMilk
BETA

Latest Threads

Top