<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fbb.just4test.de/extern.php?action=feed&amp;tid=558&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [Gelöst] content_image zickt nach migration]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=558</link>
		<description><![CDATA[Die aktuellsten Beiträge in [Gelöst] content_image zickt nach migration.]]></description>
		<lastBuildDate>Tue, 29 Mar 2011 11:42:31 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=5525#p5525</link>
			<description><![CDATA[<p>Bitte noch auf gelöst setzen <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/wink.png" alt="wink" /></p><p><a href="http://forum.cmsmadesimple.de/viewtopic.php?id=2" rel="nofollow">http://forum.cmsmadesimple.de/viewtopic.php?id=2</a></p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Tue, 29 Mar 2011 11:42:31 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=5525#p5525</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4963#p4963</link>
			<description><![CDATA[<p>ok, ich hab jetzt einfach mehrere upgrades durchgeführt, jetzt geht es.</p>]]></description>
			<author><![CDATA[dummy@example.com (leerraum)]]></author>
			<pubDate>Sat, 19 Mar 2011 16:15:59 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4963#p4963</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4788#p4788</link>
			<description><![CDATA[<p>wo??? ach so. version 1.7. da gabs das glaube ich noch nicht..</p>]]></description>
			<author><![CDATA[dummy@example.com (leerraum)]]></author>
			<pubDate>Wed, 16 Mar 2011 20:26:49 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4788#p4788</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4787#p4787</link>
			<description><![CDATA[<p>was steht denn in den globalen einstellungen bezüglich des content_image tags?</p>]]></description>
			<author><![CDATA[dummy@example.com (NaN)]]></author>
			<pubDate>Wed, 16 Mar 2011 20:21:28 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4787#p4787</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4786#p4786</link>
			<description><![CDATA[<p>jup, auch das hab ich gemacht... ich glaub ich exportier die DB und such einfach nach irgendwelchen strings... kann das in der DB sein?</p>]]></description>
			<author><![CDATA[dummy@example.com (leerraum)]]></author>
			<pubDate>Wed, 16 Mar 2011 20:19:42 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4786#p4786</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4781#p4781</link>
			<description><![CDATA[<p>Hi leerraum,</p><p>einfach mal den Seitencache geleert?</p><p>Foaly*</p>]]></description>
			<author><![CDATA[dummy@example.com (Foaly*)]]></author>
			<pubDate>Wed, 16 Mar 2011 19:42:48 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4781#p4781</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4775#p4775</link>
			<description><![CDATA[<div class="codebox"><pre class="vscroll"><code>&lt;?php


#CMS Made Simple Configuration File
#Please clear the cache (Site Admin-&gt;Global Settings in the admin panel)
#after making any changes to path or url related options

#-----------------
#Behaviour Settings
#-----------------

# These settings will effect the overall behaviour of the CMS application, please
# use extreme caution when editing these.  Additionally, some settings may have
# no effect on servers with significantly restricted configurability.

# If you are experiencing propblems with php memory limit errors, then you may
# want to try enabling and/or adjusting this setting.
# Note: Your server may not allow the application to override memory limits.
$config[&#039;php_memory_limit&#039;] = &#039;&#039;;

# In versions of CMS Made Simple prior to version 1.4, the page template was processed
# in it&#039;s entirety.  This behaviour was later changed to process the head portion of the
# page template after the body.  If you are working with a highly configured site that
# relies significantly on the old order of smarty processing, you may want to try
# setting this parameter to false.
$config[&#039;process_whole_template&#039;] = false;

# CMSMS Debug Mode?  Turn it on to get a better error when you
# see {nocache} errors, or to allow seeing php notices, warnings, and errors in the html output.
# This setting will also disable browser css caching.
$config[&#039;debug&#039;] = false;

# Output compression?
# Turn this on to allow CMS to do output compression
# this is not needed for apache servers that have mod_deflate enabled
# and possibly other servers.  But may provide significant performance
# increases on some sites.  Use caution when using this as there have
# been reports of incompatibilities with some browsers.
$config[&#039;output_compression&#039;] = false;

#-----------------
#Database Settings
#-----------------

##############

#If app needs to coexist with other tables in the same db,
#put a prefix here.  e.g. &quot;cms_&quot;
$config[&#039;db_prefix&#039;] = &#039;cms_&#039;;

#Use persistent connections?  They&#039;re generally faster, but not all hosts
#allow them.
$config[&#039;persistent_db_conn&#039;] = false;

#Use ADODB Lite?  This should be true in almost all cases.  Note, slight
#tweaks might have to be made to date handling in a &quot;regular&quot; adodb
#install before it can be used.
$config[&#039;use_adodb_lite&#039;] = true;

#-------------
#Path Settings
#-------------

#Document root as seen from the webserver.  No slash at the end
#If page is requested with https use https as root url
#e.g. http://blah.com
$config[&#039;root_url&#039;] = &#039;http://www.*.de/kteam&#039;;
if(isset($_SERVER[&#039;HTTPS&#039;]) &amp;&amp; $_SERVER[&#039;HTTPS&#039;]==&#039;on&#039;)
{
$config[&#039;root_url&#039;] = str_replace(&#039;http&#039;,&#039;https&#039;,$config[&#039;root_url&#039;]);
}

#Path to document root. This should be the directory this file is in.
#e.g. /var/www/localhost
$config[&#039;root_path&#039;] = &#039;/mnt/web9/31/15/5589515/htdocs/kteam&#039;;

#Name of the admin directory
$config[&#039;admin_dir&#039;] = &#039;admin&#039;;

#Where do previews get stored temporarily?  It defaults to tmp/cache.
$config[&#039;previews_path&#039;] = &#039;/mnt/web9/31/15/5589515/htdocs/kteam/tmp/cache&#039;;

#Where are uploaded files put?  This defaults to uploads.
$config[&#039;uploads_path&#039;] = &#039;/mnt/web9/31/15/5589515/htdocs/kteam/uploads&#039;;

#Where is the url to this uploads directory?
$config[&#039;uploads_url&#039;] = $config[&#039;root_url&#039;] . &#039;/uploads&#039;;


#---------------
#Upload Settings
#---------------

#Maxium upload size (in bytes)?
$config[&#039;max_upload_size&#039;] = 10000000;

#Permissions for uploaded files.  This only really needs changing if your
#host has a weird permissions scheme.
$config[&#039;default_upload_permission&#039;] = &#039;664&#039;;

#------------------
#Usability Settings
#------------------

#Allow smarty {php} tags?  These could be dangerous if you don&#039;t trust your users.
$config[&#039;use_smarty_php_tags&#039;] = false;

#Automatically assign alias based on page title?
$config[&#039;auto_alias_content&#039;] = true;

#------------
#URL Settings
#------------

#What type of URL rewriting should we be using for pretty URLs?  Valid options are:
#&#039;none&#039;, &#039;internal&#039;, and &#039;mod_rewrite&#039;.  &#039;internal&#039; will not work with IIS some CGI
#configurations. &#039;mod_rewrite&#039; requires proper apache configuration, a valid
#.htaccess file and most likely {metadata} in your page templates.  For more
#information, see:
#http://wiki.cmsmadesimple.org/index.php/FAQ/Installation/Pretty_URLs#Pretty_URL.27s
$config[&#039;url_rewriting&#039;] = &#039;none&#039;;

#Extension to use if you&#039;re using mod_rewrite for pretty URLs.
$config[&#039;page_extension&#039;] = &#039;&#039;;

#If you&#039;re using the internal pretty url mechanism or mod_rewrite, would you like to
#show urls in their hierarchy?  (ex. http://www.mysite.com/parent/parent/childpage)
$config[&#039;use_hierarchy&#039;] = true;

#If using none of the above options, what should we be using for the query string
#variable?  (ex. http://www.mysite.com/index.php?page=somecontent)
$config[&#039;query_var&#039;] = &#039;page&#039;;

#--------------
#Image Settings
#--------------

#Which program should be used for handling thumbnails in the image manager.
#See http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel/Content/Image_Manager for more
#info on what this all means
$config[&#039;image_manipulation_prog&#039;] = &#039;GD&#039;;
$config[&#039;image_transform_lib_path&#039;] = &#039;/usr/bin/ImageMagick/&#039;;

#Default path and URL for uploaded images in the image manager
$config[&#039;image_uploads_path&#039;] = &#039;/mnt/web9/31/15/5589515/htdocs/kteam/uploads/images&#039;;
$config[&#039;image_uploads_url&#039;] = $config[&#039;root_url&#039;] . &#039;/uploads/images&#039;; 


#------------------------
#Locale/Encoding Settings
#------------------------

#Locale to use for various default date handling functions, etc.  Leaving
#this blank will use the server&#039;s default.  This might not be good if the
#site is hosted in a different country than it&#039;s intended audience.
$config[&#039;locale&#039;] = &#039;&#039;;

#In almost all cases, default_encoding should be empty (which defaults to utf-8)
#and admin_encoding should be utf-8.  If you&#039;d like this to be different, change
#both.  Keep in mind, however, that the admin interface translations are all in
#utf-8, and will be converted on the fly to match the admin_encoding.  This
#could seriously slow down the admin interfaces for users.
$config[&#039;default_encoding&#039;] = &#039;utf-8&#039;;
$config[&#039;admin_encoding&#039;] = &#039;utf-8&#039;;

#This is a mysql specific option that is generally defaulted to true.  Only
#disable this for backwards compatibility or the use of non utf-8 databases.
$config[&#039;set_names&#039;] = true;

# URL of the Admin Panel section of the User Handbook
# Set none if you want hide the link from Error
$config[&#039;wiki_url&#039;] = &#039;http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel&#039;;

?&gt;</code></pre></div><p>das bild versucht er aber aus www.*.de/cmsms/uploads/images zu laden....</p>]]></description>
			<author><![CDATA[dummy@example.com (leerraum)]]></author>
			<pubDate>Wed, 16 Mar 2011 18:45:40 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4775#p4775</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4771#p4771</link>
			<description><![CDATA[<p>Wohin zeigen in der config.php $config[&#039;root_url&#039;], $config[&#039;uploads_url&#039;], $config[&#039;image_uploads_url&#039;] ?</p>]]></description>
			<author><![CDATA[dummy@example.com (NaN)]]></author>
			<pubDate>Wed, 16 Mar 2011 17:39:52 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4771#p4771</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4770#p4770</link>
			<description><![CDATA[<p>ich rufe den Tag so auf:</p><p>{content_image block=&quot;Foto&quot; dir=&quot;images/fotos&quot; }</p><p>trotzdem wird von der cmsms installation im falschen ordner geladen, was logischerweise schief geht.</p>]]></description>
			<author><![CDATA[dummy@example.com (leerraum)]]></author>
			<pubDate>Wed, 16 Mar 2011 17:28:50 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4770#p4770</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4769#p4769</link>
			<description><![CDATA[<p>Ähm - wo findet man den Tag ?</p>]]></description>
			<author><![CDATA[dummy@example.com (piratos)]]></author>
			<pubDate>Wed, 16 Mar 2011 17:03:16 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4769#p4769</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4767#p4767</link>
			<description><![CDATA[<p>Mit welchen Parametern rufst du den Tag auf?</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Wed, 16 Mar 2011 16:57:24 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4767#p4767</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4766#p4766</link>
			<description><![CDATA[<p>ja, der sitzt richtig.</p>]]></description>
			<author><![CDATA[dummy@example.com (leerraum)]]></author>
			<pubDate>Wed, 16 Mar 2011 16:47:19 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4766#p4766</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4765#p4765</link>
			<description><![CDATA[<p>hast du </p><div class="codebox"><pre><code>$config[&#039;image_uploads_path&#039;] = &#039;/www/htdocs/w00885cf/tms/uploads/images&#039;;</code></pre></div><p>geprüft?</p>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Wed, 16 Mar 2011 16:43:13 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4765#p4765</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4763#p4763</link>
			<description><![CDATA[<p>ich hab die datei manuell durchsucht, dann per suche und ich hab nix gefunden. ich hab das problem in mehreren browsern. lokale quellen sind also eher ausgeschlossen.</p>]]></description>
			<author><![CDATA[dummy@example.com (leerraum)]]></author>
			<pubDate>Wed, 16 Mar 2011 15:43:10 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4763#p4763</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Gelöst] content_image zickt nach migration]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4761#p4761</link>
			<description><![CDATA[<p>bist du dir sicher dass du die config durch hast? schau mal ganz unten&#160; <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/monkey.png" alt="monkey" /> <br />und dann natürlich einmal den cache löschen</p>]]></description>
			<author><![CDATA[dummy@example.com (nicmare)]]></author>
			<pubDate>Wed, 16 Mar 2011 15:18:16 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=4761#p4761</guid>
		</item>
	</channel>
</rss>
