Technology Tools for Ministry

Community

Web-Empowered Church User Community
Total Posts: 4 - Pages (1): [1]
Author: Kalle Hufnagel
Posted: Mar 09 2008 - 04:54 AM
Subject: displays without design
Hello from Germany!

First of all thanks WEC for providing this great software.
I am brand new to TYPO3 and therefor my question may sound a bit stupid.

I have installed the WEC Starter Package onto my server withou any problems, configured it and everything looks fine, except the FE display.

What you see is the content on a blank, white page with no pics or formatting. (http://webboost.de)

I would very much appreciate any ideas about what i could have done wrong or have missed.

Thanks in advance for any help granted!
Author: Jeff Segars
Posted: Mar 10 2008 - 09:38 AM
Subject: re: displays without design
Kalle,
It looks like there are probably some permissions issues with the fileadmin directory where all the static files for the templates are stored. If I try to access the CSS stylesheet at http://webboost.de/fileadmin/tv-templates/template6-sub3earth/styles.css I get an Internal Server Error.

If you set the permissions of fileadmin to 777 already as we suggest in the documentation, it probably means your server doesn't actually allow 777 permissions and you need to lower them to 755 or something like that. If you need some specific instructions on how to do that, just let us know.

Thanks,
Jeff
Author: Kalle Hufnagel
Posted: Mar 10 2008 - 12:01 PM
Subject: re: re: displays without design
Hi Jeff!

Directory permissions were not the problem. It was the htaccess file in the fileadmin saying "Options -Indexes" which is not supported by my server.

After commenting it out, the css files were read, but the links didnīt work. So I renamed the htaccess in the root folder to make it work. Afterwards the links worked, but loading takes forever and I get two errors displayed.

"Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'TZ' - it's not in the allowed list in /home/www/web376/html/TYPO/typo3conf/ext/de_timezone/pi1/class.tx_detimezone_pi1.php(84) : eval()'d code on line 1

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web376/html/TYPO/typo3conf/ext/de_timezone/pi1/class.tx_detimezone_pi1.php(84) : eval()'d code:1) in /home/www/web376/html/TYPO/typo3/sysext/cms/tslib/class.tslib_fe.php on line 2907 "

Since Iīm not good at this stuff I am again depending on your help in this case. Maybe you can come up with some ideas how to modify the file to make the site work.

Author: Jeff Segars
Posted: Mar 10 2008 - 04:41 PM
Subject: re: displays without design
Kalle,
Sounds like the timezone extension isn't getting along too well with your server. In general, PHP Safe Mode can cause problems with TYPO3 so I'd warn you to be on the lookout for other strange behavior.

As for the error, the easiest solution is to just uninstall the timezone extension within the Extension Manager.

Hope that helps!
jeff
Total Posts: 4 - Pages (1): [1]
You must login to post a message to this conference.