3.3.11 --> 3.3.12 nada, can't see forum...

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
BrotherRain
Registered User
Posts: 42
Joined: Sat May 22, 2010 1:35 am
Location: Treasure Coast, Florida
Name: BrotherRain

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by BrotherRain »

Styles are in the styles folder: http://domain/RainNet/styles

I updated using this format:
https://www.phpbb.com/support/docs/en/3 ... date_full/
~ Rain
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6337
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by thecoalman »

Taking a wild guess whatever server configuration you have making the URL case sensitive is causing issues on the backend. There is a reason they should be case insensitive.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
User avatar
BrotherRain
Registered User
Posts: 42
Joined: Sat May 22, 2010 1:35 am
Location: Treasure Coast, Florida
Name: BrotherRain

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by BrotherRain »

Image
~ Rain
User avatar
BrotherRain
Registered User
Posts: 42
Joined: Sat May 22, 2010 1:35 am
Location: Treasure Coast, Florida
Name: BrotherRain

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by BrotherRain »

thecoalman wrote: Fri Jul 19, 2024 10:58 am Taking a wild guess whatever server configuration you have making the URL case sensitive is causing issues on the backend. There is a reason they should be case insensitive.
Never was an issue before in 20 years. I have no control over Unix being the OS on the server versus Windows. As I said before I haven't had an issue with that ever.
~ Rain
User avatar
BrotherRain
Registered User
Posts: 42
Joined: Sat May 22, 2010 1:35 am
Location: Treasure Coast, Florida
Name: BrotherRain

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by BrotherRain »

Today's standard requires case sensitive, every bank or password use is case sensitive.

So I just checked the site's root URL:

http://www.brotherrain.com/RainNet and the site fails to load. = [phpBB Debug] PHP Warning: in file [ROOT]/phpbb/textformatter/s9e/factory.php on line 554: Undefined array key "attachment"

http://www.brotherrain.com/rainnet loads a page but not the forum??? It's an error page with a link back to domain root. Now I can see the splash page for the domain. What the heck did they do to the code that all of a sudden case sensitive is an issue. The forum has ALWAYS been RainNet, not rainnet... so something is funky in the code somewhere.
~ Rain
User avatar
BrotherRain
Registered User
Posts: 42
Joined: Sat May 22, 2010 1:35 am
Location: Treasure Coast, Florida
Name: BrotherRain

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by BrotherRain »

Checked permissions on styles folder and contents 0755, as it should be.
~ Rain
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6337
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by thecoalman »

Again I'm guessing this may be the issue, at least the original one. If you go back to your one post here:

viewtopic.php?p=16022689#p16022689

Style was loading at that point, it was just the CSS files not loading.

Blank white pages are indication of php error, check your server error logs.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
User avatar
janus_zonstraal
Registered User
Posts: 6607
Joined: Sat Aug 30, 2014 1:30 pm

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by janus_zonstraal »

The error is no files for black_darkblue_c

No idea where the _c is coming from?
Sorry! My English is bat ;) !!!
User avatar
BrotherRain
Registered User
Posts: 42
Joined: Sat May 22, 2010 1:35 am
Location: Treasure Coast, Florida
Name: BrotherRain

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by BrotherRain »

The styles it is asking for are NOT 3.3.12 styles but previous styles, some from version 3.1.9

The forum was updated from 3.1.9 to 3.3.11 when the host informed me that he needed to update the version of php to 8.1.29 which is what it is currently. When I did the update, I got errors in the pull down menus. They were open on the forum and clicking on one to close it just opened another on same page. Navigation menus. I was hoping the errors would be fixed by updating to 3.3.12. Instead I got even worse issues. With the 3.3.11 at least the forum was usable and had a style. Though admittedly I couldn't change the style then either.
~ Rain
User avatar
BrotherRain
Registered User
Posts: 42
Joined: Sat May 22, 2010 1:35 am
Location: Treasure Coast, Florida
Name: BrotherRain

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by BrotherRain »

What where and why is it asking for a certain style config when the styles folder has that config file and the styles it asks for I upload and it still won't show me styles to install at all.
~ Rain
User avatar
BrotherRain
Registered User
Posts: 42
Joined: Sat May 22, 2010 1:35 am
Location: Treasure Coast, Florida
Name: BrotherRain

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by BrotherRain »

janus_zonstraal wrote: Fri Jul 19, 2024 11:27 am The error is no files for black_darkblue_c

No idea where the _c is coming from?
I uploaded the -c version (from 3.1.9) and it still doesn't see it. Now it's asking for the green version...
~ Rain
User avatar
BrotherRain
Registered User
Posts: 42
Joined: Sat May 22, 2010 1:35 am
Location: Treasure Coast, Florida
Name: BrotherRain

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by BrotherRain »

thecoalman wrote: Fri Jul 19, 2024 11:24 am Again I'm guessing this may be the issue, at least the original one. If you go back to your one post here:

viewtopic.php?p=16022689#p16022689

Style was loading at that point, it was just the CSS files not loading.

Blank white pages are indication of php error, check your server error logs.
Image
~ Rain
User avatar
janus_zonstraal
Registered User
Posts: 6607
Joined: Sat Aug 30, 2014 1:30 pm

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by janus_zonstraal »

[Now it's asking for the green version...
Than upload the green version.
You have to upload all the missing styles
Sorry! My English is bat ;) !!!
User avatar
BrotherRain
Registered User
Posts: 42
Joined: Sat May 22, 2010 1:35 am
Location: Treasure Coast, Florida
Name: BrotherRain

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by BrotherRain »

janus_zonstraal wrote: Fri Jul 19, 2024 1:04 pm
[Now it's asking for the green version...
Than upload the green version.
You have to upload all the missing styles
ALL the styles are in the styles folder...

And the ones it's asking for are NOT compatible with 3.3.12, they are 3.1.9 versions...
~ Rain
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6337
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: 3.3.11 --> 3.3.12 nada, can't see forum...

Post by thecoalman »

The style should of been unistalled before you upgraded.

Don't know of this will work but make copy of prosilver folder and all it's contents and rename folder whatever the name of the old style is. Open the file style.cfg and where it says name = prosilverchange prosilver to whatever the name of the old style is.

Delete the folder on the server for old style and upload the copied and renamed prosilver.Last but not least purge the cache.

If this works and the style is now listed first make sure prosilver is installed and set as default and then uninstall the old style.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison

Return to “[3.3.x] Support Forum”