
Danke für das Lob. Hört man sehr gerneUnd zwar finde ich deinen Geschenkeshop sehr genial und würde ihn gerne für meine Seite nutzen wollen.

Darfst du gerne.1. Darf ich das Plugin auf eigenes Risiko für meine Zwecke verändern? Sprachvariablen und evtnl. neue Datenbankfelder hinzufügen für das Formular?
Ich schreib dir später mal eine private Nachricht.2. Ich schätze deine Arbeit sehr. Klingt jetzt bisschen doof, aber trotzdem wollte ich mal nachfragen, ob eine BrandingFree Lizenz bei dir erwerbbar ist und wieviel das kosten würde?




|
|
PHP-Quelltext |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
Fatal error: PHP notice in file /var/customers/webs/FTG/wcf/templates/compiled/341_0_1_giftShop.php (109): Trying to get property of non-object
Information:
error message: PHP notice in file /var/customers/webs/FTG/wcf/templates/compiled/341_0_1_giftShop.php (109): Trying to get property of non-object
error code: 0
file: /var/customers/webs/FTG/wcf/lib/system/WCF.class.php (281)
php version: 5.2.6-1+lenny4
wcf version: 1.1.2 (Tempest)
date: Sun, 14 Mar 2010 14:15:03 +0000
request: /forum/index.php?page=GiftShop&giftCategoryID=4
referer: http://www.futigo-gaming.de/forum/index.php?page=GiftShop
Stacktrace:
#0 /var/customers/webs/FTG/wcf/templates/compiled/341_0_1_giftShop.php(109): WCF::handleError(8, 'Trying to get p...', '/var/customers/...', 109, Array)
#1 /var/customers/webs/FTG/wcf/lib/system/template/Template.class.php(267): include('/var/customers/...')
#2 /var/customers/webs/FTG/wcf/lib/page/AbstractPage.class.php(100): Template->display('giftShop')
#3 /var/customers/webs/FTG/wcf/lib/page/GiftShopPage.class.php(100): AbstractPage->show()
#4 /var/customers/webs/FTG/wcf/lib/page/AbstractPage.class.php(46): GiftShopPage->show()
#5 /var/customers/webs/FTG/wcf/lib/util/RequestHandler.class.php(64): AbstractPage->__construct()
#6 /var/customers/webs/FTG/wcf/lib/util/RequestHandler.class.php(92): RequestHandler->__construct('GiftShop', Array, 'page')
#7 /var/customers/webs/FTG/futigo/forum/index.php(20): RequestHandler::handle(Array)
#8 {main}
|
|
|
PHP-Quelltext |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
<div class="formElement">
<p class="formFieldLabel">
{lang}wcf.guthaben.gift.price{/lang} {$gift.giftPrice} {lang}wcf.guthaben.currency{/lang}
</p>
<p class="formField">
{if $userguthaben >= $gift.giftPrice}
<div class="smallButtons">
<ul>
<li class="extraButton"><img src="../../wcf/icon/guthabenMainS.png" alt="Guthaben" /><span>
<a href="index.php?form=GiftGive&giftID={$gift.giftID}&userID={$giftToUser->userID}{@SID_ARG_2ND}">Bestellen</a>
</span></li>
</ul>
</div>
</td>
{else}
{lang}wcf.guthaben.gift.nomoney{/lang}
{/if}
</p>
</div>
</fieldset>
{/foreach}
{/if}
<div class="contentFooter">
</div>
|




|
|
PHP-Quelltext |
1 2 3 |
if (Guthaben::get(true) < $this->gift->giftPrice){
throw new UserInputException('transfer', 'tomutch');
}
|



