Go Back   Tech Support Forum > Design Forum > Web Design & Development

        
Join Tech Support Forum Today

Reply
 
Thread Tools Search this Thread


Old 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

__________________
Matteus is offline   Reply With Quote
Old 09-01-2011, 02:55 PM   #2
TSF Team, Emeritus
 
Laxer's Avatar
 
Join Date: Dec 2010
Location: Salem, OR
Posts: 5,034
OS: Win7 Ultimate x64

My System

Re: Joomla ----> Problems

You need to adjust the setting in php....

Find your php.ini file and edit it to match:

locate (ctrl+f)
Code:
error_reporting =
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:

Code:
<? phpinfo(); ?>

__________________

..Notepad++ | CoffeeCup | WAMP | GIMP | VLC | Debut | CometBird | Web Dev
Laxer is offline   Reply With Quote
Old 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
__________________
Matteus is offline   Reply With Quote
Old 09-01-2011, 03:00 PM   #4
TSF Team, Emeritus
 
Laxer's Avatar
 
Join Date: Dec 2010
Location: Salem, OR
Posts: 5,034
OS: Win7 Ultimate x64

My System

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.
__________________

..Notepad++ | CoffeeCup | WAMP | GIMP | VLC | Debut | CometBird | Web Dev
Laxer is offline   Reply With Quote
Old 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?
__________________
Matteus is offline   Reply With Quote
Old 09-03-2011, 03:23 PM   #6
TSF Team, Emeritus
 
Laxer's Avatar
 
Join Date: Dec 2010
Location: Salem, OR
Posts: 5,034
OS: Win7 Ultimate x64

My System

Re: Joomla ----> Problems

Give this a good read: Beginners - Joomla! Documentation

Should have all the information you need.
__________________

..Notepad++ | CoffeeCup | WAMP | GIMP | VLC | Debut | CometBird | Web Dev
Laxer is offline   Reply With Quote
Old 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 ;)
__________________
Matteus is offline   Reply With Quote
Old 10-19-2011, 08:57 AM   #8
Registered Member
 
Join Date: Oct 2011
Posts: 1
OS: XP


Thumbs Up Re: [SOLVED] Joomla ----&gt; 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.
__________________
harishdahiya is offline   Reply With Quote
Old 12-05-2011, 07:07 AM   #9
Registered Member
 
Join Date: Dec 2011
Posts: 1
OS: xp


Re: [SOLVED] Joomla ----&gt; 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.
__________________
togyar is offline   Reply With Quote
Old 12-05-2011, 05:55 PM   #10
TSF Team, Emeritus
 
Laxer's Avatar
 
Join Date: Dec 2010
Location: Salem, OR
Posts: 5,034
OS: Win7 Ultimate x64

My System

Re: [SOLVED] Joomla ----&gt; Problems

Quote:
Originally Posted by togyar View Post
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!

__________________

..Notepad++ | CoffeeCup | WAMP | GIMP | VLC | Debut | CometBird | Web Dev
Laxer is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is on
Smilies are on
[IMG] code is on
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with DirectDraw Acceleration and 3D bobby3127 PC Gaming Support 3 10-13-2011 12:33 PM
Mouse Problems in Flash/Full Screen Games kiara2425 Other Hardware Support 8 08-25-2011 04:34 PM
Severe problems with wireless network DualThunder Windows Vista/Windows 7 Support 3 08-10-2011 01:14 AM
Connect PC to HDTV via HDMI -> CAT5 -> Router -> Access Point -> CAT5 -> HDMI silver-rabbit Networking Support 3 07-08-2011 06:48 PM
Internet -> Wireless router -> Laptop -> Ethernet Cable -> Desktop? Kerstmis Networking Support 4 05-25-2011 06:38 AM

Post a Question




All times are GMT -7. The time now is 02:55 AM.


Copyright 2001 - 2012, Tech Support Forum

Windows 7 - Windows XP - Windows Vista - Trojan Removal - Spyware Removal - Virus Removal - Networking - Security