Advertisement
Successful Installation but Strange Warnings
Moderator: General Support Moderators
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.
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.
-
- Joomla! Fledgling
- Posts: 2
- Joined: Sun Nov 02, 2008 1:26 am
Successful Installation but Strange Warnings
Hi,
I just installed Joomla on PHP 5.3.0. It seems everything went well. But then i keep having these error messages here are there when i log in into Joomla:
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in /usr/local/apache/htdocs/joomla/libraries/joomla/html/html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in /usr/local/apache/htdocs/joomla/libraries/joomla/html/html.php on line 8
Warning: Parameter 1 to JHTMLList::specificordering() expected to be a reference, value given in /usr/local/apache/htdocs/joomla/libraries/joomla/html/html.php on line 87
Warning: Parameter 1 to JHTMLGrid::published() expected to be a reference, value given in /usr/local/apache/htdocs/joomla/libraries/joomla/html/html.php on line 87
Can you Folks make sense out of these? How can i get rid of them?
Klausy.
I just installed Joomla on PHP 5.3.0. It seems everything went well. But then i keep having these error messages here are there when i log in into Joomla:
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in /usr/local/apache/htdocs/joomla/libraries/joomla/html/html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in /usr/local/apache/htdocs/joomla/libraries/joomla/html/html.php on line 8
Warning: Parameter 1 to JHTMLList::specificordering() expected to be a reference, value given in /usr/local/apache/htdocs/joomla/libraries/joomla/html/html.php on line 87
Warning: Parameter 1 to JHTMLGrid::published() expected to be a reference, value given in /usr/local/apache/htdocs/joomla/libraries/joomla/html/html.php on line 87
Can you Folks make sense out of these? How can i get rid of them?
Klausy.
Advertisement
- toivo
- Joomla! Master
- Posts: 17791
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Successful Installation but Strange Warnings
Hi,
Those are warnings only. You can get rid of them by editing the php.ini file:
http://php.net/error_reporting
If you use your system for development and testing, it is all right to display errors, whereas in a production system you should only log them:
http://php.net/manual/en/errorfunc.conf ... lay-errors
http://php.net/manual/en/errorfunc.conf ... log-errors
Regards,
Those are warnings only. You can get rid of them by editing the php.ini file:
http://php.net/error_reporting
If you use your system for development and testing, it is all right to display errors, whereas in a production system you should only log them:
http://php.net/manual/en/errorfunc.conf ... lay-errors
http://php.net/manual/en/errorfunc.conf ... log-errors
Regards,
Toivo Talikka, Global Moderator
-
- Joomla! Fledgling
- Posts: 2
- Joined: Sun Nov 02, 2008 1:26 am
Re: Successful Installation but Strange Warnings
Thanks for the feedback. I tried the following but still have the error messages:
1) error_reporting = E_COMPILE_ERROR
2) error_reporting = E_ERROR
3) delete the line error_reporting
The default setting for display_errors is:
display_errors = Off.
So i'm still seeing those warnings. Do i need to change something in Joomla?
Klausy.
1) error_reporting = E_COMPILE_ERROR
2) error_reporting = E_ERROR
3) delete the line error_reporting
The default setting for display_errors is:
display_errors = Off.
So i'm still seeing those warnings. Do i need to change something in Joomla?
Klausy.
-
- Joomla! Enthusiast
- Posts: 215
- Joined: Wed Oct 10, 2007 9:46 am
- Location: Israel, TA
- Contact:
Re: Successful Installation but Strange Warnings
This days, I try installing my Joomla (1.5.11) on php 5.3 (on windows 2003 server) and I get the next errors on the top menu administrator panel:klaus778 wrote:Thanks for the feedback. I tried the following but still have the error messages:
1) error_reporting = E_COMPILE_ERROR
2) error_reporting = E_ERROR
3) delete the line error_reporting
The default setting for display_errors is:
display_errors = Off.
So i'm still seeing those warnings. Do i need to change something in Joomla?
Klausy.
Code: Select all
Warning: Parameter 4 to JHTMLMenu::treerecurse() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: array_slice() expects parameter 1 to be array, null given in administrator\components\com_menus\models\list.php on line 143
Warning: Invalid argument supplied for foreach() in administrator\components\com_menus\models\list.php on line 147
Warning: Invalid argument supplied for foreach() in administrator\components\com_menus\views\list\view.php on line 65
...
Warning: Invalid argument supplied for foreach() in administrator\components\com_menus\views\list\tmpl\default.php on line 69
Additionally, I get the next errors on article manager:
Code: Select all
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in libraries\joomla\html\html.php on line 87
How could I fix this? Is Joomla 1.5.11 compatible with PHP 5.3.0 RC4?
http://www.embad.com - new way to insert ads to your website
-
- Joomla! Enthusiast
- Posts: 215
- Joined: Wed Oct 10, 2007 9:46 am
- Location: Israel, TA
- Contact:
Re: Successful Installation but Strange Warnings
Also happened on Joomla 1.5.12...
http://www.embad.com - new way to insert ads to your website
-
- Joomla! Enthusiast
- Posts: 215
- Joined: Wed Oct 10, 2007 9:46 am
- Location: Israel, TA
- Contact:
Re: Successful Installation but Strange Warnings
OK. I found more info:
http://joomlacode.org/gf/project/joomla ... m_id=15509
http://bugs.php.net/bug.php?id=47693
http://us2.php.net/manual/en/function.c ... -array.php
The Joomla team say that this bug is in PHP. I hope this would solve soon.
http://joomlacode.org/gf/project/joomla ... m_id=15509
http://bugs.php.net/bug.php?id=47693
http://us2.php.net/manual/en/function.c ... -array.php
The Joomla team say that this bug is in PHP. I hope this would solve soon.
http://www.embad.com - new way to insert ads to your website
-
- Joomla! Fledgling
- Posts: 2
- Joined: Thu Jul 09, 2009 3:02 pm
Re: Successful Installation but Strange Warnings
Hi, I want know if someone has solved this?
-
- Joomla! Fledgling
- Posts: 2
- Joined: Thu Jul 16, 2009 3:14 pm
-
- Joomla! Fledgling
- Posts: 2
- Joined: Thu Jul 09, 2009 3:02 pm
Re: Successful Installation but Strange Warnings
yes, this is a problem of PHP version 5.3, Im using PHP version 4.4.7, and works fine
-
- Joomla! Fledgling
- Posts: 3
- Joined: Mon Feb 08, 2010 11:02 am
- Location: Nairobi
- Contact:
Re: Successful Installation but Strange Warnings
DonaDyke & Oc666 you guys are great. I know it's a bit late to be discussing this but I'm quite excited. I just changed my "/libraries/joomla/html/html.php" to whatever is in http://joomlacode.org/gf/project/joomla ... iew=markup and it's working great!
Thanks again!!!
Thanks again!!!
Advertisement