|
|
HTML |
1 2 3 |
{if $user->userOption13}
{else}Du hast noch kein Geschlecht angegeben. Klicke hier...
{/if}
|
mach es lieber so:{if $user->userOption13} {else}Du hast noch kein Geschlecht angegeben. Klicke hier... {/if}
|
|
Template source code |
1 2 3 |
{if $user->userOption13 == ""} Du hast noch kein Geschlecht angegeben. Klicke hier... {/if} |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Fatal error: PHP notice in file /srv/www/vhosts/domain.de/httpdocs/wcf/templates/compiled/38_1_1_WelcomestartPage.php (42): Undefined index: user
Information:
error message: PHP notice in file /srv/www/vhosts/domain.de/httpdocs/wcf/templates/compiled/38_1_1_WelcomestartPage.php (42): Undefined index: user
error code: 0
file: /srv/www/vhosts/domain.de/httpdocs/wcf/lib/system/WCF.class.php (255)
php version: 5.2.6
wcf version: 1.0.10 (Horizon)
date: Mon, 30 Mar 2009 15:59:08 +0000
request: /index.php?page=Welcomestart
referer: http://www.domain.de/index.php?page=Welcomestart
Stacktrace:
#0 /srv/www/vhosts/domain.de/httpdocs/wcf/templates/compiled/38_1_1_WelcomestartPage.php(42): WCF::handleError(8, 'Undefined index...', '/srv/www/vhosts...', 42, Array) #1 /srv/www/vhosts/domain.de/httpdocs/wcf/lib/system/template/Template.class.php(243): include('/srv/www/vhosts...') #2 /srv/www/vhosts/domain.de/httpdocs/wcf/lib/page/AbstractPage.class.php(84): Template->display('WelcomestartPag...') #3 /srv/www/vhosts/domain.de/httpdocs/wcf/lib/page/AbstractPage.class.php(36): AbstractPage->show() #4 /srv/www/vhosts/domain.de/httpdocs/wcf/lib/util/RequestHandler.class.php(63): AbstractPage->__construct() #5 /srv/www/vhosts/domain.de/httpdocs/wcf/lib/util/RequestHandler.class.php(91): RequestHandler->__construct('Welcomestart', Array, 'page') #6 /srv/www/vhosts/domain.de/httpdocs/index.php(8): RequestHandler::handle(Array) #7 {main}
|
This post has been edited 1 times, last edit by "bart_the1st" (Mar 30th 2009, 9:54pm)
|
|
HTML |
1 |
{if $user->userOption13 == ""}
|
|
|
HTML |
1 |
{if $user->userOption13 == "{lang}wcf.user.profile.noDeclaration{/lang}"}
|
|
|
HTML |
1 |
{if $user->userOption13 == "Keine Angabe"}
|
|
|
HTML |
1 |
{if $user->userOption13 == "wcf.user.profile.noDeclaration"}
|
|
|
HTML |
1 |
{if $user->userOption13 == "0:wcf.user.profile.noDeclaration"}
|
|
|
HTML |
1 |
{if $this->user->userOption13 == "0"}
|

|
|
Source code |
1 |
{if $this->user->userID != ?????}
|
This post has been edited 1 times, last edit by "bart_the1st" (Apr 7th 2009, 10:17pm)
|
|
PHP Source code |
1 |
WCF::getTPL()->assign('userID', $this->userID);
|
|
|
PHP Source code |
1 |
intval($_GET['userID'])
|
|
|
HTML |
1 |
{if $this->user->userID == $userID}
|
This post has been edited 2 times, last edit by "MysteryForce" (Apr 9th 2009, 12:29pm)
Forum Software: Burning Board® 3.1.3, developed by WoltLab® GmbH