1 (edited by briank 2005-08-24 17:58)

Topic: Error: Unable to fetch user info.

An error has occured
Error: Unable to fetch user info.

This only happens when viewing my profile. Any ideas? :\

http://www.cobaltandcalcium.com/forum/profile.php?id=2

ID 2 = Me, and it's only happening to me, it seems.

Re: Error: Unable to fetch user info.

Enable debug mode, paste the full error here

3 (edited by briank 2005-08-24 18:21)

Re: Error: Unable to fetch user info.

When Trying To Login: wrote:

File: /home/brian/public_html/forum/login.php
Line: 45

PunBB reported: Unable to fetch user info

Database reported: Got error 127 from table handler (Errno: 1030)

When Trying To View Userlist wrote:

File: /home/brian/public_html/forum/userlist.php
Line: 157

PunBB reported: Unable to fetch user list

Database reported: Got error 127 from table handler (Errno: 1030)

Re: Error: Unable to fetch user info.

repair the table using phpmyadmin or the db management plugin

5 (edited by briank 2005-08-24 19:20)

Re: Error: Unable to fetch user info.

I just used the db management plugin. it repaired all of the tables, and now my username isnt even found.

http://www.cobaltandcalcium.com/forum/v … hp?id=3660 = is an example of a thread i made awhile back.


edit: seems as though after i clicked repair, it deleted my entire username with 2000+ posts, every post of mine is gone as well.


holy crap.

Re: Error: Unable to fetch user info.

ouch, do you have a backup? from any time, just to get your user and put it back?

7 (edited by briank 2005-08-24 19:23)

Re: Error: Unable to fetch user info.

i have a backup, although I don't know what to do so i can put just my username back. I've never done this before..

punbb_db_backup.2005-05-16.sql

8 (edited by Smartys 2005-08-24 19:26)

Re: Error: Unable to fetch user info.

briank: so the posts aren't in the database anymore?
I think that's due to the missing user account messing up the join, create a new account with an id of 2 and they should be back

Re: Error: Unable to fetch user info.

Smartys wrote:

briank: so the posts aren't in the database anymore?
I think that's due to the missing user account messing up the join, create a new account with an id of 2 and they should be back

awesome. all i had to do was create a new username, add it to usergroup 1 (for admins), and then put my ID at 2. Blam. Fixed!

Thanks smartys, you're very smart.

Re: Error: Unable to fetch user info.

*bows* tongue

Re: Error: Unable to fetch user info.

well i was gonna suggest that (thinking about it now its easier) but i didn't want you to lose any of that important profile info tongue

damn smartys stealing my customer :-P

12 (edited by Smartys 2005-08-24 21:05)

Re: Error: Unable to fetch user info.

This color is better for hiding things in Oxygen

Well, if the account was missing, it was missing tongue
And I pwn Connor tongue

Re: Error: Unable to fetch user info.

/me looks around for that ban button tongue

14

Re: Error: Unable to fetch user info.

ahh, connor, you didn't lose a customer... how about this one right here?

www.cobaltandcalcium.com -- right side of page used to display the ten most recent threads, but now out of the clear blue it stopped working (hasn't worked for about three days now, but it has worked for the past 7 months).

Here is the code that has made the top 10 most recent threads in specific sections work:

            <b><font class="caption">Recent :</font> Threads</b>
            <div class="boxtop"></div>
            <ul>
             <?php include('http://www.cobaltandcalcium.com/forum/extern.php?action=active&show=10&fid=1,8,12,17,15,2,14,16'); ?>
            </ul>
            <div class="boxbottom"></div>
        
            <br />

Re: Error: Unable to fetch user info.

odd, looks fine to me, do you have error reporting disabled?

16

Re: Error: Unable to fetch user info.

Connorhd wrote:

odd, looks fine to me, do you have error reporting disabled?

no idea, where would i enable it? tongue

Re: Error: Unable to fetch user info.

just put error_reporting(E_ALL); at the start of that php script and see if it tells you anything

18

Re: Error: Unable to fetch user info.

            <b><font class="caption">Recent :</font> Threads</b>
            <div class="boxtop"></div>
            <ul>
             <?php error_reporting(E_ALL);
include('http://www.cobaltandcalcium.com/forum/extern.php?action=active&show=10&fid=1,8,12,17,15,2,14,16'); ?>
            </ul>
            <div class="boxbottom"></div>
        
            <br />

www.cobaltandcalcium.com -- still no error reports sad

19 (edited by briank 2005-08-25 06:39)

Re: Error: Unable to fetch user info.

WOW, another error automatically:

Warning: ob_start(): output handler 'ob_gzhandler' cannot be used twice in /home/brian/public_html/forum/include/functions.php on line 946
An error was encountered
File: /home/brian/public_html/forum/index.php
Line: 48

PunBB reported: Unable to fetch category/forum list

Database reported: Got error 28 from table handler (Errno: 1030)

http://www.cobaltandcalcium.com/forum/index.php

Geez...


Edit: repair tables isn't working this time around. ;\

Re: Error: Unable to fetch user info.

Looks fine to me now
But error 28 = disk full wink
That means you used up your MySQL diskspace

Re: Error: Unable to fetch user info.

i would talk to your host...

22

Re: Error: Unable to fetch user info.

Good idea. I just purchased a new server last night. Dedicated.

Intel Pentium 2.8GHz
1024MB RAM
80GB IDE hard drive
1000GB bandwidth
5 IP addresses
100Mbps port
FreeBSD


Additional Features I wanted Added:

Installation and configuration of Firewall (IPtables)
Check for rootkits on the server
Hardening of /tmp directory
Watchmysql - MySQL monitor
Extended Binary Hardening
Phpsysinfo
Version checker
PAM resource limiting
Disabling Telnet access
Formail checker
Tweak MySQL
Install & configure Portscanner

Re: Error: Unable to fetch user info.

I have the same problem but not when viewing my account... my instalation was without problem, my admin works perfect, but when creating new account I only get this: "An error was encountered
Error: Unable to fetch user info. "

you can see on http://forum.discdog.cz


can you help pls?

Re: Error: Unable to fetch user info.

enable debug mode, paste the full error
And I don't have any issue (I'm not logged in there)

Re: Error: Unable to fetch user info.

how can I do that? pls