I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
Dlan
Registered User
Posts: 27
Joined: Tue Apr 17, 2018 1:25 pm

I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by Dlan »

Yes, I know I messed up. Now how do I fix it? The board displays correctly, however I can’t change to another style. I’m getting an error “building the container due to an installed extension”. I have tried clearing the cashe but that didn’t help. Is there any way to fix my mistake?
TIA, Don
Ohioeuchre/forum
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6732
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by thecoalman »

Makes sure you have backup of broken style.

If there is updated version of the style delete the old folder on server and upload new version. Clear the cache, if you are having any issues clearing cache from ACP instead using FTP delete everything in cache folder except .htaccess and index.htm.

If no updated versions available post back.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
Dlan
Registered User
Posts: 27
Joined: Tue Apr 17, 2018 1:25 pm

Re: I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by Dlan »

The old style was rain_forest. I had made a lot of changes to it. It doesn't look like it has been updated to 3.314
ohioeuchre1.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6732
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by thecoalman »

My mistake I didn't read the error correctly, you also need to disable the extensions. Suggest you restore from backup and follow the step by step directions here:

https://www.phpbb.com/support/docs/en/3 ... upgrade32/

For the style you would either need to update it yourself or find something else. For the extensions see if there is updated version or if they are compatible. For compatibility information you can usually find it in the extensions discussion area.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
Dlan
Registered User
Posts: 27
Joined: Tue Apr 17, 2018 1:25 pm

Re: I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by Dlan »

Unfortunately, I was not able to download a backup file. I live in a small town in Ohio and my ISP would let me get half way through the d/l and then knock me offline.
Is there any other way? There are a couple of other styles that I may be able to make work, I just need to get rid of this error so I can try them.
User avatar
cabot
Jr. Style Validator
Posts: 1041
Joined: Sat Jan 07, 2012 4:16 pm

Re: I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by cabot »

Hello,

Your former custom stylesheet is available on the Wayback Machine (there), from where you can retrieve most of your CSS changes and images.
Dlan
Registered User
Posts: 27
Joined: Tue Apr 17, 2018 1:25 pm

Re: I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by Dlan »

That will be helpful, thanks.

Here is a copy of the error message I'm getting,

Code: Select all

phpBB encountered an error building the container due to an installed extension. For this reason, all extensions have been temporarily disabled. Please try purging your forum cache. All extensions will automatically be re-enabled once the container error is resolved. If this error continues, please visit phpBB.com for support.


Exception: The file "/home/ohioeuch/public_html/forum/ext/dmzx/copyright/config/services.yml" does not contain valid YAML: The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 5 (near "- @config").

#0 /home/ohioeuch/public_html/forum/vendor/symfony/dependency-injection/Loader/YamlFileLoader.php(117): Symfony\Component\DependencyInjection\Loader\YamlFileLoader->loadFile('/home/ohioeuch/...')
#1 /home/ohioeuch/public_html/forum/phpbb/extension/di/extension_base.php(99): Symfony\Component\DependencyInjection\Loader\YamlFileLoader->load('services.yml')
#2 /home/ohioeuch/public_html/forum/phpbb/extension/di/extension_base.php(63): phpbb\extension\di\extension_base->load_services(Object(Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder))
#3 /home/ohioeuch/public_html/forum/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php(71): phpbb\extension\di\extension_base->load(Array, Object(Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder))
#4 /home/ohioeuch/public_html/forum/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php(39): Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationPass->process(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#5 /home/ohioeuch/public_html/forum/vendor/symfony/dependency-injection/Compiler/Compiler.php(140): Symfony\Component\HttpKernel\DependencyInjection\MergeExtensionConfigurationPass->process(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#6 /home/ohioeuch/public_html/forum/vendor/symfony/dependency-injection/ContainerBuilder.php(789): Symfony\Component\DependencyInjection\Compiler\Compiler->compile(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#7 /home/ohioeuch/public_html/forum/phpbb/di/container_builder.php(223): Symfony\Component\DependencyInjection\ContainerBuilder->compile()
#8 /home/ohioeuch/public_html/forum/common.php(115): phpbb\di\container_builder->get_container()
#9 /home/ohioeuch/public_html/forum/adm/index.php(23): require('/home/ohioeuch/...')
#10 {main}
Last edited by thecoalman on Mon Feb 17, 2025 3:33 pm, edited 1 time in total.
Reason: Added code tags, please use code tags for error logs, code, etc.
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6732
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by thecoalman »

thecoalman wrote: Mon Feb 17, 2025 2:22 am My mistake I didn't read the error correctly, you also need to disable the extensions.
If you get any errors trying to disable extensions in the ACP there is guide here how to do it:

https://www.phpbb.com/support/docs/en/3 ... s-at-once/

See if error persists, if not go into styles page and install prosilver and set it as default. Remove your custom style because it's no longer valid for phpBB 3.3.X

As far as the extensions go you'll need to see if there is any updated versions, otherwise delete data through ACP and then delete the files.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
Dlan
Registered User
Posts: 27
Joined: Tue Apr 17, 2018 1:25 pm

Re: I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by Dlan »

That took care of the errors, thank you
Dlan
Registered User
Posts: 27
Joined: Tue Apr 17, 2018 1:25 pm

Re: I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by Dlan »

Well, the errors are gone, but I’m still having trouble installing a new style. The ACP shows a list of uploaded styles. Yet when I select one and hit install it disappears from the list. However, there are no changes to the board. I checked the styles directory and they’re still there. I even tried re-uploading them, no change to the list. When I choose styles from the left-hand menu I get an error message “Could not get the style configuration file for: rain_forest” I tried uploading a copy of rain_forest, but then I got an error message “Could not get the style configuration file for: latte”

Do you know if all the information for the board is contained in the database? I was wondering what would happen if I deleted the forum folder from the server and did a complete board install. I was able to download the database to my computer, so I should be able to re-upload that.
User avatar
warmweer
Jr. Extension Validator
Posts: 12229
Joined: Fri Jul 04, 2003 6:34 am
Location: somewhere in the space-time continuum

Re: I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by warmweer »

Are those styles the latest version (for 3.3.14)?
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.
Dlan
Registered User
Posts: 27
Joined: Tue Apr 17, 2018 1:25 pm

Re: I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by Dlan »

Yes, all are for version 3.314
They are FTH_Tropic, Square and Supernova
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6732
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by thecoalman »

Have you been able to remove the rain_forest style and Is prosilver installed and working?

If not that is your first step. Most styles require prosilver.
“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
cabot
Jr. Style Validator
Posts: 1041
Joined: Sat Jan 07, 2012 4:16 pm

Re: I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by cabot »

Dlan wrote: Mon Feb 17, 2025 11:14 pm “Could not get the style configuration file for: foo”
You have deleted styles from the FTP without first uninstalling them. They are therefore still registered in the database.
When you get this message, simply send the corresponding style back on the FTP then you can proceed to uninstall it.

In absolute terms, you don't even need to send all the files for an old style. Simply create a directory with the name indicated in the error message and add a style.cfg file to it, even empty, in which case you'll get a warning but that won't prevent you from uninstalling the style.
Dlan
Registered User
Posts: 27
Joined: Tue Apr 17, 2018 1:25 pm

Re: I just upgraded from ver 3.2 to 3.314 but didn’t change style to prosilver.

Post by Dlan »

I finally got it fixed. I uploaded the style for Latte and that seemed to do it. Everything showed up under styles with no errors. I was then able to choose a style.


I want to say thanks for all the responses, with your help and some trial and error I was able to get it working.

Dlan
Ohioeuchre.com

Return to “[3.3.x] Support Forum”