Upgrading from 3.3.4 to 3.3.7 Install not found.

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
User avatar
warmweer
Jr. Extension Validator
Posts: 11234
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by warmweer »

Your cookie_secure is set to false : that should be set to true (especially since you're redirecting to https)

I'm seeing quite a number of Error: A mutation operation was attempted on a database that did not allow mutations. (I have no idea where this is coming from)
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
Vinylwiz
Registered User
Posts: 44
Joined: Sat Mar 21, 2020 2:51 pm

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by Vinylwiz »

Steve wrote: Mon May 16, 2022 11:35 am Do you have any extensions installed? They could be controlling the phpBB route function.

// edit

Do you have url rewriting enabled?
I'm not sure about this, where is this setting located, please?
Vinylwiz
Registered User
Posts: 44
Joined: Sat Mar 21, 2020 2:51 pm

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by Vinylwiz »

janus_zonstraal wrote: Mon May 16, 2022 2:15 pm Can you post your .htaccess file here?

Code: Select all

<IfModule mod_rewrite.c>
RewriteEngine on

#
# Uncomment the statement below if URL rewriting doesn't
# work properly. If you installed phpBB in a subdirectory
# of your site, properly set the argument for the statement.
# e.g.: if your domain is test.com and you installed phpBB
# in http://www.test.com/phpBB/index.php you have to set
# the statement RewriteBase /phpBB/
#
RewriteBase /phpBB/

#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

#
# The following 3 lines will rewrite URLs passed through the front controller
# to not require app.php in the actual URL. In other words, a controller is
# by default accessed at /app.php/my/controller, but can also be accessed at
# /my/controller
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ app.php [QSA,L]

#
# If symbolic links are not already being followed,
# uncomment the line below.
# http://anothersysadmin.wordpress.com/2008/06/10/mod_rewrite-forbidden-403-with-apache-228/
#
#Options +FollowSymLinks
</IfModule>

# Apache content negotation tries to interpret non-existent paths as files if
# MultiViews is enabled. This will however cause issues with paths containg
# dots, e.g. for the cron tasks
<IfModule mod_negotiation.c>
	Options -MultiViews
</IfModule>

# With Apache 2.4 the "Order, Deny" syntax has been deprecated and moved from
# module mod_authz_host to a new module called mod_access_compat (which may be
# disabled) and a new "Require" syntax has been introduced to mod_authz_host.
# We could just conditionally provide both versions, but unfortunately Apache
# does not explicitly tell us its version if the module mod_version is not
# available. In this case, we check for the availability of module
# mod_authz_core (which should be on 2.4 or higher only) as a best guess.
<IfModule mod_version.c>
	<IfVersion < 2.4>
		<Files "config.php">
			Order Allow,Deny
			Deny from All
		</Files>
		<Files "common.php">
			Order Allow,Deny
			Deny from All
		</Files>
	</IfVersion>
	<IfVersion >= 2.4>
		<Files "config.php">
			Require all denied
		</Files>
		<Files "common.php">
			Require all denied
		</Files>
	</IfVersion>
</IfModule>
<IfModule !mod_version.c>
	<IfModule !mod_authz_core.c>
		<Files "config.php">
			Order Allow,Deny
			Deny from All
		</Files>
		<Files "common.php">
			Order Allow,Deny
			Deny from All
		</Files>
	</IfModule>
	<IfModule mod_authz_core.c>
		<Files "config.php">
			Require all denied
		</Files>
		<Files "common.php">
			Require all denied
		</Files>
	</IfModule>
</IfModule>
Last edited by Mick on Tue May 17, 2022 6:20 am, edited 1 time in total.
Reason: Code tags added for clarity.
User avatar
janus_zonstraal
Registered User
Posts: 6418
Joined: Sat Aug 30, 2014 1:30 pm

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by janus_zonstraal »

Htaccess looks OK
Sorry! My English is bat ;) !!!
User avatar
warmweer
Jr. Extension Validator
Posts: 11234
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by warmweer »

Looking at your printscreen (viewtopic.php?p=15847526#p15847526).
The datetime of the /install contents (the subfolders) aren't logical (3-18-2021). (which even predates 3.3.4)
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
Vinylwiz
Registered User
Posts: 44
Joined: Sat Mar 21, 2020 2:51 pm

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by Vinylwiz »

warmweer wrote: Wed May 18, 2022 7:51 am Looking at your printscreen (viewtopic.php?p=15847526#p15847526).
The datetime of the /install contents (the subfolders) aren't logical (3-18-2021). (which even predates 3.3.4)
I will check what happened here and try to copy the files over again.
Attachments
Capture.JPG
User avatar
Steve
Registered User
Posts: 1480
Joined: Tue Apr 07, 2009 7:48 pm
Name: Steven Clark
Contact:

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by Steve »

http://www.21frets.com/phpBB3/docs/CHANGELOG.html

Try using software called FileZilla. ;)
@ The Chief Medical Officers guideline for men is that: You are safest not to drink regularly more than 14 units per week.
- I drank that today++ :lol: 🍺
User avatar
warmweer
Jr. Extension Validator
Posts: 11234
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by warmweer »

Are you following Minor Updates Within 3.3.x?
If you don't have any custom coding: use the Full Package.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
Vinylwiz
Registered User
Posts: 44
Joined: Sat Mar 21, 2020 2:51 pm

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by Vinylwiz »

warmweer wrote: Wed May 18, 2022 2:36 pm Are you following Minor Updates Within 3.3.x?
If you don't have any custom coding: use the Full Package.
I have followed the full package update, but the install just wont run.
User avatar
janus_zonstraal
Registered User
Posts: 6418
Joined: Sat Aug 30, 2014 1:30 pm

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by janus_zonstraal »

delete please
Last edited by janus_zonstraal on Thu May 19, 2022 11:38 am, edited 1 time in total.
Sorry! My English is bat ;) !!!
User avatar
janus_zonstraal
Registered User
Posts: 6418
Joined: Sat Aug 30, 2014 1:30 pm

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by janus_zonstraal »

Can you just upload a text file to your board to check if you are uploading to the right place?

And read your pm's here on this board ;)
Sorry! My English is bat ;) !!!
User avatar
warmweer
Jr. Extension Validator
Posts: 11234
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by warmweer »

Alternatively, if you have uploaded the update files and then access your board, you should get a message stating that the install folder is still present.
If no such message appears, it probably means the directories and files were not uploaded to the correct location.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
Vinylwiz
Registered User
Posts: 44
Joined: Sat Mar 21, 2020 2:51 pm

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by Vinylwiz »

warmweer wrote: Thu May 19, 2022 12:10 pm Alternatively, if you have uploaded the update files and then access your board, you should get a message stating that the install folder is still present.
If no such message appears, it probably means the directories and files were not uploaded to the correct location.
No message appears, but here is my server root and the location of the files.
Attachments
Capture.JPG
User avatar
janus_zonstraal
Registered User
Posts: 6418
Joined: Sat Aug 30, 2014 1:30 pm

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by janus_zonstraal »

The config.php file on your image is 0KB that is not possible on a working phpbb board.
So you are looking at the wrong place or server.
Sorry! My English is bat ;) !!!
User avatar
Steve
Registered User
Posts: 1480
Joined: Tue Apr 07, 2009 7:48 pm
Name: Steven Clark
Contact:

Re: Upgrading from 3.3.4 to 3.3.7 Install not found.

Post by Steve »

janus_zonstraal wrote: Thu May 19, 2022 11:38 am Can you just upload a text file to your board to check if you are uploading to the right place?

And read your pm's here on this board ;)
Excellent idea, although finding the correct change log file should suffice.
@ The Chief Medical Officers guideline for men is that: You are safest not to drink regularly more than 14 units per week.
- I drank that today++ :lol: 🍺
Post Reply

Return to “[3.3.x] Support Forum”