PHP Issues

If there is anything for ultimate privacy such as reporting some bugs in the control panel script or such disscussions can be done here.


Note :: Remember, if a post is not of such ultimate privacy related then it must be posted in some other forum which is visible to the open public
Post Reply
smk
Posts: 79
Joined: Sat Jul 08, 2006 8:33 pm

PHP Issues

Post by smk »

I am tring to install a new cms system but when I go to install it I only get a blank page.

After looking through there site came across this:
www. cpgnuke.com/Forums/viewtopic/p=53611.html#53611 wrote: To test how PHP error_reporting is setup by default create a "test.php" which contains
PHP:
[php]<?php echo "die[/php] Then when you open the file thru the browser is should show something like
Code:

Code: Select all

Parse error line 0
If not then replace test.php with
PHP:
[php]<?php
error_reporting(E_ALL)]If it shows no errors and doesn't redirect to install.php then something in SecureSSI (the based PHP) is realy screwey and is not conform the PHP rules.
Then your host most debug the server and find the cause of the problem since you don't have access to it.
If you want to try it check here for the first one (www.thesmkc.com/test.php) and then (www.thesmkc.com/test2.php) for the second...

What can I do, If anything?

The info


Cory: Mr. Feeny, under my desk is a key. It opens locker 703 in a Florida station. In there is all my homework from the past 5 years. I'm actually a wonderful student. I listen and I know everything.
Mr. F: What's the capital of Montana?
Cory: You're not going to Florida, are you?
---------------------
Eric: I have a question that I'm going to need a yes or no answer to. How many people get into Yale each year?
Mr. F
: No.
SHAdmin
Posts: 2089
Joined: Sat Dec 18, 2004 11:28 am
Contact:

Post by SHAdmin »

Most of the current php settings on the server are either the default settings created by cpanel or else they are the settings which were modified for optimizing and securing the server.

I have just checked out the php settings for "error_reporting" and it seems to be the default one.

If you wish to see specific php settings, create a php file with the following code and run it

[PHP]<?php
phpinfo();
?>[/PHP]
Post Reply