Instalando o CMS Joomla

Neste artigo veremos os passos para instalação do Joomla. Dividiremos a instalação em duas partes. Na primeira instalaremos o Joomla localmente e faremos upload para o webserver onde o site ficará armazenado. Na segunda instalaremos diretamente no webserver, mostrando assim as diferenças na instalação deste CMS.

[ Hits: 171.983 ]

Por: hermes nunes pereira junior em 09/06/2009


Instalando o Joomla - continuação



Se o arquivo baixado fosse compactado usando o zip, Joomla_1.5.9-Stable-Full_Package.zip, o comando de descompactação seria um pouco diferente:

unzip Joomla_1.5.9-Stable-Full_Package.zip
Linux: Instalando o CMS Joomla
Depois de descompactado o Joomla ficará assim:
Linux: Instalando o CMS Joomla
Olhe o arquivo vermelho na imagem. É o arquivo compactado. Quando ele foi descompactado ela não criou um diretório chamado Joomla e colocou todos os arquivos e diretórios lá, o arquivo está na mesma posição hierárquica, por isso é importante criar um diretório antes.

Agora é a hora de fazer a cópia ou mesmo mover todo o diretório para o diretório web do micro. Como estamos dentro do diretório é bom voltarmos um nível:

cd ..

E copiar o diretório para o seu local apropriado:

sudo cp -r Joomla/ /var/www

Entendendo o comando:
  • sudo - vai permitir rodar um comando como root pois o diretório destino não permite que o usuário atual grave ou altere seu conteúdo, por isso é necessário o seu uso;
  • p - comando de cópia;
  • c
  • -r - recursive, vai fazer a cópia do diretório e todo seu conteúdo;
  • /var/www - diretório destino.

Se o comando for feito com o usuário comum dará este erro:
Linux: Instalando o CMS Joomla
cp: impossível criar arquivo comum `/var/www/joomla/includes/js/ThemeOffice/arrow_rtl.png': Permissão negada
Pois não tenho permissão de escrita neste diretório.

Com o diretório já no seu lugar definitivo, criaremos o banco de dados para armazenar as tabelas do sistema.

A criação da base de dados pode ser feita basicamente de duas maneiras:
  • Modo texto - Acessando diretamente o mysql através de seu console e criando a database;
  • Modo gráfico - Usando alguma interface gráfica, como por exemplo o phpmyadmin para criar graficamente a database.

Obs.: Tanto no Linux quanto no Windows, depois de instalado o mysql-client e mysql-server (Linux) e o easyphp (Windows), estará disponível o console de comando. O phpmyadmin estará disponível no Windows, no Linux é necessário instalá-lo com o comando:

sudo apt-get install phpmyadmin

Página anterior     Próxima página

Páginas do artigo
   1. Introdução
   2. Instalando o Joomla
   3. Instalando o Joomla - continuação
   4. Instalando o Joomla - continuação
   5. Instalando o Joomla - continuação
   6. Instalando o Joomla - continuação
   7. Instalando o Joomla - continuação
Outros artigos deste autor

Instalando e configurando um sistema RAID 1 no Debian Lenny

Instalando o CMS XOOPS

Uma breve introdução ao Audacity

Uma breve introdução ao Hydrogen

O fantástico mundo dos instrumentos MIDI (parte 1)

Leitura recomendada

Palm na internet via Linux

Anon-Proxy no Debian Lenny

Apache em chroot + MySQL + PHP + mod_security + mod_evasive + vsftpd + Fail2ban + Debian Squeeze

Configuração e balanceamento de 2 links com Vivo ZAP

Canal IRC #vivaolinux na rede irc.freenode.net

  
Comentários
[1] Comentário enviado por removido em 09/06/2009 - 17:35h

Um ótimo tutorial

[2] Comentário enviado por paulorvojr em 09/06/2009 - 20:41h

Otimo artigo,

uso joomla largamente, até em meus portais e sites

a ferramenta é maravilhosa, principalmente sua ampliação.

tem extensão pra tudo, até chat ahahahha, forum, slides, e tudo que é mais coisa.


abraços



[3] Comentário enviado por Eunir Augusto em 09/06/2009 - 23:04h

Excelente artigo sobre instalação do Joomla. Eu faço um trabalho contínuo de tradução das versões desde setembro do ano passado. Pra quem quiser fazer o download da ultima versão traduzida, eu disponibilizo nos repositorios da www.siteground.com.br Normalmente gasto uma semana para traduzir, assim que lança a versão mais recente estavel em ingles. Introduzo os pt-BR todos no pós instalação, pois a instalação já é multilinguagem. Espero ter ajudado. Abraços

[4] Comentário enviado por mox em 21/06/2009 - 23:36h

ótimo tuto! Deu tudo certo aqui no Debian Lenny

[5] Comentário enviado por edipo.magrelo em 27/07/2009 - 21:09h

Cara..naum pude deixar de comentar esse tutu..muito bem feito e bem explicado.
ja esta no bookmarks,valew

[6] Comentário enviado por othonluiz em 02/08/2009 - 10:25h

olá pessoal instalei o joomla e sem querer(li em algum lugar) removi o diretorio install e renomeei o diretório configuration-php-dist, agora não entra no joomla.
O php ainda esta rodando pq tenho um pequeno pagina no diretório « /var/www/test.php » e quando faço:http://localhost/test.php ele mostra tudo sobre o php.

Penso que o php está funcionando normalmente, mas o joomla desapareceu.

Como faço para voltar a ter o Joomla ?.

[7] Comentário enviado por paulorvojr em 02/08/2009 - 15:20h

othonluiz, tudo bom?

bom, o diretorio install era pra ser removido mesmo ou renomeado, sem problemas
do pacote
mas uma coisa você não fez, não existe diretorio configuration-php-dist, isso é um arquivo apenas e não um diretório.

configuration-php-dist é um sample, ou seja um exemplo das configurações dos parametros que o joomla vai ler, como ele é gerado quando voce o instala, e é automaticamente renomeado para configuration-php apenas, voce precisa dele.

Claro que podemos pegar o configuration-php-dist do pacote fonte e jogar na pasta do joomla e renomar para configuration-php e fazer as alterações, mas voce deve ter conhecimento.

se voce instalou o joomla e nao fez nada nele ainda, aconselho instalar tudo novo, demora mesmo que tu arrumar cada parametro:

segue abaixo os diversos parametros dentro do configuration-php

<?php
if(!defined('RG_EMULATION')) { define( 'RG_EMULATION', 0 ); }
$mosConfig_MetaAuthor = '1';
$mosConfig_MetaDesc = 'Intranet ';
$mosConfig_MetaKeys = ' intranet';
$mosConfig_MetaTitle = '1';
$mosConfig_absolute_path = '/var/www/html/intranet';
$mosConfig_admin_expired = '1';
$mosConfig_allowUserRegistration = '1';
$mosConfig_back_button = '1';
$mosConfig_cachepath = '/var/www/html/intranet/cache';
$mosConfig_cachetime = '900';
$mosConfig_caching = '0';
$mosConfig_db = 'joomla';
$mosConfig_dbprefix = 'jos_';
$mosConfig_debug = '0';
$mosConfig_dirperms = '0777';
$mosConfig_editor = 'tinymce';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_enable_stats = '0';
$mosConfig_error_message = 'A intranet esta em Manutenção.<br /> Por Favor Volte Mais Tarde.';
$mosConfig_error_reporting = '-1';
$mosConfig_favicon = 'favicon.ico';
$mosConfig_fileperms = '0774';
$mosConfig_fromname = '';
$mosConfig_frontend_login = '1';
$mosConfig_frontend_userparams = '1';
$mosConfig_gzip = '1';
$mosConfig_helpurl = 'http://help.joomla.org';
$mosConfig_hideAuthor = '0';
$mosConfig_hideCreateDate = '1';
$mosConfig_hideEmail = '0';
$mosConfig_hideModifyDate = '1';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hits = '1';
$mosConfig_host = 'localhost';
$mosConfig_icons = '1';
$mosConfig_item_navigation = '1';
$mosConfig_itemid_compat = '0';
$mosConfig_lang = 'brazilian_portuguese';
$mosConfig_lifetime = '900';
$mosConfig_link_titles = '0';
$mosConfig_list_limit = '30';
$mosConfig_live_site = 'http://XXXXX/intranet';
$mosConfig_locale = 'en_GB';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = '';
$mosConfig_multilingual_support = '0';
$mosConfig_multipage_toc = '1';
$mosConfig_offline = '0';
$mosConfig_offline_message = 'A intranet esta em Manutenção.<br /> Por Favor Volte Mais Tarde.';
$mosConfig_offset = '-1';
$mosConfig_offset_user = '-3';
$mosConfig_pagetitles = '1';
$mosConfig_password = '';
$mosConfig_readmore = '1';
$mosConfig_secret = 'XXXXXXX';
$mosConfig_sef = '0';
$mosConfig_sendmail = '/usr/sbin/sendmail';
$mosConfig_session_life_admin = '1800';
$mosConfig_session_type = '0';
$mosConfig_shownoauth = '1';
$mosConfig_sitename = '.: NOME DO SITE';
$mosConfig_smtpauth = '0';
$mosConfig_smtphost = '';
$mosConfig_smtppass = '';
$mosConfig_smtpuser = '';
$mosConfig_uniquemail = '1';
$mosConfig_user = 'root';
$mosConfig_useractivation = '1';
$mosConfig_vote = '1';
setlocale (LC_TIME, $mosConfig_locale);
?>

[8] Comentário enviado por tinhojj em 25/08/2009 - 13:39h

na tela de verificação de software aparece que não tenho suporte MySQL, instalei o mysql-client e o server como diz no tutorial que é excelente por sinal, mais estou com esse problema se alguem puder me ajudar fico grato sou novato no linux

[9] Comentário enviado por paulorvojr em 25/08/2009 - 22:12h

Oi, tinhojj tudo certo?

como instalaste o mysql? via atp-get? via fonte?
qual sua distribuição linux?

voce ja iniciou o serviço do mysql? geralmete em /etc/init.d/mysqld

ja tentou criar ou acessar uma tabela no mysql?

abraços ae

[10] Comentário enviado por tinhojj em 25/08/2009 - 23:59h

oi, paulo deu certo aqui depois de começar tudo do zero e quebrara a cabeça mais um pouco finalmente consegui rsrs

minha distro é linux mint 6

muito obrigado pela força

abraço


[11] Comentário enviado por schevenin em 13/09/2009 - 21:36h

Parabéns segui seu tuto e foi tudo blz, tudo certinho! no meu ubuntu 9.04 - AMD64bits
vlw ass.: Bio ;)

[12] Comentário enviado por dfrota em 30/09/2009 - 11:42h

Olá, segui seu tutorial a risca.. mas aconteceu um problema na hora de ir acessar localhost/joomla o firefox não abre, fala que não achou a página, /var/www/joomla está lá tudo copiado? o quefaço?

[13] Comentário enviado por removido em 25/11/2009 - 11:13h

Excelente artigo. Parabéns =)

[14] Comentário enviado por sergio nogueira em 25/01/2010 - 19:51h

Bom, eu instalei td, testei e está td ok com php, mysql e apache, mas........................

quando tento entrar no localhost (eu instalei lá mesmo sem colocar em pasta) aparece uma pagina em branco e não instala nada, ate baixei direto do joomla.org e nada, não inicia a instalação.

peço ajuda dos colegas mais experientes.

[15] Comentário enviado por sergio nogueira em 25/01/2010 - 23:15h

consegui instalar ele digitando
localhost/index.php
Aí a instalação corre normal, mas depois de instalado se eu não completar com o index php não vai para a página

[16] Comentário enviado por xirux em 04/03/2010 - 07:21h

o meu index.php tbém não abre nada além de uma página do Joola com o nome e um link para meu servidor http://charquero.no-ip.info , nada de página de configurações, nem existe /var/www/Joomla, embora o phpmyadmin mostre as tabelas do Joomla. Q eu faço?

[17] Comentário enviado por ulassnet em 31/03/2010 - 23:37h

Prezado,
Ótimo tutorial! Fiz aqui no meu Debian e ta tudo redondo.
Uma pergunta... vc já fez o tutorial prometido para os primeiros passos no gerenciamento de conteúdo?

[18] Comentário enviado por synplague em 02/06/2010 - 12:29h

Ótimo tutorial! Funcionou como uma luva no ubuntu 9.10.

Parabéns.

[19] Comentário enviado por rjef em 07/09/2010 - 01:21h

Olá pessoal, primeiro gostaria de dar os parabens pelo tutorial,
realmente ele é muito bom, e depois, como a maioria quero fazer uma pergunta.

Se estiver dizendo alguma besteira me desculpem, pois, estou iniciando agora no Joomla,
e realmente não sei ate que ponto posso utiliza-lo, gostaria de saber se posso
utiliza-lo em para qualquer tipo de aplicação web ou apenas em portais com conteúdo dinâmico,
ou seja posso utiliza-lo para gerenciar minha aplicações dentro de uma empresa?

Desde já agradeço.

[20] Comentário enviado por removido em 30/12/2010 - 06:58h

Muito obrigado por ter escreto este artigo, você está de parabéns.

Como eu sou muito leigo neste assunto, eu tive algumas dificuldades pra seguir suas dicas, mas agora deu tudo certo.

Mais uma vez obrigado e continue contribuíndo, pois pessoas como você são de fundamental importância para a nossa comunidade.

[21] Comentário enviado por kesnila em 13/01/2011 - 14:19h

Ola
Quando termino de configurar o joomla e removo o directorio chamado installation e faço a copia do ficheiro que aparece na tela de instalação para o ficheiro configuration.php,e com isso ao tentar entrar no site me sai esta pagina.

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/import.php on line 29

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/import.php on line 32

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JRequest::clean() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/import.php on line 33

Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 463

Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 464

Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 465

Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 466

Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 467

Strict Standards: Non-static method JRequest::_cleanArray() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 468

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/import.php on line 35

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/import.php on line 38

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/import.php on line 39

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/import.php on line 46

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/import.php on line 47

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/import.php on line 50

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/import.php on line 53

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/import.php on line 54

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/import.php on line 57

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/import.php on line 58

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JFactory::getApplication() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/index.php on line 31

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Redefining already defined constructor for class JObject in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/base/object.php on line 57

Strict Standards: Non-static method JApplication::getInstance() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 46

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JApplicationHelper::getClientInfo() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 130

Strict Standards: Declaration of JSite::getRouter() should be compatible with that of JApplication::getRouter() in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/application.php on line 377

Strict Standards: Declaration of JSite::getPathWay() should be compatible with that of JApplication::getPathway() in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/application.php on line 377

Strict Standards: Declaration of JSite::getMenu() should be compatible with that of JApplication::getMenu() in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/application.php on line 377

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 730

Strict Standards: Non-static method JFactory::_createConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 73

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/registry/registry.php on line 19

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JUtility::getHash() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 99

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/utilities/utility.php on line 111

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 382

Strict Standards: Non-static method JFactory::getSession() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 768

Strict Standards: Non-static method JFactory::_createSession() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 94

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 501

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Declaration of JSession::get() should be compatible with that of JObject::get() in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/session/session.php on line 737

Strict Standards: Declaration of JSession::set() should be compatible with that of JObject::set() in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/session/session.php on line 737

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/session/session.php on line 19

Strict Standards: Non-static method JSession::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 507

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JSessionStorage::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/session/session.php on line 108

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JFilterInput::clean() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/session/storage.php on line 57

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JFactory::getDBO() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/session/storage/database.php on line 64

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 268

Strict Standards: Non-static method JFactory::_createDBO() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 271

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 551

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JDatabase::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 563

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JError::isError() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 565

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JTable::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/session/storage/database.php on line 69

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JPath::find() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/database/table.php on line 91

Strict Standards: Non-static method JTable::addIncludePath() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/database/table.php on line 91

Strict Standards: Non-static method JFactory::getDBO() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/database/table.php on line 112

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php:71) in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/session/session.php on line 423

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php:71) in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/session/session.php on line 423

Warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php:71) in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/session/session.php on line 426

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JTable::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 771

Strict Standards: Non-static method JFactory::getDBO() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/database/table.php on line 112

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/html/parameter.php on line 21

Strict Standards: Non-static method JFactory::getUser() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/application.php on line 53

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JFactory::getSession() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 163

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JComponentHelper::getParams() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/application.php on line 60

Strict Standards: Non-static method JComponentHelper::getComponent() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/component/helper.php on line 83

Strict Standards: Non-static method JComponentHelper::_load() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/component/helper.php on line 39

Strict Standards: Non-static method JFactory::getDBO() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/component/helper.php on line 196

Strict Standards: Non-static method JApplicationHelper::getClientInfo() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/application.php on line 61

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JLanguage::exists() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/application.php on line 68

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JFolder::exists() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/language/language.php on line 265

Strict Standards: Non-static method JPath::clean() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/filesystem/folder.php on line 392

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 164

Strict Standards: Non-static method JFactory::getUser() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 172

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JFactory::getSession() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 163

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 382

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JPluginHelper::isEnabled() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 174

Strict Standards: Non-static method JPluginHelper::getPlugin() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 75

Strict Standards: Non-static method JPluginHelper::_load() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 41

Strict Standards: Non-static method JFactory::getDBO() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 174

Strict Standards: Non-static method JFactory::getUser() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 175

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JFactory::getSession() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 163

Strict Standards: Non-static method JPluginHelper::importPlugin() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/index.php on line 41

Strict Standards: Non-static method JPluginHelper::_load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 92

Strict Standards: Non-static method JPluginHelper::_import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 97

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Redefining already defined constructor for class JPlugin in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/plugin.php on line 75

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Declaration of JEvent::update() should be compatible with that of JObserver::update() in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/event/event.php on line 29

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JDispatcher::getInstance() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 140

Strict Standards: Non-static method JPluginHelper::getPlugin() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 147

Strict Standards: Non-static method JPluginHelper::_load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 41

Strict Standards: Non-static method JPluginHelper::_import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 97

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JDispatcher::getInstance() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 140

Strict Standards: Non-static method JPluginHelper::getPlugin() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 147

Strict Standards: Non-static method JPluginHelper::_load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 41

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JRegistryFormat::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/registry/registry.php on line 373

Strict Standards: Non-static method JFilterInput::clean() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/registry/format.php on line 45

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Declaration of JRegistryFormatINI::stringToObject() should be compatible with that of JRegistryFormat::stringToObject() in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/registry/format/ini.php on line 281

Strict Standards: Declaration of JRegistryFormatINI::objectToString() should be compatible with that of JRegistryFormat::objectToString() in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/registry/format/ini.php on line 281

Strict Standards: Non-static method JFactory::getLanguage() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/plugin.php on line 113

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 116

Strict Standards: Non-static method JFactory::_createLanguage() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 119

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 683

Strict Standards: Non-static method JLanguage::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 685

Strict Standards: Non-static method JFactory::getXMLParser() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/language/language.php on line 760

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JRegistryFormat::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/registry/registry.php on line 373

Strict Standards: Non-static method JFilterInput::clean() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/registry/format.php on line 45

Strict Standards: Non-static method JRegistryFormat::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/registry/registry.php on line 373

Strict Standards: Non-static method JFilterInput::clean() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/registry/format.php on line 45

Strict Standards: Non-static method JPluginHelper::_import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 97

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JDispatcher::getInstance() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 140

Strict Standards: Non-static method JPluginHelper::getPlugin() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 147

Strict Standards: Non-static method JPluginHelper::_load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/plugin/helper.php on line 41

Strict Standards: Non-static method JDispatcher::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 499

Strict Standards: Non-static method JFactory::getUser() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/plugins/system/remember.php on line 52

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JFactory::getSession() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 163

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JUtility::getHash() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/plugins/system/remember.php on line 56

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/utilities/utility.php on line 111

Strict Standards: Non-static method JRequest::getString() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/plugins/system/remember.php on line 58

Strict Standards: Non-static method JRequest::getVar() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 276

Strict Standards: Non-static method JRequest::_cleanVar() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 151

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JURI::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 192

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/application.php on line 372

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JRouter::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 659

Strict Standards: Non-static method JApplicationHelper::getClientInfo() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/router.php on line 98

Strict Standards: Non-static method JError::isError() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 660

Strict Standards: Non-static method JFactory::getApplication() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/router.php on line 40

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 382

Strict Standards: Non-static method JURI::base() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/router.php on line 67

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/uri.php on line 230

Strict Standards: Non-static method JURI::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/uri.php on line 240

Strict Standards: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/router.php on line 118

Strict Standards: Non-static method JApplication::getMenu() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/application.php on line 345

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JMenu::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 705

Strict Standards: Non-static method JApplicationHelper::getClientInfo() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/menu.php on line 93

Strict Standards: Non-static method JFactory::getCache() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/menu.php on line 36

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 192

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 71

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/cache/cache.php on line 19

Strict Standards: Non-static method JCache::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 208

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JRequest::getCmd() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/cache/cache.php on line 87

Strict Standards: Non-static method JRequest::getVar() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 255

Strict Standards: Non-static method JRequest::_cleanVar() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 151

Strict Standards: Non-static method JFilterInput::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 577

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Declaration of JCacheStorage::get() should be compatible with that of JObject::get() in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/cache/storage.php on line 173

Strict Standards: Non-static method JCacheStorage::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/cache/cache.php on line 313

Strict Standards: Non-static method JLoader::load() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 161

Strict Standards: Non-static method JLoader::register() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 138

Strict Standards: Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/cache/storage/file.php on line 37

Strict Standards: Non-static method JError::isError() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/cache/cache.php on line 206

Strict Standards: Non-static method JFactory::getDBO() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/menu.php on line 40

Strict Standards: Non-static method JError::isError() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/cache/cache.php on line 229

Strict Standards: Non-static method JError::isError() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 706

Strict Standards: Non-static method JRequest::set() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 197

Strict Standards: Non-static method JRequest::setVar() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 423

Strict Standards: Non-static method JRequest::setVar() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 423

Strict Standards: Non-static method JRequest::setVar() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 423

Strict Standards: Non-static method JRequest::getInt() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/index.php on line 55

Strict Standards: Non-static method JRequest::getVar() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 179

Strict Standards: Non-static method JRequest::_cleanVar() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 134

Strict Standards: Non-static method JFilterInput::getInstance() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/environment/request.php on line 577

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JMenu::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 705

Strict Standards: Non-static method JError::isError() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/application/application.php on line 706

Strict Standards: Non-static method JFactory::getUser() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/includes/application.php on line 198

Strict Standards: Non-static method JLoader::import() should not be called statically in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/loader.php on line 186

Strict Standards: Non-static method JFactory::getSession() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla/Joomla_1.5.22-Stable-Full_Package/libraries/joomla/factory.php on line 163

Strict Standards: Non-static method JDispatcher::getInstance() should not be called st

[22] Comentário enviado por removido em 09/03/2011 - 17:59h

Parabéns!!!

Ótimo tutorial. Tudo Ok por aqui.


Obrigado.

[23] Comentário enviado por ogait em 29/04/2013 - 11:40h

Olá, em primeiro lugar, muito obrigado por compartilhar seus conhecimentos.

Fiz o tutorial, copiei o joomla para pasta /var/www que inclusive ja contém alguma aplicações php, porém o quando vou acessar 200.xxx.xxx.xxx/joomla da 404 page not found.
Tentei com o Joomla 1.5 e com o 3.1.

Alguem indica fazer alguma coisa ?

Muito obrigado.


Contribuir com comentário




Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts