26

(53 replies, posted in PunBB 1.2 bug reports)

If I keep talking to myself, I may move from 'New Member' to 'Member' in a single topic.  Wahoo!

27

(53 replies, posted in PunBB 1.2 bug reports)

using PHP 4.2.3 and MySQL 3.23.52 on Apache 1.3.27

28

(53 replies, posted in PunBB 1.2 bug reports)

Line 58 in admin_index.php:

$result = $db->query('SHOW TABLE STATUS FROM `'.$db_name.'`') or error(

I am not able to run that query manually.  That is why the script is breaking.

29

(53 replies, posted in PunBB 1.2 bug reports)

ps21 wrote:

Have you checked that the database settings in config.php are correct?

Yes, everything is right in config.php.  I am getting this error when I run admin_index.php:

An error was encountered
Error: Unable to fetch table status.

I ran this query in PHPMyAdmin:

SHOW TABLE STATUS FROM PUNBB

and I get an error near 'TABLE STATUS FROM PUNBB'

The problem is in the DB.  I just figure out where.

30

(53 replies, posted in PunBB 1.2 bug reports)

Deleted tables, re-installed, same problem

31

(53 replies, posted in PunBB 1.2 bug reports)

That seems a bit extreme.  Is there a reason?

32

(53 replies, posted in PunBB 1.2 bug reports)

I installed punbb 1.0.1 and I logged in, but I am getting the following error:

An error was encountered
Error: Unable to fetch category/forum list.

MySQL permissions wrong?  That's all I can think of.

Thanks