Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   blank page (http://www.bvlist.com/showthread.php?t=9273)

ilikecookies 4th July 2013 11:03

blank page
 
Hello,i recently bought i server and installed all the needed staff to make a tracker,i mean php mysql apache and that stuff,i uploaded all the files to www directory but when im going to mydomain/index.php the page is blank...and i dont know why..!I think its permisions but i set all the file to 644 or 777 but i got the same problem..any help?

Thanks

Chez 4th July 2013 11:07

First what version of TBDev do you have? Netmaniack, 2008, 2009, 2010

ilikecookies 4th July 2013 11:16

tbdev 09

firefly007 4th July 2013 11:57

Open up index.php in a code editor and add this...

PHP Code:

error_reporting(E_ERROR E_PARSE); 

After this

PHP Code:

<?php

At the top of the page.
Then save and refresh the page.
I think it has to do this memcache, null or add memcache server info.

ilikecookies 4th July 2013 12:48

Im still getting the same problem after i installed memcache...i added the
Code:

                                          error_reporting(E_ERROR | E_PARSE); 
on index.php but i still have the same problem

firefly007 4th July 2013 12:50

That line should spit out the errors.... Look for the fatal errors and paste the error here please..

ilikecookies 4th July 2013 14:18

basically is a 500 Internal Server Error

KrackerMan 4th July 2013 14:39

Ok first make sure that all the files are out of the upload folder. The go to http://www.bvlist.com/tbdev/4931-tbdev-2009-a.html and the third post down is a tbdev 09 installer. Give that a shot and let us know if it worked or not.

ilikecookies 4th July 2013 15:26

still the same problem,the installer working but i still have the same problem with 500 Internal Server Error

KrackerMan 4th July 2013 16:35

does it say "500 Internal Server Error" or does it have a blank white page both have 2 different meanings. Also have you checked your error logs in /var/log/apache2 ?


All times are GMT +2. The time now is 19:35.

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