1

Topic: Please help... install problems

I uploaded everything and went to the install.php, it's blank, as are all other pages.
http://www.southdakotateencourt.com/discuss

sad please help me

Re: Please help... install problems

Make sure all your language files are correct.

3

Re: Please help... install problems

define "correct"

Re: Please help... install problems

Well, check if there's anything missing like commas (was my problem) or there is too much.

What you could do is open them one by one and check if PHP gives any errors.

5 (edited by Smartys 2006-04-08 22:00)

Re: Please help... install problems

I'd check the common.php file for the language you're using, because there's a small PunBB thing that causes it not to display an error
The fix is (hopefully this should work):
Open common.php
FIND

// Attempt to load the common language file
@include PUN_ROOT.'lang/'.$pun_user['language'].'/common.php';
if (!isset($lang_common))
    exit('There is no valid language pack \''.pun_htmlspecialchars($pun_user['language']).'\' installed. Please reinstall a language of that name.');

REPLACE WITH

// Attempt to load the common language file
if (!file_exists(PUN_ROOT.'lang/'.$pun_user['language'].'/common.php'))
    exit('There is no valid language pack \''.pun_htmlspecialchars($pun_user['language']).'\' installed. Please reinstall a language of that name.');
include PUN_ROOT.'lang/'.$pun_user['language'].'/common.php';
if (!isset($lang_common))
    exit('Loading the language pack \''.pun_htmlspecialchars($pun_user['language']).'\' failed.');

6

Re: Please help... install problems

that code is not anywhere in common.php

Re: Please help... install problems

jvs wrote:

that code is not anywhere in common.php

The code I quoted is in include/common.php

The error that you might have would be in lang/[your language]/common.php

8

Re: Please help... install problems

oh. youre right, wrong common.

9

Re: Please help... install problems

still blank.

Re: Please help... install problems

Make sure display_errors is enabled?

11

Re: Please help... install problems

where? (sorry if my ignorance becomes frusterating) lol

12

Re: Please help... install problems

humm.. looks like ya need to get someone to install it for ya and check everything.

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!