 |
09-01-2011, 06:24 AM
|
#1
|
|
Registered Member
Join Date: Jan 2009
Posts: 102
OS: windows xp, vista, 7
|
[SOLVED] Joomla ----> Problems
Hi,
I am trying to build a website but with Joomla for the first time but I'm stuck. I don't know what to do and apart form that I am getting these errors:
Strict Standards: Static function JDatabase::test() should not be abstract in C:\xampp\htdocs\joomla15\libraries\joomla\database\database.php on line 350
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 394
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 394
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 394
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php on line 396
What Can I do? Please Help me.
Regards,
Matteus
__________________
|
|
|
09-01-2011, 02:55 PM
|
#2
|
|
TSF Team, Emeritus
Join Date: Dec 2010
Location: Salem, OR
Posts: 5,034
OS: Win7 Ultimate x64
|
Re: Joomla ----> Problems
You need to adjust the setting in php....
Find your php.ini file and edit it to match:
locate (ctrl+f)
And change the value to
Code:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
locate (ctrl+f)
Code:
display_errors = On
And change the value to
Code:
display_errors = Off
Double check your setting by creating a blank php page with the code:
|
|
|
09-01-2011, 02:56 PM
|
#3
|
|
Registered Member
Join Date: Jan 2009
Posts: 102
OS: windows xp, vista, 7
|
Re: Joomla ----> Problems
I have not created any webpages at the moment though so how can I edit that file that you told me?
Thanks
__________________
|
|
|
09-01-2011, 03:00 PM
|
#4
|
|
TSF Team, Emeritus
Join Date: Dec 2010
Location: Salem, OR
Posts: 5,034
OS: Win7 Ultimate x64
|
Re: Joomla ----> Problems
You have to find the file and open it with a text editor....
Usually its here: C:\xampp\php\php.ini
Once you open the file just find the lines and change them... this should get you up and running.
|
|
|
09-03-2011, 07:03 AM
|
#5
|
|
Registered Member
Join Date: Jan 2009
Posts: 102
OS: windows xp, vista, 7
|
Re: Joomla ----> Problems
Thanks a lot my friend. It has worked :)
How can I start creating my site from here now as I am confused?
__________________
|
|
|
09-03-2011, 03:23 PM
|
#6
|
|
TSF Team, Emeritus
Join Date: Dec 2010
Location: Salem, OR
Posts: 5,034
OS: Win7 Ultimate x64
|
Re: Joomla ----> Problems
Give this a good read: Beginners - Joomla! Documentation
Should have all the information you need.
|
|
|
09-08-2011, 01:24 AM
|
#7
|
|
Registered Member
Join Date: Jan 2009
Posts: 102
OS: windows xp, vista, 7
|
Re: Joomla ----> Problems
Thanks a lot for your help ;)
__________________
|
|
|
10-19-2011, 08:57 AM
|
#8
|
|
Registered Member
Join Date: Oct 2011
Posts: 1
OS: XP
|
Re: [SOLVED] Joomla ----> Problems
Hi Guys,
I tried following posted on another forum:
please do the following
Open Joomla admin
go to global configuration >> server
please change error reporting to SIMPLE (instead of none, as mentioned there)
Please check if it works for you also.
__________________
|
|
|
12-05-2011, 07:07 AM
|
#9
|
|
Registered Member
Join Date: Dec 2011
Posts: 1
OS: xp
|
Re: [SOLVED] Joomla ----> Problems
Thank you harishdahiya, I tried your suggestion:Open Joomla admin
go to global configuration >> server
please change error reporting to SIMPLE (instead of none, as mentioned there)
It works! and it,s much easier way than to edit the php.ini file.
__________________
|
|
|
12-05-2011, 05:55 PM
|
#10
|
|
TSF Team, Emeritus
Join Date: Dec 2010
Location: Salem, OR
Posts: 5,034
OS: Win7 Ultimate x64
|
Re: [SOLVED] Joomla ----> Problems
Quote:
Originally Posted by togyar
Thank you harishdahiya, I tried your suggestion:Open Joomla admin
go to global configuration >> server
please change error reporting to SIMPLE (instead of none, as mentioned there)
It works! and it,s much easier way than to edit the php.ini file.
|
Welcome to TSF!
AND
Thanks for the feedback!
I didn't know the option existed in the Joomla ACP but certainly makes the life of a non-programmer much easier!
Wonderful find harishdahiya,
Thanks for your help!
|
|
|
 |
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|