[solved] One or more tests have failed

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
eljefe25
New Member
New Member
Posts: 4
Joined: Thu Apr 28, 2011 11:34 pm

[solved] One or more tests have failed

Post by eljefe25 »

Hello! I attempted to install CMS and am running into a problem.

Getting this error on the 'Checking permissions and PHP settings' page:

Testing error_reporting to ensure E_STRICT is disabled
E_STRICT is enabled

Testing error_reporting to ensure E_DEPRECATED is disabled
E_DEPRECATED is enabled


I think it has to do with this piece I couldn't quite understand in the directions for a setup on Windows:

Create an empty config.php

-->> Create an empty C:\xampp\htdocs\cmsmadesimple\config.php file with the Windows Explorer. Right-click in the given directory and choose "new/text document".

-->> Change the name in config.php. make sure the file type is PHP, not TXT or text document.


After the above, I know have a blank file named config.php.

However, this next step I don't understand:
. In Notepad, save a blank page with the filename "config.php" including the quotes.

Windows won't let you crfeate a filename with quotes in it. So i think it might be written wrong.

Can someone tell me if the errors I lsited above are the result of that last step in red?

Thanks in advance!
Last edited by eljefe25 on Fri Apr 29, 2011 7:31 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: One or more tests have failed

Post by RonnyK »

In your php.ini, change the settings for error_reporting to:

Code: Select all

error_reporting = E_ALL & ~E_DEPRECATED
then restart Apache.

Ronny
eljefe25
New Member
New Member
Posts: 4
Joined: Thu Apr 28, 2011 11:34 pm

Re: One or more tests have failed

Post by eljefe25 »

Thanks!

OK, i tried that.

When i go to stop Apache, i get this:

ERROR: -1

And Apache stays on and I still get the error when I try to install.

EDIT:
Had to restart my laptop, but it worked.

Thanks!
Locked

Return to “[locked] Installation, Setup and Upgrade”