PDA

View Full Version : Plain white screen


yamahapaul
02-07-2012, 11:20 AM
After installing my links directory with links in the forum root all I get is a blank white page, my config.php seems to be ok as i did the forum path thing... I know its probably something simple but I've tried all different combination of urls for example

http://www.midlandsheritage.co.uk/links

http://www.midlandsheritage.co.uk/forum/links

http://www.midlandsheritage.co.uk/forums/links

http://www.midlandsheritage.co.uk/link

etc etc anybody got any suggestions??

Brian
02-07-2012, 01:47 PM
What do you have entered for your $forumpath in the links_config.php file?

Our Sponsors
 

yamahapaul
02-08-2012, 02:07 AM
What do you have entered for your $forumpath in the links_config.php file?

The forumpath.php gives this

/var/www/vhosts/midlandsheritage.co.uk/httpdocs

done by viewing this-

http://www.midlandsheritage.co.uk/forumpath.php

so the links_config .php has all this on-

<?php
// ++=========================================================================++
// || vBadvanced Links Directory v3.3.1 (vB 3.6 - 3.8) - 101314
// || © 2003-2012 vBadvanced.com - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 16:29, Sat Feb 4th 2012
// || 970101314_202459063663
// ++ ========================================================================++

error_reporting(E_ALL & ~E_NOTICE & ~8192);

// ============================================
// Enter the full path to your forum here
// Example: /home/yoursite/public_html/forum
// ============================================

$forumpath = '/var/www/vhosts/midlandsheritage.co.uk/httpdocs';

?>

CareyCrew
02-08-2012, 03:28 AM
Try removing the parenthesis ....

$forumpath = /var/www/vhosts/midlandsheritage.co.uk/httpdocs

Our Sponsors
 

yamahapaul
02-09-2012, 03:24 AM
Try removing the parenthesis ....

$forumpath = /var/www/vhosts/midlandsheritage.co.uk/httpdocs

I removed the whole thing still no good :mad:

yamahapaul
02-11-2012, 09:18 AM
anybody else got any suggestions as I'd really like to get this working

CareyCrew
02-12-2012, 04:21 AM
Try entering just a period in the brackets like this (.)

yamahapaul
02-12-2012, 06:22 AM
Try entering just a period in the brackets like this (.)

do you mean the brackets here-

error_reporting(E_ALL & ~E_NOTICE & ~8192);


I think one problem is that my links_config.php file is actually links_config.php.new, how the hell do I change that? I'm starting to get very frustrated :mad:

CareyCrew
02-12-2012, 06:57 AM
do you mean the brackets here-

error_reporting(E_ALL & ~E_NOTICE & ~8192);


I think one problem is that my links_config.php file is actually links_config.php.new, how the hell do I change that? I'm starting to get very frustrated :mad:

Ahh, well that would cause a problem. You should be able to rename that file in your FTP client or your Plesk file manager.

So, rename and start again with the file path set as /var/www/vhosts/midlandsheritage.co.uk/httpdocs and see what happens.

Chimpie
02-12-2012, 06:58 AM
I think one problem is that my links_config.php file is actually links_config.php.new, how the hell do I change that? I'm starting to get very frustrated :mad:

Do you mean get rid of the .new? Just rename the file.

yamahapaul
02-12-2012, 08:16 AM
Ahh, well that would cause a problem. You should be able to rename that file in your FTP client or your Plesk file manager.

So, rename and start again with the file path set as /var/www/vhosts/midlandsheritage.co.uk/httpdocs and see what happens.


Still no good :(

Brian
02-13-2012, 09:48 AM
Try this:
$forumpath = '../';

yamahapaul
02-14-2012, 04:44 AM
Try this:
$forumpath = '../';

Thanks Brian it worked :)