News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

New Install SMF 2.0. B3.1 Error in Post Settings

Started by RvG, May 27, 2008, 12:42:37 AM

Previous topic - Next topic

RvG

Anyone can help me to fix this error?

Database Error
Table 'kolenorg_bbs.smf_smf_messages' doesn't exist
File: /home/kolenorg/public_html/bbs/Sources/ManagePosts.php
Line: 254

Why it called another table prefix?  ::)

Oldiesmann

#1
This is a bug...

Sources/Subs-Post.php

Find
$smcFunc['db_change_column']( $db_prefix . 'messages', 'body', array('type' => 'mediumtext'));

Replace
$smcFunc['db_change_column']( 'messages', 'body', array('type' => 'mediumtext'));

I'm not sure why $db_prefix is specified there since it gets added automatically by db_change_column if there's no "no_prefix" parameter.

EDIT: Bug #2148: db_prefix added twice when trying to save post settings...
Michael Eshom
Christian Metal Fans


RvG

I found another bug?  ::)

the code is fixed and not scrolling on this case...

note: i am using IE.


Rumbaar

I wasn't able to replicate the issue on IE7 when viewing that quoted text and making the display window smaller.  It rendered scroll bars, though it was messed up they still rendered them on the fly.
"An important reward for a job well done is a personal sense of worthwhile achievement."

[ Themes ]

Advertisement: