View previous topic :: View next topic |
Author |
Message |
MikeSands
Joined: 19 Jan 2006 Posts: 1406 Location: RV Steadfast, bearing west
|
|
Back to top |
|
 |
RogueOne
Joined: 27 Oct 2010 Posts: 6 Location: Wellington/Paraparaumu
|
Posted: Mon May 02, 2011 11:00 am Post subject: |
|
|
Just got this now. |
|
Back to top |
|
 |
sophmelc
Joined: 10 Jan 2008 Posts: 782
|
Posted: Mon May 02, 2011 7:48 pm Post subject: |
|
|
Yep I'm getting it too. _________________ Planning: A pulp/steampunk LARP, a sci fi short run
Reading: not much
Playing: Fall: A BtVS game, Reverie
Blog - Mostly Geek |
|
Back to top |
|
 |
Luke Site Admin

Joined: 24 Jan 2006 Posts: 2697
|
Posted: Mon May 02, 2011 8:13 pm Post subject: |
|
|
It's been going on for a while now. I first noticed it last Wednesday. _________________ Playing: Doomstones (WFRP2e); Shades of Terra (Exalted: Dragonblooded)
Running: Thousand Thrones (WFRP2e)
Planning: Incarnadine Crucible (Exalted: Alchemicals); Tale of Twin Kings, Angels of Death and the Lover Who Stole All Things (Exalted 1e) |
|
Back to top |
|
 |
Ryan Paddy
Joined: 25 Jan 2006 Posts: 157
|
Posted: Mon May 02, 2011 8:20 pm Post subject: |
|
|
The "Last Post" links on the front page are incorrect. That might be related to the multiple copies of posts that are appearing - if an admin is deleting extra copies of posts, that sometimes confuses the latest post links.
Might be time for a phpBB update? Dunno how much that would fix though. Sometimes these obscure bugs require some research on the phpBB boards and specific fixes beyond an update. I had to run some funny SQL script on Diatribe the other day to stop a weird error. |
|
Back to top |
|
 |
Ryan Paddy
Joined: 25 Jan 2006 Posts: 157
|
Posted: Mon May 02, 2011 8:31 pm Post subject: |
|
|
After a search for similar complaints at phpBB support forums, I'm guessing you might have a corrupt table. The script on this page may fix the table:
http://forums.theplanet.com/lofiversion/index.php/t85100.html
Basically you can create a php file with the code below in it, upload it to the forum folder, then access it via your browser to run it:
Code: | <?php
define('IN_PHPBB', true);
include('./extension.inc');
include('./common.'.$phpEx);
$page_title = 'phpBB Fix';
$sql = array();
$sql[] = "REPAIR TABLE " . SEARCH_WORD_TABLE . "";
$sql_count = count($sql);
for( $i = 0; $i < $sql_count; $i++ )
{
if ( !($result = $db->sql_query($sql[$i])) )
$echo .= '<b>Query ' . ($i+1) . ': </b><font color="red"><b>Error (' . mysql_error() . ')</b></font><br />';
else
$echo .= '<b>Query ' . ($i+1) . ': </b><font color="green"><b>Ran successfully</b></font><br />';
}
message_die(GENERAL_MESSAGE, "<table width="80%" class="forumline"><tr><td><u><b>Report:</b></u><br />$echo<br /><br />All queries have been run. If any errors came up above, be sure to post the report in your topic on phpBB.com.<br /><b>You should now delete this file</b></td><tr></table>");
?> |
|
|
Back to top |
|
 |
Glock-9mm Site Admin

Joined: 19 Jan 2006 Posts: 885
|
Posted: Tue May 03, 2011 11:46 am Post subject: |
|
|
* Current Forum Fault *
As you know the forum is having a bad day, I have contacted Squee and he will try an investigate and resolve this tonight.
It may take him a few days however so please bare with us.
Why has this happened: It appears that Open host (where this site is hosted) has made some changes and the PHP2 doesn't like it it, it may eventuate that the board gets an upgrade to resolve the issue, we apologize in advance for any loss of service.
Regards
Glock-9mm [Admin] _________________ Running: No Kingdom for Old Men [PF]
Playing Dans Pathfinder Game Glock-9mm's Blog Click Here |
|
Back to top |
|
 |
Anarchangel

Joined: 25 Jan 2006 Posts: 2501 Location: Los Angeles (ex Wellington, ex Christchurch)
|
Posted: Wed May 11, 2011 8:47 pm Post subject: |
|
|
In case it was meant to be fixed already, I just got this bug again. _________________ Playing: Dresden Files RPG, 4e.
Running: Nothing.
Planning: Con games (Echoes, DitV & Hot War for Day After Ragnarok), Psi*Run, Action City!.
Writing: Outta the Walls, A Certain Kind of Decision, FATE Deadlands, other games.
My LJ |
|
Back to top |
|
 |
admin Site Admin
Joined: 19 Jan 2006 Posts: 2
|
Posted: Mon May 16, 2011 12:54 pm Post subject: |
|
|
I've run a repair on the table. New version of phpbb when I can get the hosting provider to let me log in properly to the control panel and DB. |
|
Back to top |
|
 |
sophmelc
Joined: 10 Jan 2008 Posts: 782
|
Posted: Sun Aug 21, 2011 9:11 pm Post subject: |
|
|
admin wrote: | I've run a repair on the table. New version of phpbb when I can get the hosting provider to let me log in properly to the control panel and DB. |
I'm guessing this hasn't happened as I'm still getting the debug error. _________________ Planning: A pulp/steampunk LARP, a sci fi short run
Reading: not much
Playing: Fall: A BtVS game, Reverie
Blog - Mostly Geek |
|
Back to top |
|
 |
mundens
Joined: 25 Jan 2006 Posts: 293
|
Posted: Mon Sep 05, 2011 3:25 pm Post subject: |
|
|
Just got this bug again _________________ Where do ideas come from?
Well, when a boy idea and a girl idea love each other very much...
David Formosa on alt.sex.stories.discussion |
|
Back to top |
|
 |
|