Updating heavily modified forum

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
User avatar
YeeP
BBCoder II
BBCoder II
Posts: 11
Joined: 24 Mar 2010, 19:46

Updating heavily modified forum

Post by YeeP »

There was a thread that someone made with ideas on how to modify the new files to match the "changes" you have mode to the files you are running right now. I really need that thread, as I am stuck in 3.05..... I know I am not as modded as Stokers page either... :)
User avatar
Stoker
Site Admin
Site Admin
Posts: 3536
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Updating heavily modified forum

Post by Stoker »

I dont follow you?
Board rules! No PM support
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Updating heavily modified forum

Post by cisco007 »

I think Steve had posted that on the previous board, instructions on updating board with pics!
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 847
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: Updating heavily modified forum

Post by Steve »

you mean this ?
viewtopic.php?f=10&t=475

it deosnt show you how to edit any conflicting files, but all you do is down load the conflicted file from the install and compare them and re-upload to the forum,once you have corrected the conflict irrc or finish the install and proceed then re-edit the conflicting files. ( take full back up of files and database)

heres an example of how a conflicting file will look.

Code: Select all

<<<<<<< Begin of Conflict - Original File code before update
		<!-- IF FORUM_SEO_DESC --><span style="font-weight:bold;">{FORUM_SEO_KEY}</span><br /><span>{FORUM_SEO_DESC}<br /></span><!-- ELSEIF FORUM_DESC --><span>{FORUM_DESC}<br /></span><!-- ENDIF -->
	<!-- IF MODERATORS --><strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS}<!-- ENDIF -->
======= Code block used within the updated/new file
	<!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF -->
	<!-- IF MODERATORS --><p><strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS}</p><!-- ENDIF -->
>>>>>>> End of Conflict
moving to support as its not missing i think
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
User avatar
YeeP
BBCoder II
BBCoder II
Posts: 11
Joined: 24 Mar 2010, 19:46

Re: Updating heavily modified forum

Post by YeeP »

That is similar. don't think the thread I have in mind was written by steve. It was done by a lady. You kind of brush over all of the steps needed when you have modified the code in the files that are needing to be updated. This is exactly what I am looking for help in. Any tips on that would be much appreciated.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Updating heavily modified forum

Post by cisco007 »

just update, and all the files that are shown as not updated, updated and select the merge with modifications and see what you get, i have done that with about 3 boards and only had problems with about 2 mods, then i would just re-edit the files with the mods you had problems with!
User avatar
YeeP
BBCoder II
BBCoder II
Posts: 11
Joined: 24 Mar 2010, 19:46

Re: Updating heavily modified forum

Post by YeeP »

I keep getting an Internal Server (500) Error on the check of the files. Update failure.... :(
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 847
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: Updating heavily modified forum

Post by Steve »

Blank page and Error pages (What do they mean?) : viewtopic.php?f=9&t=65&p=65
Error 500 'Internal Server Error' - This error mean that there is a server error, Its a error on the server so you need to contact you host for this issue, Sometimes if you are on a shared host then there maybe to many people visiting other sites that are on the same server. An occasional refresh might work in some cases. Example
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
User avatar
YeeP
BBCoder II
BBCoder II
Posts: 11
Joined: 24 Mar 2010, 19:46

Re: Updating heavily modified forum

Post by YeeP »

Thanks for that man, pretty familiar with the 500 error. My site has 2 users on the main side right now, and I am upgrading the dev site, which has no users.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Updating heavily modified forum

Post by cisco007 »

that is not talking about how many users on YOUR site! What it's talking about it that if you are on shared hosting, there could be dozens of people using the same server you are using, each of those people could have maybe two sites going, and each site could have dozens even hundreds of people visiting each one of those sites, now do the math, on how much load that is on the server! That is why i usually do my updating on my localhost then upload the new files and run the DB update!
Locked