Joomla 3: GANTRY_BOOTSTRAP_CANT_FIND_LIBRARY - joomla3.0

I downloaded a free template for my Joomla website in localhost. I installed the template in the extensions. When i view it in site, i am getting the following error.
GANTRY_BOOTSTRAP_CANT_FIND_LIBRARY
I do not know how to solve it? Is there any one who come across this issue can help me..

Generally this means you tried to upgrade Gantry and it encountered a problem while running the upgrade which broke it. Generally I have seen this when there is a file/folder permission issue. Check permissions and re-install gantry framework. http://gantry.org/downloads

Related

how to Install a DNN module with code instead of the interface?

I am developing a modue for a DNN website and i would like to make a little tool that is able to perform the installation process without having to go trough the CMS and install it with the extension installer.
This would probably be a lot faster. For this i need to know all the steps the installation follows and convert this to code. However Google does not seem to help me out here so far.
Does anyone have any information or code regarding this?
Read this and the referenced links:
http://mitchelsellers.com/blogs/2009/10/14/dotnetnuke-bulk-extension-installation.aspx

cakePhp framework in netbeans not working

I am learning cakePhp framework. I want to netbeans as IDE. But only ZEND and symphony frameworks shown to be available. But cakephp is not even shown. I installed plugin, restarted netbeans IDE but still not working. Any suggestion how to fix the problem
If you have some problem relate to cakephp-netbeans plugin, please submit them to github issue tracker.
I need some information.
environments (e.g. OS, NetBeans version, plugin version)
steps (detail)
screenshots (if possible)
e.t.c
Thanks.

DotNetNuke Explained: Basic Module Development - Settings not saved

I'm using VS 2012 dotnetnuke template for develop a first module DNN 7 following the Chris Hammond's tutorial. I ve a problem with settings : they are not saved, i uncomment all sections but when i update them, and i open settings module again they don t appear.
In fact i need to build a new release version then reinstall module and it's working but it's very difficult to develop something doing that
If someone have an idea ??
Thanks vey advance
I think the problem came from the fact i forgot to uncheck Create folder for solution.
All is working fine now
Thank's to D. Gimenez

Internet Explorer fails to run Silverlight Apps after BitDefender 2013 Install

I have no idea what's happening here. All I know is that my silverlight web apps ran perfectly after being deployed in December, and now when I open my project and run it it dies with the check manifest error:
Error: Unhandled Error in Silverlight Application
Code: 2103
Category: InitializeError
Message: Invalid or malformed application: Check manifest
I know that silly error, and trust me, I didn't change anything (no names, no namespaces, nothing)
A bit of fiddling in fiddler shows that the following 2 files cannot be found each time the app is loading:
/B1D671CF-E532-4481-99AA-19F420D90332/netdefender/hui/ndhui.css
and
/B1D671CF-E532-4481-99AA-19F420D90332/netdefender/hui/ndhui.js?0=0&0=0&0=0
I am not familiar with those files, and in no area of my app am I reffering to them. I am now wondering if the recent installation of BitDefender 2013 has anything to do with it, or maybe it could be the recent windows update that updated the .NET framework 4.0. I tried editing the anti Phishing feature in fact I turned off all the features in BitDefender with nothing availing. If anyone knows what to do regarding this, I would be most thankful for a tip.
Well then, I was right after all; BitDefender was at fault. I finally made up my mind and decided to uninstall bitDefender 2013. So I ran the BitDefender Uninstall tool I used to uninstall bitDefender 2012. It seemed to have gone through the process ok, then as expected asked for a restart to complete uninstallation. I didn't realize that only the uninstall tool specifically made for bitDefender 2013 could uninstall it. So, after restart bitDefender 2013 was still present and running perfectly. However, the difference now was that visual studio had no problem debugging my applications neither my browsers any problem loading my Silverlight apps either locally or externally.
Weird? Believe it.
From error code 2103, it seems that there is an issue with manifest file. Most probably you have changed namespace. Here are 4 links that might be helpful.
MSDN Blog
One More MSDN Blog
Code Project
StackOverflow Thread

Winforms Application Setup Creation in VS2010

I know that this is a very stupid question, but I have not been able to find a definitive Guide to creating a basic Installer for my windows forms application. I know we have to use Setup and Deployment Projects in VS2010 but have not been able to find any step by step guide for it.
If possible please guide me regarding the same.
Thanks
Many Winforms projects don't require an installer. Just copy the files in the Release folder, formally named "XCopy deployment". The walkthrough for a Setup and Deployment project is here.
I'm currently learning how to do setup projects as well.. I found a couple of sites that helped me to get off the ground and have a basic installer. I know the first link is from way back in 2005, but it still helped.
http://www.simple-talk.com/dotnet/visual-studio/getting-started-with-setup-projects/
http://www.eggheadcafe.com/tutorials/aspnet/dcc5ab62-b875-4852-9e34-8bc2794e4fb8/c--create-setup-project.aspx

Resources