Joomla 1.7 installation with XAMPP problem solved

1 11 2011

Hi, Recently Joomla 1.7 was released and obviously that is an excellent product. And new features also added. If you need any guide regarding installation these articles may help you , I think.

How to install and configure Joomla 1.6 with XAMPP on Ubuntu 11.04

Though this is Joomla 1.6, there are not different between installation of 1.6 and 1.7, So thought not to add a new post on it.

In Joomla installation on XAMPP some guys are talking Joomla is giving some errors with XAMPP. Actually they are not errors, they are warnings. Is the nature of the software to give warnings. In standalone software solutions we normally do something called “error handling”, right!. We need to care about Errors but we don’t need to care warnings too much. So simply we can ignore them. Now the problem arises, “how to turn off the warnings”, I think now I have entered to our today’s topic :D.

First you need to find php.ini configuration file on your XAMPP installation. It may be located at your

(In windows) C:\xampp\php\php.ini

(In Ubuntu Linux) /opt/lampp/etc/php.ini

Then open it on a suitable text editor.

Now find error_reporting on php.ini ( Ctrl+F ) and change it’s value to

E_ALL | E_STRICT = E_ALL & ~E_DEPRECATED

There are three options on error_reporting. By default this value may have E_ALL & ~E_NOTICE or E_ALL | E_STRICT

  • Default Value: E_ALL & ~E_NOTICE
  • Development Value: E_ALL | E_STRICT
  • Production Value: E_ALL & ~E_DEPRECATED

In first two cases, XAMPP will show errors and Warnings. These things are not good when considering Production Level. That means , a live web site should not give errors for user. But it may useful considering development of web site.

And you need to find display_errors on php.ini file and change it’s value to

display_errors = off  to make it clearly work! Now save the work and restart the XAMPP server. Joomla will work without any errors. 😀

 

Thank you

Gihan De Silva

gihansblog.com


Actions

Information

6 responses

9 11 2011
Web design Philadelphia

I acknowledge, I have not seen this website for a long time, however, it was another joy to see such an important points and neglect it. Many thanks for helping making people more aware of best issues.

14 11 2011
http://www.2jdesign.co.uk/

Great post. I found what I was looking for. Do you mind if I post this on my website and give you credit? If not, it’s ok.

15 11 2011
Gihan

It’s ok.

17 11 2011
E-bike

just couldn’t leave your web website before suggesting that I truly loved the standard info a person offer for your visitors? It’s gonna be again ceaselessly to check up on new posts

30 11 2011
Internetowe Aukcje

I am really impressed with your writing skills as well as with the layout on your blog. Is this a paid theme or did you modify it yourself? Either way keep up the excellent quality writing, it is rare to see a nice blog like this one nowadays..

26 01 2013
Asad

Currently I’ve the 2.5, but a year ago, I wanted to install 1.7 with XAMPP, but it’s funny that I am finding the solution one year later. Thanks for sharing it anyway 🙂

Leave a comment