/    Sign up×
Community /Pin to ProfileBookmark

PHP.ini | Blank white page Error

where to find php.ini file and how to update that file because when i open my site they show some C:/… path, also site is on wordpress that is also on PHP when i try to logged in they accept ID and PW but not show dashboard there is jua a blank white page.

please help me out with all these, Thank you

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@NogDogApr 27.2013 — First, do a "view source" of the blank page just to see if anything "interesting" did get output, but in such a way that the browser would not display it.

If not, then you probably have a syntax somewhere, along with the PHP configuration [B][FONT=Courier New]display_errors[/FONT][/B] set to false. If you use a decent editor with PHP syntax checking built into it (I use Komodo Edit, but there are many others), it should show you most syntax errors so that you can fix them before you even start testing.

Next choice is to look in your PHP error log, and the last step (if we're talking about the live site) is to change your PHP configuration to turn [FONT=Courier New][B]display_errors[/B][/FONT] on (generally not a good thing to do on a live site). To find out what php.ini file you are using and where the error_log is, just create a PHP file with the following:
[code=php]
<?php
phpinfo();
[/code]

Open that page from your browser, and look under the "Loaded Configuration File" setting and the "error_log" setting (local value) to see what files are being used.
×

Success!

Help @Expresslimo spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...