Category Archives: joomla

Joomla Installation Fix

joomla-installation_fix

Recently I got a project for installing Joomla and configuring a template provided by the client itself. It was a very simple project and usually takes around half an hour at most. But as the installation process started, I was flooded with the following error messages:

Warning: session_start(): open(sess_78ac9881b78726f2fb5c194667f74021, 
O_RDWR) failed:No such file or directory (2) in session.php on line 542
Warning: session_start(): Cannot send session cookie - headers already
sent by(output started at session.php:412) in session.php on line 542

Also received the following error message:

Cookies do not appear to be enabled on your browser client. You will not
be able to install the application with this feature disabled. Alternatively,
there could also be a problem with the server's session.save_path. If this
is the case, please consult your hosting provider if you don't know how to
check or fix this yourself.

After a bit of research I found an easy solution to fix this problem.

Step 1:

Download this file and place it in the installation directory of Joomla.

Step 2:

Open index.php in the installation directory of Joomla. Add the following lines on top of the file(index.php):

include(“repair.php”);
session_save_path($work_path);

 Now initiate the installation process and the problem will disappear.

Shubhamoy

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

Website - More Posts

Joomla! Resources

Hi Friends,

It just struck in my mind about writing a post about the very popular CMS called Joomla!. If you are new to Joomla, don’t forget to visit its homepage.

Joomla Logo

So here is the collection of its resources:

  • Joomla Code – A resource site for those looking to develop projects based on the Joomla code.
  • Joomla ArtA template club where you get 40 templates right away, and 2 per month for the next year. Does have a few free templates, and a forum.
  • Compass DesignsProfessional template designers with ready made solutions. Also offers free tutorials.
  • iJoomla – Offers a mixture of free and paid extensions for your site.
  • Joomla-Addons – A large selection of free addons for Joomla
  • JoomlaEquipment – Professionally developed extensions for Joomla.
  • JoomlaHacks.com – A large collection of free modules and templates for you to use.
  • JoomlaShowroom – Designing extensions for Joomla-based business sites.
  • JoomlaSpan – A selection of paid extensions, and a subscription based monitoring service.
  • HowToJoomla – A blog dedicated to everything Joomla and offers lots of tricks for advanced features.
  • Joomla-Developer-Resources – Tutorials for getting started with your own Joomla Development.
  • JoomlaBased – Submit your site and get reviews and comments.
  • JoomlaCode – A resource site for those looking to develop projects based on the Joomla code.
  • JoomlaDirectory – A UK based directory of all the Joomla resources out there.
  • JoomLancers – A site for people needing special work down on Joomla to find freelancers looking for work.
  • JoomlaPoweredSites – A site for you to submit your Joomla powered site to and receive comments and reviews from users.
  • JoomlaSpots – Submit your Joomla based site to this directory to get yourself more exposure.
  • JoomlaTribune – Bringing together news and resources from all over the Joomla community.
  • JoomlaTutorials – A large selection of tutorials from installing to adding extensions.
  • JoomlaZone - A site with the aim of bringing all Joomla sites together in one easily accessible reference directory.
  • Gavick – A European based designer of professional templates with a small selection of free ones.
  • IbolDesign – A collection of free Joomla templates for your use.
  • Joomla-Themes – News and reviews on all the latest themes out in the Joomla world.
  • JoomlaJet – A Joomla theme club with 50 themes already in their backstock.
  • JoomlaJunkie – A professional template design company that likes to focus on color. Offers a small selection of free templates.
  • JoomlaShack – Offers up a small selection of free templates and more you can buy. Also has tutorials and a forum.
  • PixelParadise – Offers over 60 pay for template designs.
  • RocketTheme – Another template club that offers you 45 templates at sign up and 1 per month for a year. Offers a small selection of free templates.
  • Shape5 – Offers a mixture of paid for and free templates & modules.
  • SiteGround Joomla Templates – Well known web host offering over 50 free Joomla templates.
  • YouJoomla – Joomla templates for business style sites.
  • JoomlaSEO – Joomla Tutorials SEO tools for Joomla
  • JoomlaTools – Extensions for Joomla

Well, friends I would welcome you all to suggest me more Joomla resources.

Shubhamoy

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

Website - More Posts

Alternative for Installation of Themes on Joomla!

While working on Joomla!(a very popular CMS), I faced a problem while installing a theme. Every time I installed the theme with the installer in the Admin Panel, I got one or the other error. So, After a small research I found an alternative of doing it.

Joomla!

Joomla!

Here goes the method:

  • I directly uploaded all the files to http://example.com/Joomla/templates
  • After that when I checked the Template Manager in Admin Panel, it showed the new theme
  • And after applying the theme, it worked perfectly for me without any error

Sites Providing Free Tutorials on Joomla!:

Shubhamoy

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

Website - More Posts