generic cialis
Home » Archive

Articles in the Joomla! Category

Joomla!, Windows »

[22 Jul 2009 | 2 Comments | ]

Problem
When trying to add a Plugin, Component or Module in Joomla’s Extension Manager, you might get the following error:
JFolder::create: Could not create directory
Warning! Failed to move file.
Shown here:

This is likely – but not definitely – to be after the site has been moved from location to another, a change of directory, or server.
Solution
When a Component, Plugin or Module is added, the Joomla system attempts to copy the installable zip to a temporary directory, called ‘tmp‘. From there, PHP extracts the files and installs them. The error above usually occurs for …

Joomla! »

[26 Jan 2009 | No Comment | ]

Problem
A coleague wanted to change the default ‘browse’ path that the JCE ‘Image Manager’ and ‘File Browser’ plugins use. By default when you use the plugins, the contents of the ‘Stories’ directory will be displayed. It seems that even if you go into the plugin settings ( under ‘Components > JCE Administration > Plugins > [plugin name]‘ ), and set the ‘File Directory Path’ setting, it still doesn’t change the default path!
Solution
Navigate to Components > JCE Administration > Groups as shown below:
Choose Groups from the main menu…
Then select the group you want …

Joomla!, VirtueMart »

[20 Jan 2009 | 3 Comments | ]

Problem
Just now, I needed to move a website running Joomla 1.5 and VirtueMart 1.1.2 from the development server, to the live web space. After I had moved the data, and the files, and updated the path in Joomla’s ‘configuration.php’ file, it seemed to work ok, but all the links in the VirtueMart Admin area still pointed to my development server.
Solution
After doing a ‘find in files’ for my development server’s name, I found two more paths that need changing in VirtueMart’s own configuration file. This is the file:
/administrator/components/com_virtuemart/virtuemart.cfg.php
The following two paths …

Joomla! »

[14 Jan 2009 | 2 Comments | ]

Problem
In Joomla 1.5, at present, there is no way to set the template applied to an article or category  based on the section that article is in. Templates can be set by menu item, but not by the overall section they reside in. This means that if multiple templates are being used, each time a new article is added, changes have to be made to the template setup too – very tedious. All I wanted was to be able to create an article or category, add it to a certain …

Joomla! »

[18 Dec 2008 | 2 Comments | ]

Problem
I’m using AcaJoom Plus as a newsletter component for Joomla, on behalf of a client. While testing the component I found that once the “Change your subscription” and “Unsubscribe” links were appended, it messed up my template and styling. The text is surrounded SPAN with a class called ’subscriptionlink_nws’ applied to it, but there is only so much you can do with styles in the newsletter itself.
Solution
The “Change your subscription” and “Unsubscribe” links can be found in the file ‘class.jmail.php’ which sits in: [site root]/administrator/components/com_acajoom/classes/.
Open this file and at around line 76 …