Strange error

Joomla version 1.5 is end-of-life and are no longer supported. Please use Joomla 3.x instead.

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.
sk8te-penguin
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Mon Mar 14, 2011 2:13 pm

Strange error

Post by sk8te-penguin » Mon Mar 14, 2011 2:20 pm

I get this error whenever I try to access the administration page.

I am hosting it locally because it's only a college project and doesn't require an actual server upload.

The error is too long to post here, so I'll attach it in a text file.
You do not have the required permissions to view the files attached to this post.

User avatar
OOmNezar
Joomla! Ace
Joomla! Ace
Posts: 1869
Joined: Mon Sep 07, 2009 3:18 am

Re: Strange error

Post by OOmNezar » Mon Mar 14, 2011 3:02 pm

see in HERE
coffee & smoke just fine
OOm Nezar

User avatar
dpacadmin
Joomla! Champion
Joomla! Champion
Posts: 6029
Joined: Sat Aug 16, 2008 1:46 pm
Location: the Bat Cave
Contact:

Re: Strange error

Post by dpacadmin » Mon Mar 14, 2011 4:00 pm

You have "Strict Standards: Non-static method" errors, this is because of the error reporting settings in your Xampp php.ini file. In the php.ini file make these changes and then restart Apache;

error_reporting = E_ALL & ~E_NOTICE

display_errors = Off

You must restart Apache before these changes take effect. If you are unsure where you php.ini file is try running this file on your server and look for the "Loaded Configuration File" line.
info.zip
You do not have the required permissions to view the files attached to this post.

sk8te-penguin
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Mon Mar 14, 2011 2:13 pm

Re: Strange error

Post by sk8te-penguin » Mon Mar 14, 2011 4:06 pm

So, what exactly do I do?

Do I perform "Find and replace" within the .ini file and replace error_reporting = "E_ALL & ~E_NOTICE" with "display_errors = Off"?

User avatar
dpacadmin
Joomla! Champion
Joomla! Champion
Posts: 6029
Joined: Sat Aug 16, 2008 1:46 pm
Location: the Bat Cave
Contact:

Re: Strange error

Post by dpacadmin » Mon Mar 14, 2011 4:19 pm

Find
error_reporting =

and change it to look like

error_reporting = E_ALL & ~E_NOTICE

find
display_errors =

and make sure it is looks like

display_errors = Off

then restart Apache

sk8te-penguin
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Mon Mar 14, 2011 2:13 pm

Re: Strange error

Post by sk8te-penguin » Mon Mar 14, 2011 4:25 pm

Thanks, I'll give that a try =]

sk8te-penguin
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Mon Mar 14, 2011 2:13 pm

Re: Strange error

Post by sk8te-penguin » Mon Mar 14, 2011 4:40 pm

BOOYAH!!! Yeah that worked! Thanks a bunch!! =D

User avatar
dlerhajiagha
Joomla! Intern
Joomla! Intern
Posts: 57
Joined: Sat Sep 25, 2010 6:18 pm
Location: IRAQ

Re: Strange error

Post by dlerhajiagha » Wed Mar 16, 2011 11:53 am

Its worked with me
thanks for all...

openbox
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Aug 15, 2011 1:36 pm

Re: Strange error

Post by openbox » Mon Aug 15, 2011 1:48 pm

WOW! thanks problem solved!

User avatar
Overcast451
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Wed Aug 10, 2011 2:36 pm

Re: Strange error

Post by Overcast451 » Mon Aug 15, 2011 6:34 pm

openbox wrote:WOW! thanks problem solved!
Yep, worked for me too. FYI.

And Thanks!

scorp2000
Joomla! Intern
Joomla! Intern
Posts: 76
Joined: Sat May 15, 2010 9:00 pm

Re: Strange error

Post by scorp2000 » Thu Aug 25, 2011 4:50 pm

for developer and debugger
instead of chaging php.ini
goto joomla configuration file and replace
$error_reporting = '-1';
with
$error_reporting = '6143';

& it's done

tuan1010
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sun Aug 28, 2011 8:32 am

Re: Strange error

Post by tuan1010 » Sun Aug 28, 2011 8:39 am

for developer and debugger
instead of chaging php.ini
goto joomla configuration file and replace
$error_reporting = '-1';
with
$error_reporting = '6143';

& it's done
Then I think. It's not "Problems solved", It's "Problems hidden".
I've checked on Ver1.6. In config file there's $error_reporting = '-1';
So why does Ver1.7 have error then?

scorp2000
Joomla! Intern
Joomla! Intern
Posts: 76
Joined: Sat May 15, 2010 9:00 pm

Re: Strange error

Post by scorp2000 » Sun Aug 28, 2011 11:28 am

tuan1010 wrote:
for developer and debugger
instead of chaging php.ini
goto joomla configuration file and replace
$error_reporting = '-1';
with
$error_reporting = '6143';

& it's done
Then I think. It's not "Problems solved", It's "Problems hidden".
I've checked on Ver1.6. In config file there's $error_reporting = '-1';
So why does Ver1.7 have error then?

yes! it's just problem hidden.. but if you want to move further with 1.7 then you have to hide these error....otherwise its hard to develop something with 1.7...
basically with the php5, joomla 1.7 cant follow the strict standards of php.

nicmehr
I've been banned!
Posts: 36
Joined: Fri Feb 04, 2011 12:19 pm

Re: Strange error

Post by nicmehr » Sun Aug 28, 2011 11:40 am

i install 1.7 and i do it but my problem dident solved yet
i use appserv

scorp2000
Joomla! Intern
Joomla! Intern
Posts: 76
Joined: Sat May 15, 2010 9:00 pm

Re: Strange error

Post by scorp2000 » Sun Aug 28, 2011 12:04 pm

nicmehr.. set mysql privileges and then try again ..

means set password with user 'root'

SAVYNAEEM
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Mon Aug 29, 2011 12:15 pm

Re: Strange error

Post by SAVYNAEEM » Mon Aug 29, 2011 12:31 pm

Hello
I am a first time user of Xammp and Joomla. I have upload Joomla in XAMMP/htdoc and when i tried to open my site i got the error as discussed above. Reading the forum i did the changes which looked like this (after the changes)

; display_errors
; Default Value: off
; Development Value: On
; Production Value: Off

; display_startup_errors
; Default Value: Off
; Development Value: On
; Production Value: Off

; error_reporting
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_NOTICE
; Production Value: E_ALL & ~E_DEPRECATED &_NOTICE


i restarted Xammp .
but still nothing worked,

please help

SAVYNAEEM
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Mon Aug 29, 2011 12:15 pm

Re: Strange error

Post by SAVYNAEEM » Mon Aug 29, 2011 1:28 pm

i think i have resolved the problem, of all those who hit this thread and dont find a solution after implementing the above, please do the following

Open Joomla admin
go to global configuration and server
please change error reporting to SIMPLE (instead of none, as mentioned there)

leoguzmo
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Tue Aug 30, 2011 1:46 am
Location: Colombia

Re: Strange error

Post by leoguzmo » Tue Aug 30, 2011 1:49 am

thanks, I worked with Joomla 1.7....

dorexp17
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Mar 28, 2011 3:21 pm

Re: Strange error

Post by dorexp17 » Tue Aug 30, 2011 9:00 am

SAVYNAEEM wrote:i think i have resolved the problem, of all those who hit this thread and dont find a solution after implementing the above, please do the following

Open Joomla admin
go to global configuration and server
please change error reporting to SIMPLE (instead of none, as mentioned there)
it worked

thanks

DesignerLab
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Aug 31, 2011 11:50 pm
Location: Karachi
Contact:

Re: Strange error

Post by DesignerLab » Thu Sep 01, 2011 12:13 pm

Worked Prety Well For Me !

jsalvador4
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Fri Sep 02, 2011 5:20 pm

Re: Strange error

Post by jsalvador4 » Fri Sep 02, 2011 5:24 pm

Worked for me also, thanks!

SAVYNAEEM
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Mon Aug 29, 2011 12:15 pm

Re: Strange error

Post by SAVYNAEEM » Fri Sep 02, 2011 10:08 pm

glad to know that i could be of help to you guys; welcome & i had a tough time getting around it:

however now i seems to have another problem. Me website is ready and all good to go , so i need to transfer the files using FTP. I dont have a clue how to do it. Please can i get some help on this

I am running Xampp,

User avatar
OOmNezar
Joomla! Ace
Joomla! Ace
Posts: 1869
Joined: Mon Sep 07, 2009 3:18 am

Re: Strange error

Post by OOmNezar » Sat Sep 03, 2011 6:47 am

coffee & smoke just fine
OOm Nezar

jhonhussy
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Sat Sep 03, 2011 2:33 pm

Re: Strange error

Post by jhonhussy » Sat Sep 03, 2011 2:51 pm

Find
error_reporting =

and change it to look like

error_reporting = E_ALL & ~E_NOTICE

find
display_errors =

and make sure it is looks like

display_errors = Off

then restart Apache

paulsauve46
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Sep 22, 2011 7:46 pm

Re: Strange error

Post by paulsauve46 » Thu Sep 22, 2011 8:20 pm

dpacadmin's solution (the same as jhonhussy's) worked for me also - using xampp 1.7.4 on Wni Vista Home Premium x64

poonamkaur
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Sep 23, 2011 2:52 am

Re: Strange error

Post by poonamkaur » Fri Sep 23, 2011 2:55 am

1. Stop Apache and mysql services ( you may have to do it through SCM in Xampp control Panel)

2. open c:/xampp/php/php.ini

3. find Display_Error

4. there are two entries for Display_error one is with ; in start that is a comment second without ;

5. change Display_Error Off ( default it is On)

6. Start the services back.

7. http://localhost/joomla### and it should work.

Herriot2
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Sat Oct 01, 2011 8:36 pm

Re: Strange error

Post by Herriot2 » Sat Oct 01, 2011 9:39 pm

Thanks that worked for me.
poonamkaur wrote:1. Stop Apache and mysql services ( you may have to do it through SCM in Xampp control Panel)

2. open c:/xampp/php/php.ini

3. find Display_Error

4. there are two entries for Display_error one is with ; in start that is a comment second without ;

5. change Display_Error Off ( default it is On)

6. Start the services back.

7. http://localhost/joomla### and it should work.

mmmark
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Mon Oct 17, 2011 2:11 pm

Re: Strange error

Post by mmmark » Tue Oct 18, 2011 12:38 pm

a million thanks to u SAVYNAEEM.

i've been looking high and low for this solution. tried everything but still couldn't get it to work.
and finally your solution pop-up!

thanks again!

peersaab
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Oct 21, 2011 3:58 am

Re: Strange error

Post by peersaab » Fri Oct 21, 2011 5:10 am

poonamkaur wrote:1. Stop Apache and mysql services ( you may have to do it through SCM in Xampp control Panel)

2. open c:/xampp/php/php.ini

3. find Display_Error

4. there are two entries for Display_error one is with ; in start that is a comment second without ;

5. change Display_Error Off ( default it is On)

6. Start the services back.

7. http://localhost/joomla### and it should work.
Thanks you soo muchh!!!!!!!!! :'( its only the begining and its already a struggle.

I found two php.ini files in the php folder changed the codes as instructed above but that didnt help

so I searched again using c:/xampp/php/php.ini in interenet explorer found the file opened it and searched for Display_Error and changed it to Off. :)

are there any good tutorials for beginners?

Smasher
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Thu Oct 20, 2011 4:31 pm

Re: Strange error

Post by Smasher » Fri Oct 21, 2011 10:28 am

Thanks savynaeem - I'm running 1.7 and was wondering why the original error fix wasn't working.

Cheers for the solution. Just getting started with Joomla, lots to learn!


Locked

Return to “Installation 1.5”