If I keep talking to myself, I may move from 'New Member' to 'Member' in a single topic. Wahoo!
27 2003-09-02 10:11
Re: just installed (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 2003-09-02 09:55
Re: just installed (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 2003-09-02 09:52
Re: just installed (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 2003-09-02 08:26
Re: just installed (53 replies, posted in PunBB 1.2 bug reports)
Deleted tables, re-installed, same problem
31 2003-09-02 08:13
Re: just installed (53 replies, posted in PunBB 1.2 bug reports)
That seems a bit extreme. Is there a reason?
32 2003-09-02 07:42
Topic: just installed (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