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.”
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.
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.
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.
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.
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.”