Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Gazelle (http://www.bvlist.com/forumdisplay.php?f=40)
-   -   Problem / Blank pages (http://www.bvlist.com/showthread.php?t=5855)

DooM 27th December 2010 23:27

Problem / Blank pages
 
Im new using Gazelle. I have installed Ubuntu 10.10 as OS then Apache, PHP, MySQL, memcached, etc.
I made changes in config.php and everythings are fine but when I am trying to acess the tracker, it shows just a blank page.

Can someone solve this?

daffy 28th December 2010 05:50

you need to turn error report on to see what errors are throwing out.

If you are running into a white page or some other PHP error, but you have no clue what is wrong, you should consider turning on PHP error reporting. This will give you some indication of where or what the problem is. This is a good first step to solving your problem. Here is how to turn on PHP errors: To display error messages caused by your PHP script you can include these lines of code:
ini_set('display_errors',1);
error_reporting(E_ALL);

Another way to do it is to edit your php.ini file and include this option:
error_reporting = E_ALL

DooM 28th December 2010 13:51

Nothing happens. The pages are blank. Can you remote connect to my PC to try to fix my problem?

joeroberts 28th December 2010 16:20

you have to turn on display_errors in php.ini
Quote:

display_errors = On
and set error_reporting
Quote:

error_reporting = E_ALL & ~E_DEPRECATED

daffy 28th December 2010 22:38

Quote:

Originally Posted by DooM (Post 26186)
Can you remote connect to my PC to try to fix my problem?

Erm, NO!. lol dude its christmas and new year --->>> DRINK DRINK PARTY PARTY, FUK WORK LETS PARTY MUWAHAHAHAHA

i must of been drunk when i posted on here, as i DO NOT RECALL posting that haha (03:50) ouch almost 4am, yea i was wasted hahaha


All times are GMT +2. The time now is 05:27.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.