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  [ 3 posts ] 
Author Message
PostPosted: Tue Jun 12, 2012 10:02 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Jun 12, 2012 9:28 am
Posts: 1
Can anyone help me. Im trying to install joomla 1.5 non my machine but i get the following error messages:

PLEASE REMEMBER TO COMPLETELY
REMOVE THE INSTALLATION DIRECTORY.
You will not be able to proceed beyond this point until the installation directory has been removed. This is a security feature of Joomla!.
Click here when the directory has been removed.

when i remove the directory it shows:

Strict Standards: Non-static method JLoader::import() should not be called statically in C:\xampp\htdocs\Joomla15\libraries\joomla\import.php on line 29

Strict Standards: Non-static method JLoader::register() should not be called statically in C:\xampp\htdocs\Joomla15\libraries\loader.php on line 71

Strict Standards: Non-static method JLoader::import() should not be called statically in C:\xampp\htdocs\Joomla15\libraries\joomla\import.php on line 32

Strict Standards: Non-static method JLoader::register() should not be called statically in C:\xampp\htdocs\Joomla15\libraries\loader.php on line 71

Strict Standards: Non-static method JError::isError() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\Joomla15\libraries\joomla\factory.php on line 565

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\Joomla15\libraries\joomla\import.php:46) in C:\xampp\htdocs\Joomla15\libraries\joomla\factory.php on line 566
Database Error: Unable to connect to the database:Could not connect to MySQL
..........................

Please can anyone help me!!!


Top
 Profile  
 
PostPosted: Tue Jun 12, 2012 10:17 am 
User avatar
Joomla! Master
Joomla! Master

Joined: Thu Aug 18, 2005 8:55 pm
Posts: 18093
Location: Nijmegen, The Netherlands
Welcome to Joomla forum!

The "Strict Standards" error messages that you see are not related with the removal of the /installation/ directory.

You could solve it by changing the PHP error reporting, see:
viewtopic.php?p=2556146#p2556146

_________________
Kind Regards,
Peter Martin, Global Moderator - Community Leadership Team
http://www.db8.nl - Joomla specialist, Nijmegen, Nederland
Joomla 2.5 multilanguage in 10 steps: http://www.db8.nl/multilanguage-in-10-steps


Top
 Profile  
 
PostPosted: Wed Jun 13, 2012 4:18 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon May 14, 2012 9:56 am
Posts: 132
Location: Irving, TX 75039
It seems that the Joomla version you have installed isn't strictly adhering to PHP standards. "Strict Standards" aren't technically an error. In php.ini file restrict error reporting to not report standards violation as an error, then turn off Joomla error reporting.

In your php.ini, change error_reporting = E_ALL | E_STRICT to error_reporting = E_ALL & ~E_NOTICE
Restart xampp to apply the changes.
In Joomla's configuration.php file, change $error_reporting value to 6135.

_________________
http://www.usjoomlaforce.com/joomla-mig ... rvice.html -- Joomla Migration Service
http://www.usjoomlaforce.com/joomla-hacking-fix.html -- Professional Hack Recovery Service


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



Who is online

Users browsing this forum: No registered users and 8 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