benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
338 stars 207 forks source link

Getting Distribution.png instead of wanted images #34

Closed supershivas closed 10 years ago

supershivas commented 10 years ago

Hi Benjamin,

Each time I add an image through the page editor in a typical page content (as Text and Images or Images Only), the displayed image is always the following: capture d ecran 2014-08-12 a 12 57 18

With this URL:

http://my-site.org/typo3/sysext/extensionmanager/Resources/Public/Images/Distribution.png

But it doesn't happened when I use bootstrap content elements ( as carousel, tabs,...)

Do you know how to fix it?

benjaminkott commented 10 years ago

This is strange... should not happen. Seems like your FAL goes nuts? I really have no clue where this issue comes from but seems not bootstrap_package related. sry

Did you add the root directory as a filestorage?

supershivas commented 10 years ago

Thank you for your answer. I don't think I have changed anything in the configuration but where can I see if my root directory is a filestorage? Is there a way to get back to default FAL settings? (sorry if these questions don't make any sense, this is very new new for me)

supershivas commented 10 years ago

Hi, I found a solution on a German website where it is said to change ['FE']['activateContentAdapter'] = 1 I do not know how to modify this variable, do you know how I can do such a thing? Thanks again.

webian commented 10 years ago

Go to Install Tool > All configuration http://docs.typo3.org/typo3cms/InstallationGuide/In-depth/TheInstallTool/Index.html#the-install-tool-in-depth

supershivas commented 10 years ago

Thanks!, It works now.