• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Modern acc fatal error::: LOOK

WibbenZ

Global Moderator
Staff member
Global Moderator
Joined
Oct 16, 2008
Messages
6,374
Solutions
229
Reaction score
1,503
Location
Sweden
Code:
Fatal error: Uncaught exception 'Exception' with message 'Syntax Error in template "templates/Phoenix\index.tpl" on line 17 " div.c-2 {padding-top: 10px;} " - Unexpected ": ", expected one of: "(" , "::"' in C:\xampp\htdocs\system\application\libraries\sysplugins\smarty_internal_templatecompilerbase.php:432 Stack trace: #0 C:\xampp\htdocs\system\application\libraries\sysplugins\smarty_internal_templateparser.php(2579): Smarty_Internal_TemplateCompilerBase->trigger_template_error() #1 C:\xampp\htdocs\system\application\libraries\sysplugins\smarty_internal_templateparser.php(2644): Smarty_Internal_Templateparser->yy_syntax_error(2, ': ') #2 C:\xampp\htdocs\system\application\libraries\sysplugins\smarty_internal_smartytemplatecompiler.php(47): Smarty_Internal_Templateparser->doParse(2, ': ') #3 C:\xampp\htdocs\system\application\libraries\sysplugins\smarty_internal_templatecompilerbase.php(84): Smarty_Internal_SmartyTemplateCompiler->doCompile('<!DOCTYPE html ...') #4 C:\xampp\htdocs\system\application\libraries\sysplugins in C:\xampp\htdocs\system\application\libraries\sysplugins\smarty_internal_templatecompilerbase.php on line 432

script

PHP:
/* use of the small box. */

.titleBox
{
	border-top: 1px solid #000;
	margin-top: 12px
}

.topTitleBox, .titleBox
{
	background-color: #BBB;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #000;
	font-weight: 700;
	font-size: 9pt
}

need help fast.


btw the code is from TFS-CMS 5 lines:: css file

Code:
*
{
	padding: 0;
	margin: 0
}

body
{
	background: #ECECEC;
	font: normal 10pt tahoma, verdana, geneva, 'lucida grande', arial, helvetica, sans-serif;
	padding-top: 10px
}

a
{
	color: #000;
	text-decoration: none
}

a:hover
{
	text-decoration: underline
}

.bold, a
{
	font-weight: 700
}

form
{
	display: inline
}

#topContainer
{
	font-size: 35pt
}

#container
{
	margin: 0px auto 0px auto;
	width: 976px
}

#leftContainer, #centerContainer, #rightContainer
{
	background-color: #DDD;
	height: 470px;
	overflow: auto
}

#leftContainer, #rightContainer
{
	float: left;
	width: 180px;
	border: 1px solid #000
}

#centerContainer
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	width: 594px;
	border: 1px solid #000
}




















  /* use of the small box. */
.titleBox
{
	border-top: 1px solid #000;
	margin-top: 12px
}

.topTitleBox, .titleBox
{
	background-color: #BBB;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #000;
	font-weight: 700;
	font-size: 9pt
}

ul
{
	list-style-type: none
}

#leftContainer ul, #rightContainer ul
{
	margin: 10px 0px 0px 15px
}

.field
{
	padding: 1px 0px 1px 0px
}

.submit
{
	color: #000
}

.submit, .field, .select, .textarea
{
	background-color: #EEE;
	border: 1px solid #000
}

#leftContainer .submit, #rightContainer .submit
{
	margin-top: 5px
}

#leftContainer .field, #rightContainer .field
{
	width: 138px
}

#leftContainer .submit, #rightContainer .submit
{
	width: 140px
}

#featuredPicture, #featuredPicture img
{
	height: 100px;
	width: 128px
}

#featuredPicture
{
	background-color: #CCC;
	font-weight: 700;
	font-size: 8pt;
	border: 1px solid #000
}

table
{
	border-collapse: collapse;
	border: 1px solid #777
}

#centerContent
{
	padding: 10px 15px 10px 15px
}

.tableHead td
{
	background-color: #B4B4B4;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: 700
}

td
{
	padding: 1px
}

.c0
{
	background-color: #CCC
}

.c1
{
	background-color: #C4C4C4
}

#styleChanger
{
	font-size: 9pt;
	float: right
}
 
PHP:
.titleBox
{
	border-top: 1px solid #000;
	margin-top: 12px;
}

.topTitleBox, .titleBox
{
	background-color: #BBB;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #000;
	font-weight: 700;
	font-size: 9pt;
}

ul
{
	list-style-type: none
}

the scripts has them or what you mean?
 
Last edited:
Don't use head CSS, I think Smarty think u r trying to use variable, as they declare it like that:

{$variable}

So, use external one or inline.
 
But I just wanna a small box that makes it abit like a text
-----------------------------
>> Info
Welcome to the server!
Info:
email: [email protected]
-----------------------------

under status..
 

Similar threads

Back
Top