1

(11 replies, posted in PunBB 1.2 troubleshooting)

I figured it out.  When I downloaded it, I think the file got corrupted somehow.  I redownloaded and reinstalled and it worked fine.

~zilker

2

(11 replies, posted in PunBB 1.2 troubleshooting)

The code I put in earlier is exactly what was generated.  I'm using version 4.3.3

~zilker

3

(11 replies, posted in PunBB 1.2 troubleshooting)

That's what it lookes like to me too, but I don't see one.  Any ideas?

~zilker

4

(11 replies, posted in PunBB 1.2 troubleshooting)

I tried that and this is what I got:

===================

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/detrends/public_html/forum/txapib/config.php on line 2

Parse error: parse error in /home/detrends/public_html/forum/txapib/config.php on line 2
config.php doesn't exist or is corrupt. Please run install.php to install PunBB first.

===================

and this is the config that was generated when installing (I changed the user/pass for security purposes):

===================

<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'detrends_database';
$db_username = 'detrends_user';
$db_password = 'pass';
$db_prefix = 'txapib';
$p_connect = true;

$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;

$language = 'en';

define('PUN', 1);

===================

Didn't know if that would help you out any.  Your time is appreciated.

Thanks,

~zilker

5

(11 replies, posted in PunBB 1.2 troubleshooting)

This is the message I get:

config.php doesn't exist or is corrupt. Please run install.php to install PunBB first.

The config file is uploaded with all the info that was generated.  Any suggestions as to what it might be?

Thanks

~zilker