[Beta 1 -> 3, Beta 2 ->4] phpBB3 Beta to Beta upgrade script

Stand-alone scripts designed for a specific function, but not neccessarily part of normal forum browsing.
Forum rules
Image Please feel free to download any Scripts here, support for each Script is located it's own thread.

To post your own Script, please first read the MOD / Script Guidelines

Rate this Script

Excellent!
8
62%
Very Good
2
15%
Good
2
15%
Fair
0
No votes
Poor
1
8%
 
Total votes : 13

Re: [Beta 1 - Beta 3] phpBB3 Beta to Beta upgrade script

Postby Handyman » 27 Nov 2006, 11:19

Hmm... looks like images aren't getting parsed either.
I'll have to do some phpBB3 Beta 3 parsing tests... it seems it's not dome the same way as Beta 2... even though I was going through some phpBB3 Beta 3 code and it looks the same.

I'll have to give it a few tests next week.

Edit: Exreaction made it work, so he's working on updating the script with the new code
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7456
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male




phpBB Academy at StarTrekGuide
Support STG
Using PayPal Donate

Re: [Beta 1 - Beta 3] phpBB3 Beta to Beta upgrade script

Postby EXreaction » 27 Nov 2006, 12:29

I am working on fixing the BBCodes now. Smile
My phpBB3 Mods: Advertisement Management | Anti-Spam ACP | Auto Database Backup | Enable HTML | Advanced Subscriptions | Custom Profile Groups | From Author PM List | FAQ Manager | Forum Anniversary List | One Click Ban | Forum Sponsors | Smilies Categories | Drag 'n Drop Forum List | Soft Delete

Interested in becoming a Jr MOD Validator and helping out validation of mods @phpBB.com? Apply here
User avatar
EXreaction    
Supporter
Supporter
 
Posts: 1316
Joined: 03 Jun 2006, 09:10
Location: Plymouth, WI
Gender: Male

Re: [Beta 1 - Beta 3] phpBB3 Beta to Beta upgrade script

Postby EXreaction » 27 Nov 2006, 13:38

Ok, I just committed my changes. Someone wanna give it some more testing?

Looks to me like it work, but I didnt test custom smilies. Tongue
My phpBB3 Mods: Advertisement Management | Anti-Spam ACP | Auto Database Backup | Enable HTML | Advanced Subscriptions | Custom Profile Groups | From Author PM List | FAQ Manager | Forum Anniversary List | One Click Ban | Forum Sponsors | Smilies Categories | Drag 'n Drop Forum List | Soft Delete

Interested in becoming a Jr MOD Validator and helping out validation of mods @phpBB.com? Apply here
User avatar
EXreaction    
Supporter
Supporter
 
Posts: 1316
Joined: 03 Jun 2006, 09:10
Location: Plymouth, WI
Gender: Male

Re: [Beta 1 - Beta 3] phpBB3 Beta to Beta upgrade script

Postby nesl247 » 27 Nov 2006, 22:48

Gotta get this to upgrade to beta4 which was released.
nesl247
Cadet I
Cadet I
 
Posts: 11
Joined: 28 Oct 2006, 16:59
Gender: Male

Re: [Beta 1 - Beta 3] phpBB3 Beta to Beta upgrade script

Postby EXreaction » 27 Nov 2006, 22:57

[quote="nesl247":d7e64]
Gotta get this to upgrade to beta4 which was released.
[/quote:d7e64]

Well, luckly for us, B4 comes with a B3 to B4 updater. Smile

We might make it upgrade directly to B4...but I doubt it...at least for now. Wink
My phpBB3 Mods: Advertisement Management | Anti-Spam ACP | Auto Database Backup | Enable HTML | Advanced Subscriptions | Custom Profile Groups | From Author PM List | FAQ Manager | Forum Anniversary List | One Click Ban | Forum Sponsors | Smilies Categories | Drag 'n Drop Forum List | Soft Delete

Interested in becoming a Jr MOD Validator and helping out validation of mods @phpBB.com? Apply here
User avatar
EXreaction    
Supporter
Supporter
 
Posts: 1316
Joined: 03 Jun 2006, 09:10
Location: Plymouth, WI
Gender: Male

Re: [Beta 1 - Beta 3] phpBB3 Beta to Beta upgrade script

Postby Greynor » 28 Nov 2006, 01:25

@Exreaction: how to test your BBcode - fix? New installation/update?
Greynor
Cadet I
Cadet I
 
Posts: 14
Joined: 30 Aug 2006, 02:46
Gender: Male

Re: [Beta 1 - Beta 3] phpBB3 Beta to Beta upgrade script

Postby Bryan » 28 Nov 2006, 01:27

Howdy Gents!

Trying to go through the script and I'm getting the following error:

Code: Select all
General Error
SQL ERROR [ mysql4 ]

Column 'post_username' cannot be null [1048]

SQL

INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, icon_id, poster_ip, post_time, post_approved, post_reported, enable_bbcode, enable_smilies, enable_magic_url, enable_sig, post_username, post_subject, post_text, post_checksum, post_attachment, bbcode_bitfield, bbcode_uid, post_postcount, post_edit_time, post_edit_reason, post_edit_user, post_edit_count, post_edit_locked) VALUES ('1', '1', '2', '2', '1', '127.0.0.1', '1150791046', '1', '0', '1', '1', '1', '1', NULL, 'Welcome to phpBB 3', 'This is an example post in your phpBB 3.0 installation. You may delete this post, this topic and even this forum if you like since everything seems to be working!', '5dd683b17f641daf84c040bfefc58ce9', '0', '', '', '1', '0', '', '0', '0', '0')

BACKTRACE

FILE: includes/db/mysql.php
LINE: 132
CALL: dbal_mysql->sql_error()

FILE: upgrade/tables/posts.php
LINE: 69
CALL: dbal_mysql->sql_query()

FILE: upgrade/index.php
LINE: 95
CALL: include('upgrade/tables/posts.php')


Any ideas? Thanks a bunch in advance!!
Bryan
Cadet I
Cadet I
 
Posts: 12
Joined: 05 Nov 2006, 19:33
Gender: Male

Re: [Beta 1 - Beta 3] phpBB3 Beta to Beta upgrade script

Postby Greynor » 28 Nov 2006, 01:41

img and quote tags are still wrong
http://www.couch-fiction.org/phpBB3/vie ... p?f=2&t=39

smilies work Smile
Greynor
Cadet I
Cadet I
 
Posts: 14
Joined: 30 Aug 2006, 02:46
Gender: Male

Re: [Beta 1 - Beta 3] phpBB3 Beta to Beta upgrade script

Postby Handyman » 28 Nov 2006, 08:36

Hey Bryan,

Instead of having you download a whole new zip file, let's do this.
Open upgrade/tables/posts.php

Find
Code: Select all
'post_username'        => $posts_row['post_username'],


REPLACE WITH
Code: Select all
'post_username'        => ($posts_row['post_username'] == NULL) ? '' : $posts_row['post_username'],


Then let us know how it works.

Zip has been updated.
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7456
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: [Beta 1 - Beta 3] phpBB3 Beta to Beta upgrade script

Postby nesl247 » 28 Nov 2006, 11:19

[quote="EXreaction":4e86e]
[quote="nesl247":4e86e]
Gotta get this to upgrade to beta4 which was released.
[/quote:4e86e]

Well, luckly for us, B4 comes with a B3 to B4 updater. Smile

We might make it upgrade directly to B4...but I doubt it...at least for now. Wink
[/quote:4e86e]

Didn't know.. I've probably got a screwed up board anyways because of the url parse errors you all talk about. And the fact that IIRC, the custom profile fields don't get properly transfered.
nesl247
Cadet I
Cadet I
 
Posts: 11
Joined: 28 Oct 2006, 16:59
Gender: Male

PreviousNext

Return to Scripts

Who is online

Users browsing this forum: No registered users and 2 guests

cron