Ankündigung
Einklappen
Keine Ankündigung bisher.
Weiterleitungsseite erzeugt Fehler?
Einklappen
X
-
Es gibt einen Newsletter. Nagut, der muss auch erstmal verschickt werden.Zitat von D23 Beitrag anzeigenTja, da muss man sich bislang selbst bemühen und den News-Bereich regelmäßig einsehen. (http://www.premium-contao-themes.com/news.html)
@Tim: Wäre vielleicht ein Newsletter für die Käufer dahingehend mal eine Überlegung? Bei Update -> Mail ;-)
Da wir selbst Newsletter eher lästig finden, schicken wir den nur bei wirklich großen Neuerungen bzw. Promos wie einem neuen Theme oder Modul.
Ich denke den RSS Feed abonnieren ist eine gute Möglichkeit.
Einen Kommentar schreiben:
-
Ist MM deaktiviert bzw. der DC General. Dann fliegen die raus.Zitat von Fred_erick Beitrag anzeigenWo sehe ich überhaupt, ob es eine neue Version gibt?
Woran liegt es eigentlich, das seit der Instalattion von CC, wenn ich die DB aktualisieren will, alle MM Tabellen gelöscht werden sollen?
[ATTACH=CONFIG]n180[/ATTACH]
CC nutzt ja Contaos interne Routinen für das DB Update. Da MM keine dca Files erstellt bzw. Contao hier extrem umgeht, versucht CC das wieder gerade zu biegen und empfiehlt diese losen Tabellen für die es keinen DataContainer gibt, zu löschen.
Einen Kommentar schreiben:
-
Tja, da muss man sich bislang selbst bemühen und den News-Bereich regelmäßig einsehen. (http://www.premium-contao-themes.com/news.html)
@Tim: Wäre vielleicht ein Newsletter für die Käufer dahingehend mal eine Überlegung? Bei Update -> Mail ;-)
Einen Kommentar schreiben:
-
Wo sehe ich überhaupt, ob es eine neue Version gibt?
Woran liegt es eigentlich, das seit der Instalattion von CC, wenn ich die DB aktualisieren will, alle MM Tabellen gelöscht werden sollen?
Zuletzt geändert von Fred_erick; 06.07.2015, 13:06.
Einen Kommentar schreiben:
-
Du hast doch das CustomElement für die Felder/Attribute angelegt. Ist dort ein Hyperlink-Feld? Das Attribut hat den Alias "webseite".
Ich versuch das mal nachzubauen und schaue ob der Fehler auch unter Versionen höher 3.2 kommt.
Einen Kommentar schreiben:
-
Der Fehlt kommt über das Hyperlink bzw. Url Attribut. Schau mal ob du da irgendein altes Hyperlink Attribut drin hast.
Selbst in Contao 3.2 ist die ::get() Methode statisch abrufbar, was dein Server aber bemängelt.
Einen Kommentar schreiben:
-
Weiterleitungsseite erzeugt Fehler?
Hi,
ich habe folgendes template bei meinem CC lister:
Wenn ich auf den Link zur Deteilseite klicke, bekomme ich folgenden Fehler:PHP-Code:<div class=" <?php echo $this->class; ?> block" <?php echo $this->cssID; ?>>
<?php if(!$this->empty): ?>
<?php foreach($this->entries as $entry): ?>
<div class="entry block <?php echo $entry->class; ?>">
<a href="<?php echo $entry->links('detail')->url; ?>">
<div><?php echo $entry->field('name')->html(); ?></div>
<div><?php echo $entry->field('land')->html(); ?></div>
</a>
<a href="<?php echo $entry->links('detail')->url; ?>" class="button">Details</a>
</div>
<?php endforeach; ?>
<?php else: ?>
<p class="info empty"><?php echo $this->empty; ?></p>
<?php endif;?>
</div>
Code:[03-Jul-2015 13:16:39 GMT] PHP Deprecated notice: Non-static method PCT\CustomElements\Models\Model::get() should not be called statically, assuming $this from incompatible context in /wwwroot.wwwnew/system/modules/pct_customelements/PCT/CustomElements/Core/Attribute.php on line 364 #0 /wwwroot.wwwnew/system/modules/pct_customelements/PCT/CustomElements/Core/Attribute.php(364): __error(8192, 'Non-static meth...', '/wwwroot.wwwnew...', 364, Array) #1 /wwwroot.wwwnew/system/modules/pct_customelements/PCT/CustomElements/Attributes/Url/Url.php(157): PCT\CustomElements\Core\Attribute->loadOptionValues('webseite') #2 /wwwroot.wwwnew/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Plugins/CustomCatalog/Attributes/AttributeCallbacks.php(125): PCT\CustomElements\Attributes\Url->renderCallback('webseite', '', Object(PCT\CustomElements\Core\FrontendTemplate), Object(PCT\CustomElements\Attributes\Url)) #3 /wwwroot.wwwnew/system/modules/pct_customelements/PCT/CustomElements/Core/Hooks.php(203): PCT\CustomElements\Plugins\CustomCatalog\Attributes\AttributeCallbacks->renderAttribute('webseite', '', Object(PCT\CustomElements\Core\FrontendTemplate), Object(PCT\CustomElements\Plugins\CustomCatalog\Core\Attribute)) #4 [internal function]: PCT\CustomElements\Core\Hooks->prepareRenderingHook('webseite', '', Object(PCT\CustomElements\Core\FrontendTemplate), Object(PCT\CustomElements\Plugins\CustomCatalog\Core\Attribute)) #5 /wwwroot.wwwnew/system/modules/pct_customelements/PCT/CustomElements/Core/Hooks.php(77): call_user_func_array(Array, Array) #6 /wwwroot.wwwnew/system/modules/pct_customelements/PCT/CustomElements/Core/Attribute.php(1170): PCT\CustomElements\Core\Hooks::callstatic('prepareRenderin...', Array) #7 /wwwroot.wwwnew/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Plugins/CustomCatalog/Core/Attribute.php(33): PCT\CustomElements\Core\Attribute->render() #8 /wwwroot.wwwnew/system/modules/pct_customelements/PCT/CustomElements/Core/TemplateAttribute.php(70): PCT\CustomElements\Plugins\CustomCatalog\Core\Attribute->render() #9 /wwwroot.wwwnew/system/modules/pct_customelements/PCT/CustomElements/Core/TemplateAttribute.php(79): PCT\CustomElements\Core\TemplateAttribute->render() #10 /wwwroot.wwwnew/system/modules/pct_customelements_plugin_customcatalog/templates/customcatalog_default.html5(17): PCT\CustomElements\Core\TemplateAttribute->html() #11 /wwwroot.wwwnew/system/modules/core/library/Contao/Template.php(272): include('/wwwroot.wwwnew...') #12 /wwwroot.wwwnew/system/modules/core/classes/FrontendTemplate.php(28): Contao\Template->parse() #13 /wwwroot.wwwnew/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Plugins/CustomCatalog/Core/CustomCatalog.php(337): Contao\FrontendTemplate->parse() #14 /wwwroot.wwwnew/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Plugins/CustomCatalog/Frontend/ModuleReader.php(138): PCT\CustomElements\Plugins\CustomCatalog\Core\CustomCatalog->render() #15 /wwwroot.wwwnew/system/modules/core/modules/Module.php(139): PCT\CustomElements\Plugins\CustomCatalog\Frontend\ModuleReader->compile() #16 /wwwroot.wwwnew/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Plugins/CustomCatalog/Frontend/ModuleReader.php(95): Contao\Module->generate() #17 /wwwroot.wwwnew/system/modules/core/elements/ContentModule.php(54): PCT\CustomElements\Plugins\CustomCatalog\Frontend\ModuleReader->generate() #18 /wwwroot.wwwnew/system/modules/core/library/Contao/Controller.php(457): Contao\ContentModule->generate() #19 /wwwroot.wwwnew/system/modules/core/modules/ModuleArticle.php(187): Contao\Controller->getContentElement(Object(Contao\ContentModel), 'main') #20 /wwwroot.wwwnew/system/modules/core/modules/Module.php(139): Contao\ModuleArticle->compile() #21 /wwwroot.wwwnew/system/modules/core/modules/ModuleArticle.php(50): Contao\Module->generate() #22 /wwwroot.wwwnew/system/modules/core/library/Contao/Controller.php(393): Contao\ModuleArticle->generate(false) #23 /wwwroot.wwwnew/system/modules/core/library/Contao/Controller.php(255): Contao\Controller->getArticle(Object(Contao\ArticleModel), false, false, 'main') #24 /wwwroot.wwwnew/system/modules/core/pages/PageRegular.php(129): Contao\Controller->getFrontendModule('0', 'main') #25 /wwwroot.wwwnew/index.php(248): Contao\PageRegular->generate(Object(Contao\PageModel), true) #26 /wwwroot.wwwnew/index.php(431): Index->run() #27 {main}Stichworte: -

Einen Kommentar schreiben: