I am trying to install satchmo using the instructions given in the site. Everything works fine except the admin part. The moment I hit http://<SERVER_NAME>/admin, I get the following error:
'admin_static' is not a valid tag library: Template library
admin_static not found, tried
django.templatetags.admin_static,satchmo_store.shop.templatetags.admin_static,django.contrib.admin.templatetags.admin_static,django.contrib.comments.templatetags.admin_static,sorl.thumbnail.templatetags.admin_static,livesettings.templatetags.admin_static,satchmo_utils.thumbnail.templatetags.admin_static,satchmo_store.contact.templatetags.admin_static,tax.templatetags.admin_static,product.templatetags.admin_static,payment.templatetags.admin_static,satchmo_utils.templatetags.admin_static,app_plugins.templatetags.admin_static
I have no clue why is it saying that as it should be present by default.
Thanks
You are probably using Django 1.5 which has dropped support for the admin_static tag that satchmo tries to find. Downgrade to 1.4.5. and you should be ok.
Satchmo currently requires Django 1.4+, since July 2012, according the source documentation. (Fixed outdated requirements on the home page now.)
Related
It should be like this:
But in my case it shows this instead:
I use newest version of vscode (1.71.2), I have tried every django extensions on marketplace, nothing work.
How can I fix this?
I also encountered the same. On july I did a django project using django version 4.1.1, I think the issue might be vscode augus update
I have rercently installed HtmlAgility pack on a website that runs on Sitecore CMS.
everysince I have been getting an error on my app start that says "Field not found: 'HtmlAgilityPack.HtmlNode.ElementsFlags'."
I have checked the the code of Sitecore.kernal dll using a decompiler and below is the screenshot of the code that throws this error. Does anyone know how to fix this ?
Sitecore by default uses HtmlAgilityPack dll. In my version it uses 1.4.6.0 version of HtmlAgilityPack.
Most probably you installed a version of HtmlAgilityPack which is not compatible with Sitecore.
Try to check what is the version of HtmlAgilityPack.dll in your bin folder and change the reference to include 1.4.6.0 instead.
I am using django-markdown and I cannot get it to show the actual markdown in my text... I have followed all the instructions and it works in the preview. I am not getting any errors so IDK where to start looking...
Django markdown hasn't been updated since December 2014 and it is quite likely that it isn't compatible with the changes made in django 1.9.
Requirements
python >= 2.7
django >= 1.6
markdown
You probably want to use markdown-deux or a different library that supports a newer version of django
I have recently downloaded and installed Sitecore' web forms for marketers. It has installed successfully and I have created a Form within the CMS with basic fields on it. However when I go to add the form to a page through PageEditor I get the message "an error occured". When I then check the log I see the following exception
Exception: System.MissingMethodException
Message: Method not found: 'System.Guid Sitecore.Analytics.Data.PageEventData.get_PageEventDefinitionId()'.
Source: Sitecore.Forms.Core
at Sitecore.Forms.Shell.UI.CustomizeAnalyticsWizard.OnLoad(EventArgs e)
I have decompiled the Sitecore.Analytics DLL and I cannot find this method that it is looking for anywhere. I downloaded the module version 2.5 for SItecore 7.5 revision 150209.
Can anyone tell me if I am missing a newer or older version of the a DLL or something because I can't seem to figure out where this method should exist.
Thanks
OK after a bit of looking around and tweaking. I stripped out the version I installed by following the documentation on how to uninstall WFFM. I then downloaded version 2.5 revision 141014 and installed that. At a first glance this seems to be working. If I add the form to the page via content editor it works and renders fine. It seems to submit fine too. The forms won't render using page editor mind but I am not sure what that issue is as I haven't investigated.
Either way it would seem that revision 150209 is for Sitecore 8 and revision 141014 is for Sitecore 7.5. Hope this helps anyone else who comes across the same issue.
I'm following the Modern Template Building tutorial and fail to install the Template Auto-parser extension.
After the installation it should show the plugin in the object browser:
Unfortunately the tx_automaketemplate_pi1 part is never showing up.
Needless to say that all atempts to use the extension do not work.
Any ideas about how to fix that?
I'm on a fresh installation of Typo3 4.7.0.
Update:
After installing typo3 4.5 and trying again I noticed, that an extension is downloaded only and has to be installed in an extra step. However the icons which are indicating this (the brick with + or -) are not visible on my 4.7.0 installation:
Since the icons are not there I did not find a way to really install the extension. On the 4.5.0 installation everything is working fine.
Just out of curiousity. Any ideas about how to get the brik icons?
This seems to be a firefox specific problem (see http://www.xwissen.info/web-log/detail/articel/fix-install-uninstall-in-typo3-extansion-manager.html). I tried the workaround from xwissen.info (add "position: absolute" to .t3-icon-system-extension-uninstall and .t3-icon-system-extension-install) and this solved the issue.