Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 09-21-2016, 09:36 PM
Dinocanid's Avatar
Dinocanid Dinocanid is offline
Member
 
Join Date: Aug 2016
Location: Maryland, USA
Posts: 516
Gender: Unknown/Other
Credits: 91,023
Dinocanid is on a distinguished road
Default

It took me a while of staring to figure out the problem xD
You're missing quotation marks in some places/ have them in the wrong spots. See this?

PHP Code:
$document->add(new Comment("<center>Cant guarantee a win!</center>, FALSE)); 
It should be:

PHP Code:
$document->add(new Comment("<center>Cant guarantee a win!</center>, FALSE")); 
This:
PHP Code:
$document->add(new Comment("<b><center>Eyres Hand".</center></b>", FALSE)); 
Should be this:
PHP Code:
$document->add(new Comment("<b><center>Eyres Hand.</center></b>, FALSE")); 
(You can check and fix all the others that are like that)

Basically have only/make sure you have 2 quotation marks. So the "formula" should be:
$document->add(new Comment("CodeGoesHere"));
No extra quotation marks should go anywhere inside that line.

An easy way to spot these mistakes is looking at your code and seeing if too many of the lines are blue. If your "elseif" statement is blue instead of green, then you probably need to fix the quotation marks. The same goes for "if" statements. "$document" should also always be gold/yellow.

Last edited by Dinocanid; 09-21-2016 at 09:44 PM.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 08:00 PM.

Currently Active Users: 3221 (0 members and 3221 guests)
Threads: 4,081, Posts: 32,032, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636