Drugs wrote:I still can't make posts on my forum. Boooo. I think this is the most trouble I've had from any of the RC's.
The submitted form was invalid. Try submitting again.
Could this be due to my template?
Yes, it updates your database if I'm correct.The_Descendant wrote:What? So I just download the auto-updater and run it?
Drugs wrote:Yes, it updates your database if I'm correct.The_Descendant wrote:What? So I just download the auto-updater and run it?
And thanks for the answer. When I got my original errors I just scanned the beginning and none of it, at the time, pertained to me.
Highway of Life wrote:To make a custom style compatible with RC6
FIND:REPLACECode: Select all
</form>
Code: Select all
{S_FORM_TOKEN}</form>
And to make sure users can login to the ACP:
Find:Replace with:Code: Select all
<dt><label for="username">{L_USERNAME}:</label></dt> <dd><input type="text" tabindex="1" name="username" id="username" size="25" value="{USERNAME}" class="inputbox autowidth" /></dd>
Find:Code: Select all
<dt><label for="{USERNAME_CREDENTIAL}">{L_USERNAME}:</label></dt> <dd><input type="text" tabindex="1" name="{USERNAME_CREDENTIAL}" id="{USERNAME_CREDENTIAL}" size="25" value="{USERNAME}" class="inputbox autowidth" /></dd>
Replace with:Code: Select all
<dt><label for="password">{L_PASSWORD}:</label></dt> <dd><input type="password" tabindex="2" id="password" name="password" size="25" class="inputbox autowidth" /></dd>
Code: Select all
<dt><label for="{PASSWORD_CREDENTIAL}">{L_PASSWORD}:</label></dt> <dd><input type="password" tabindex="2" id="{PASSWORD_CREDENTIAL}" name="{PASSWORD_CREDENTIAL}" size="25" class="inputbox autowidth" /></dd>
Sorry, Im just not very good at all this php stuff and a lot of what is even posted in this thread is a bit confusing as to what is even being talked about.karlsemple wrote:If your forum is modified you are still going to have to use the patch or auto updater which means doing the RC5-RC6 update later on and then the RC7 update and etc.....(assuming there is more RC releases) My honest opinion is you would be better biting the bullet and getting it updated now
Did you have any modifications installed? If not and you are also using prosilver just replace all the files with fresh RC6 ones. This should only be done however if using the the prosilver template and an unmodified boardwmtipton wrote:Sorry, Im just not very good at all this php stuff and a lot of what is even posted in this thread is a bit confusing as to what is even being talked about.karlsemple wrote:If your forum is modified you are still going to have to use the patch or auto updater which means doing the RC5-RC6 update later on and then the RC7 update and etc.....(assuming there is more RC releases) My honest opinion is you would be better biting the bullet and getting it updated now
Basically I know how to install the software by following the instructions, how to set up the subdomain and DB by doing the same. I dont know much about how to do all this code change stuff at all.
When you snip .....
The_Descendant wrote:Karlsemple, do you know how I could create the t.template_id in field list because that is what is reported missing, so could you give me a query to run in order to have this?
All I have extra is a style called 'Arrow' but Im thinking (hoping) that I can delete it completely and go back to PROsilver, save the database, and then see if I can update to RC6....what do you think?karlsemple wrote:Did you have any modifications installed? If not and you are also using prosilver just replace all the files with fresh RC6 ones. This should only be done however if using the the prosilver template and an unmodified boardwmtipton wrote:Sorry, Im just not very good at all this php stuff and a lot of what is even posted in this thread is a bit confusing as to what is even being talked about.karlsemple wrote:If your forum is modified you are still going to have to use the patch or auto updater which means doing the RC5-RC6 update later on and then the RC7 update and etc.....(assuming there is more RC releases) My honest opinion is you would be better biting the bullet and getting it updated now
Basically I know how to install the software by following the instructions, how to set up the subdomain and DB by doing the same. I dont know much about how to do all this code change stuff at all.
When you snip .....
This tell you anything?
SQL ERROR [ mysql4 ]
Unknown column 't.template_id' in 'field list' [1054]
SQL
SELECT s.style_id, t.template_storedb, t.template_path, t.template_id, t.bbcode_bitfield, c.theme_path, c.theme_name, c.theme_storedb, c.theme_id, i.imageset_path, i.imageset_id, i.imageset_name FROM phpbb_styles s, phpbb_styles_template t, phpbb_styles_theme c, phpbb_styles_imageset i WHERE s.style_id = 1 AND t.template_id = s.template_id AND c.theme_id = s.theme_id AND i.imageset_id = s.imageset_id
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: includes/session.php
LINE: 1360
CALL: dbal_mysql->sql_query()
FILE: install/install_update.php
LINE: 120
CALL: user->setup()
FILE: install/index.php
LINE: 402
CALL: install_update->main()
FILE: install/index.php
LINE: 274
CALL: module->load()
The_Descendant wrote:Yes, quite a few. Vista, Probl@ck, Invander, Pro_Vision_green2, however I am using Prosilver and so is everyone else except one which is using Probl@ck.
Can I create the 'template_id' in 'field list'?
INSERT INTO `phpbb_styles_template` ( `template_id` , `template_name` , `template_copyright` , `template_path` , `bbcode_bitfield` , `template_storedb` )
VALUES ( 1, 0x70726f73696c766572, 0xc2a92070687042422047726f7570, 0x70726f73696c766572, 0x6c4e673d, 1 ) ;
MySQL said: Documentation
#1054 - Unknown column 'template_id' in 'field list'