1 (edited by hidden track 2005-03-06 23:23)

Topic: Error after install

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.

Re: Error after install

?> isn't needed.

Enable debug mode (uncomment the line in include/common.php) and paste the full error.

Re: Error after install

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)

Re: Error after install

Mmm, odd, try repairing the table?

Re: Error after install

Ok, I tried repairing the table 'online', and the message says "The handler for the table doesn't support repair".

Re: Error after install

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.

Re: Error after install

Oh yes, it's a hash table, I forgot wink

Re: Error after install

you could try converting it to MyISAM in phpmyadmin