The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 12 posts ] 
Author Message
PostPosted: Tue May 03, 2011 11:32 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue May 03, 2011 11:22 pm
Posts: 5
I've completed all the Joomla installation configutation step and next step is delete the installation directory within the Joomla folder. I did that and instead of getting a clear screen, this is what showed up:

Strict Standards: Non-static method JModuleHelper::getModules() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla15\libraries\joomla\document\html\html.php on line 272

Strict Standards: Non-static method JModuleHelper::_load() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla15\libraries\joomla\application\module\helper.php on line 88

Strict Standards: Non-static method JModuleHelper::getModules() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla15\libraries\joomla\document\html\html.php on line 272

Strict Standards: Non-static method JModuleHelper::_load() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla15\libraries\joomla\application\module\helper.php on line 88

Strict Standards: Non-static method JRequest::getBool() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla15\libraries\joomla\application\module\helper.php on line 97

Strict Standards: Non-static method JRequest::getVar() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla15\libraries\joomla\environment\request.php on line 217

Strict Standards: Non-static method JRequest::_cleanVar() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla15\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 C:\xampp\htdocs\joomla15\libraries\joomla\environment\request.php on line 577

Strict Standards: Non-static method JModuleHelper::getModules() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla15\libraries\joomla\document\html\html.php on line 272

It went all the way down.....like this.

Can anybody help me? Thanks.
Rachel


Top
 Profile  
 
PostPosted: Tue May 03, 2011 11:38 pm 
Joomla! Guru
Joomla! Guru

Joined: Mon Feb 21, 2011 4:02 pm
Posts: 951
Location: UK
This question has been asked every day for several weeks.

There's one setting in the php.ini file to alter and then the error messages go away.

See previous threads.

_________________
Online since 1995.


Top
 Profile  
 
PostPosted: Wed May 04, 2011 5:33 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue May 03, 2011 11:22 pm
Posts: 5
I made the change to the correct php.ini file that is indicated in the "Loaded Configuration File".
I modified the file and did these changes and saved:
error_reporting = E_ALL & ~E_NOTICE
display_errors = Off
I then restarted Apache for these changes to take effect.
Then I go back to type:
http://localhost/joomla15/
I get the same error message below:
Strict Standards: Non-static method JModuleHelper::getModules() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla15\libraries\joomla\document\html\html.php on line 272
and on..and on..

Am I missing something?
Thanks so much for helping.
Rachel


Top
 Profile  
 
PostPosted: Wed May 04, 2011 5:37 am 
User avatar
Joomla! Ace
Joomla! Ace

Joined: Mon Sep 07, 2009 3:18 am
Posts: 1869
Try E_ALL
or E_ALL & ~E_STRICT
or E_ALL & ~E_NOTICE | E_STRICT

Hope Help
:D

_________________
coffee & smoke just fine

OOm Nezar


Top
 Profile  
 
PostPosted: Wed May 04, 2011 2:03 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue May 03, 2011 11:22 pm
Posts: 5
Thanks for the reply. I tried all three changes restart Apache at every change and still no go. Is restarting Apache all that is needed to load the change in the php.ini file? Why do I still get the strict standards error message?

Please send more suggestions. If any of you had the the same exact issue and you solved it - please help! Please tell me what I'm doing wrong or not doing. Thanks.


Top
 Profile  
 
PostPosted: Wed May 04, 2011 5:07 pm 
Joomla! Intern
Joomla! Intern

Joined: Fri Feb 18, 2011 6:58 pm
Posts: 57
Ive been reading and changing files all day according to the suggestion in the forums. I am in the exact same situation as you are rrtex. Now ive got to the point of posting that either i am a stupid or i must be stupid.
Can someone link me to a complete thread from start to finish on how to get this thing right.
in plain English too , even the manual install documentation is not really that great and it can be confusing

Page 3 of 7
Step 3 – Upload the files to the Web server

http://help.joomla.org/content/view/1944/302/1/2/
Upload the Joomla! Core Distribution directories and files as previously described in the Web browser installation method, to the Web root directory or named sub-directory of your Web server, including the newly created configuration.php file, using an FTP client program or your Web hosts control panel if provided. If the installation is on your local computer you can simply copy or move the files to the Web server directory.

The bold txt is somewhat confusing to me


Top
 Profile  
 
PostPosted: Wed May 04, 2011 6:16 pm 
Joomla! Intern
Joomla! Intern

Joined: Fri Feb 18, 2011 6:58 pm
Posts: 57
Just for information sake , i changed to WAMP and installed correctly in 5 minutes. not one clitch or hassle.
http://www.wampserver.com/


Top
 Profile  
 
PostPosted: Wed May 04, 2011 9:04 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue May 03, 2011 11:22 pm
Posts: 5
Thanks. I will try it.


Top
 Profile  
 
PostPosted: Thu May 05, 2011 6:50 am 
Joomla! Intern
Joomla! Intern

Joined: Fri Feb 18, 2011 6:58 pm
Posts: 57
rrtexascandy6 wrote:
Thanks. I will try it.

And did you succeed?


Top
 Profile  
 
PostPosted: Thu May 05, 2011 7:19 am 
Joomla! Intern
Joomla! Intern

Joined: Fri Feb 18, 2011 6:58 pm
Posts: 57
cors wrote:
rrtexascandy6 wrote:
Thanks. I will try it.

And did you succeed?


One thing i noticed was the WAMP install had all the latest php,mysql, apache setups which corresponded with Joomla 1.5 install documentation suggestions.

Quote:
Minimum System Requirements
To successfully install and use Joomla! you must have a fully operational Web server (Apache is the
optimum), a database (MySQL is the optimum) and the server side scripting language PHP together with
specific modules that are activated within PHP for MySQL, XML, and Zlib functionality amongst others.
Note: Joomla! is developed and tested primarily on the Apache Web server versions 1.3.x + and 2.x +.
Whilst there is every chance that it will work with other systems, such as Windows IIS, these are not
necessarily supported as fully/at all within the technical support community.
The same has to be said unfortunately for the database where MySQL is the principle choice but other types
of database may work with the necessary configuration but are less well supported at the present time. This
is a situation that it is hoped will be turned around with time but for this to happen the community requires
people with the appropriate skills to step forward and assist.
The minimum versions of the various constituent parts of these server components that are required are as
follows:
Software Min
Version
Recommended Optimum Latest
Release
Web Site
PHP 4.3.x 4.4.7 5.0.x
series
5.2.4 http//php.net
MySQL 3.23.x or
above
4.1.22 5.0.x
series
5.0.45 http://dev.mysql.com/downloads/mysql/5.0.
html
Apache 1.3 or
above
1.3.9 2.0.61 2.2.6 http://httpd.apache.org
mod_mysql
mod_xml
mod_zlib
You must ensure that you have the MySQL, XML, and Zlib functionality enabled within your PHP installation.
This is controlled within the php.ini file.
Caution: Do not use PHP 4.3.9, PHP 4.4.2 or PHP 5.0.4; these releases have known bugs that will interfere
with the installation of Joomla! There was also an issue with the Zend Optimizer Version 2.5.10 for PHP
4.4.x. You should ask your host to upgrade to a later release as soon as possible where applicable.
Note: There are currently ongoing discussions as to whether there are additional issues with the whole 4.3.x.
series of releases of PHP and it has been found that the best and most consistent results are achieved with
the PHP 5.x series.
Joomla! has been successfully tested on many variants within the main three OS for Windows, Linux, Apple
Mac OSX. It may well work on other platforms but this is less well documented.
Joomla! is also regularly used and tested through the main Web browsers available such as IE6 +, Firefox
1.5 +, Safari, and Opera but it may also work with others.
The Joomla! User Documentation Team 2 The Joomla! v1.5 Installation Manual
Localhost or Remote Host Installations
A localhost is a Web server and associated database that is set up directly on your computer or that may be
on a local network either within your home or business environment. You have direct easy access to the
machine upon which the software is situated
A remote host is one that you access via the internet it may be owned by you or you may rent it from a
dedicated hosting company. In this case there are different flavours such as managed, dedicated, virtual, or
shared hosting. But in simple terms the computer that houses the software is remote from you. The scope
and detailed explanation of each of these flavours is outside of the boundaries of this manual but whichever
option you select you must ensure that they meet your expected requirements together with the minimum
specifications detailed above.
In respect of the localhost option there are a number of ready made packages that put all the necessary
software together (excluding Joomla!) in one easily installable package that generally allow you to have your
own personal Web server and database without really knowing too much about how they work.
The following are the more readily available, and popular, varieties of these packages and the operating
systems for which they are designed.
Warning: With the exception of the LAMP packages, none of the others should be used for live Web sites
they are only intended for development/localhost servers. The LAMP packages when used in conjunction
with the Linux security measures are generally the same for localhost and live site situations.
The AMP elements within the following package names stand for Apache, MySQL, and PHP.
Package
Name
Operating System Web Site Documents
WAMP Windows http://www.wampserver.com/en/ http://www.wampserver.com/w
amp5.chm
MAMP Apple Mac OSX http://www.mamp.info/en/mamp.html http://www.mamp.info/en/help.
html
LAMP Linux (and other Unix) Distribution Dependant
XAMPP Multi-platform –Mac
Windows, Linux, Solaris,
http://apachefriends.org http://www.apachefriends.org/e
n/faq-xampp.html
Most Linux distributions these days come with the requisite components available within their own
repositories, or even within the main distribution software download that you get. There will often be different
ways of activating the functionality so you would need to check the documentation of your own particular
distribution choice. The individual distributions compile the necessary dependencies, links, and changes as a
part of the installation process, be it RPM, YUM, or one of the other bespoke installers.
Alternatively, on any OS platform you can download and configure the individual components from the
various Web sites listed (as you generally would need to do for a live Web site if your hosting provider did not
cater for these) and create your own servers, but these packages do provide an easier, integrated solution.
Most of the packages will also usually contain some form of database administration program as well, for
example, PHPMyAdmin or MySQLAdmin, to enable effective management of the database, if not, you will
find it advantageous to install such a program if you intend doing any sort of database editing work.
Caution: The remainder of this Manual assumes that you have a fully functioning Apache, MySQL, and PHP
based Web server.
We would strongly recommend testing Joomla! and its functionality on a localhost installation in the first
instance to get a feel for the software and what it can offer you.


Top
 Profile  
 
PostPosted: Fri May 06, 2011 2:42 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue May 03, 2011 11:22 pm
Posts: 5
I installed WAMP and Joomla worked! I really appreciate your efforts. Thanks for being there.


Top
 Profile  
 
PostPosted: Fri Aug 26, 2011 9:43 pm 
Joomla! Intern
Joomla! Intern

Joined: Fri Mar 18, 2011 1:23 am
Posts: 53
Location: Ireland
Hi There
I have the same problem. Read through all the treads and install WAMPSERVER but the issue was not resolved. Any ideas as to what I should next.
Thanks


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 



Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group