Easy fix for 3.2.6 Known Problems

Assorted bits of stuff that I have found useful
Administrator
Site Admin
Posts: 781
Joined: Tue Nov 18, 2014 11:30 am

Easy fix for 3.2.6 Known Problems

Post by Administrator »

To make your life easier I have attached a zip containing the files needed to correct the Known Issues in phpBB 3.2.6

Before you start make a backup of your boards files (but then you always do that don't you?) then download and unzip the attached. You will then find a folder called phpBB3 on your desktop. Within that folder there two folders (includes and styles) and one file (viewforum.php).Upload all of those to your boards root (where config.php is) and you will be asked if you want to overwrite those 6 files. Accept that and the files will upload.

Then purge your boards cache, either from the ACP or (if you can not access the acp) by removing the contents of the cache directory on your server, leaving just index.htm and .htaccess


known_issues_fix_3_2_6.zip


NOTE If you do not use prosilver as your default style, you may have to edit up to four additional files. Open your default style and see if it contains any or all of the following, If any are present, edit them according to the instructions below otherwise the error will persist.

## OPEN ##

styles/{style_name}/template/index_body.html

FIND

Code: Select all

			{S_LOGIN_REDIRECT}
ADD AFTER (on a new line)

Code: Select all

			{S_FORM_TOKEN_LOGIN}
## OPEN ##

styles/{style_name}/template/login_body.html

FIND

Code: Select all

			{S_LOGIN_REDIRECT}
ADD AFTER (on a new line)

Code: Select all

			{S_FORM_TOKEN_LOGIN}
## OPEN ##

styles/{style_name}/template/login_forum.html

FIND

Code: Select all

			{S_LOGIN_REDIRECT}
ADD AFTER (on a new line)

Code: Select all

			{S_FORM_TOKEN_LOGIN}
## OPEN ##

styles/{style_name/template/viewforum_body.html

FIND

Code: Select all

			{S_LOGIN_REDIRECT}
ADD AFTER (on a new line)

Code: Select all

			{S_FORM_TOKEN_LOGIN}
SAVE>UPLOAD>PURGE CACHE
You do not have the required permissions to view the files attached to this post.
Last edited by Administrator on Thu May 02, 2019 12:10 pm, edited 1 time in total.
Administrator
Site Admin
Posts: 781
Joined: Tue Nov 18, 2014 11:30 am

Re: Easy fix for 3.2.6 Known Problems

Post by Administrator »

I will leave this here for reference, but please remember that the patch files attached above are for phpBB 3.2.6 ONLY