I think this may be a server issue. I have vBulletin installed on the same account (I'm considering switching to PunBB though) and I just noticed the same error when viewing their online.php page. I'll take this to my host's support system. Thanks for your help, I'll update this thread with whatever I find out.
2 2005-03-06 23:44
Re: Error after install (7 replies, posted in PunBB 1.2 troubleshooting)
Ok, I tried repairing the table 'online', and the message says "The handler for the table doesn't support repair".
3 2005-03-06 23:35
Re: Error after install (7 replies, posted in PunBB 1.2 troubleshooting)
Thanks Smartys. Here's the error:
File: /usr/home/daniel/domains/xxxxx/public_html/forums/include/functions.php
Line: 115
PunBB reported: Unable to insert into online list
Database reported: Got error 12 from table handler (Errno: 1030)
4 2005-03-06 23:21
Topic: Error after install (7 replies, posted in PunBB 1.2 troubleshooting)
I've tried installing both 1.2.2 and 1.2.1 and received the same error with both after uploading config.php:
Error: Unable to insert into online list.
I'm wondering if the error might be related to the output for the config.php file. The instructions say, "Make sure there are no linebreaks or spaces before <?php and after ?>" but there is no ?> included. I've added it to config.php and still get the same error. Here is the original output:
<?php
$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'xxxxx';
$db_username = 'xxxxx';
$db_password = 'xxxxx';
$db_prefix = '';
$p_connect = false;
$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '2a8e569f';
define('PUN', 1);
(db name, username and password omitted for obvious reasons).
Any help is appreciated. Thanks.
Edit: That error (Unable to insert into online list) shows up when trying to access the forums.