<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>MediaCore Community &#187; Tag: error - Recent Topics</title>
		<link>http://mediacorecommunity.org/community/tags/error</link>
		<description>The support &amp; development community for MediaCore</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Feb 2012 02:44:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://mediacorecommunity.org/community/search.php</link>
		</textInput>
		<atom:link href="http://mediacorecommunity.org/community/rss/tags/error/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>Olloff on "Can&#039;t populate DB - No pylonshq - Mediacore over Ubuntu 11.10 + Python 2.7"</title>
			<link>http://mediacorecommunity.org/community/topic/cant-populate-db-no-pylonshq-mediacore-over-ubuntu-1110-python-27-32#post-3463</link>
			<pubDate>Fri, 13 Jan 2012 05:29:50 +0000</pubDate>
			<dc:creator>Olloff</dc:creator>
			<guid isPermaLink="false">3463@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi guys, sorry if I would ask basic questions (I'm completely new in python) and for my English of course.&#60;/p&#62;
&#60;p&#62;Where I need to place my virtualenv? Does It need to be in same dir where mediacore installed? Or I might to place it in '/home' dir?&#60;/p&#62;
&#60;p&#62;I also compiled ('setup.py develop') Mediacore in that virtual environment and created DB but I can't populate database.&#60;br /&#62;
Every time I've get an error 'No module named pylonshq'. I already tried to install 'repoze.what_pylons' (as it adviced on turbogears group) but it won't help.&#60;/p&#62;
&#60;p&#62;Any help will be appreciated. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasonlund on "Public User upload error"</title>
			<link>http://mediacorecommunity.org/community/topic/public-user-upload-error#post-3347</link>
			<pubDate>Thu, 01 Dec 2011 09:59:42 +0000</pubDate>
			<dc:creator>jasonlund</dc:creator>
			<guid isPermaLink="false">3347@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I've been doing my first setup and have run into a final snag.  I have two virtual environments running, one for internal video and one for external.  I stumbled my way to get them to work correctly when you login as either an admin or editor.  Both upload videos or will take videos from youtube, vimieo, etc.  On the internal one, we turned off the 'Enable User Uploads' and on the external one we have it turned on.  The problem is that the public user uploads comes up with an error (Both video file uploads and youtube links, both of which upload fine on the admin side).  The sad thing is if I enable the user upload on the internal server, it works fine on that server.  The email error I get is WebApp Error: &#38;lt;class 'socket.error'&#38;gt;: [Errno 61] Connection refused.&#60;/p&#62;
&#60;p&#62;Mac 10.6&#60;br /&#62;
git install (0.9.1)&#60;br /&#62;
NGINX + UWSGI&#60;/p&#62;
&#60;p&#62;Full error dump can be found here&#60;br /&#62;
&#60;a href=&#34;https://docs.google.com/document/d/1rRmfXo9wWuQvkEcMtGsjefP4pGtvhpDawReHxCVUn4U/edit&#34; rel=&#34;nofollow&#34;&#62;https://docs.google.com/document/d/1rRmfXo9wWuQvkEcMtGsjefP4pGtvhpDawReHxCVUn4U/edit&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edsonsantoro on "Error 500 in some MediaCore Pages..."</title>
			<link>http://mediacorecommunity.org/community/topic/error-500-in-some-mediacore-pages#post-3243</link>
			<pubDate>Tue, 11 Oct 2011 06:18:51 +0000</pubDate>
			<dc:creator>edsonsantoro</dc:creator>
			<guid isPermaLink="false">3243@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;I have installed MediaCore for testing purposes a months ago and everything was ok.&#60;br /&#62;
After some time, I come to that installation again, and...I don't know what I do on server, the page media' and 'categories' are not working anymore...getting 500 error message, Admin page I just can see the login page, after that I get a 500 error too...&#60;/p&#62;
&#60;p&#62;The main page is ok, I still can watch videos, but when I click in categories, I get a 500 error...&#60;br /&#62;
I guess the problem is in .htaccess ou mediacore.fcgi&#60;/p&#62;
&#60;p&#62;This is my code: Someene can help-me? &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;br /&#38;gt;
# .htaccess file for installation of MediaCore with Apache/FastCGI
# See installation instructions at &#60;a href=&#34;http://getmediacore.com/docs/install/apache-fastcgi.html&#34; rel=&#34;nofollow&#34;&#62;http://getmediacore.com/docs/install/apache-fastcgi.html&#60;/a&#62;
# For security reasons, Option followsymlinks cannot be overridden.
#Options +ExecCGI +FollowSymlinks
Options +ExecCGI +SymLinksIfOwnerMatch
# Use PHP5CGI as default
AddHandler fcgid-script .fcgi
RewriteEngine On

# Create rewrite rules for media and podcast images
RewriteRule ^images/media/(.*)$ mediacore.fcgi/images/media/$1 [L]
RewriteRule ^images/podcasts/(.*)$ mediacore.fcgi/images/podcasts/$1 [L]
#RewriteRule ^api/(.*)$ mediacore.fcgi/api/$1 [L]

# Create rewrite rules for serving MediaCore&#38;#39;s static content
RewriteRule ^(admin/)?(styles&#124;images&#124;scripts)/(.*)$ public/$1/$2/$3 [L]
# Create rewrite rules for pointing mediacore requests to fastcgi script
RewriteRule ^mediacore\.fcgi(/.*)$  - [L]

# If the file requested doesn&#38;#39;t exist on the filesystem, redirect to mediacore.fcgi
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d   &#38;lt; This line is breaking my installation too, with this, nothing work...even using [OR] after !-f.....
RewriteRule ^(.*)$ mediacore.fcgi/$1 [L]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And this is the MediaCore.fcgi :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;br /&#38;gt;
#!/home1/iigdjapa/mediacore_env/bin/python
#I don&#38;#39;t remember why this piece of code is here, but without this, nothing can work...

import site
site.addsitedir(&#38;#39;/home1/iigdjapa/lib/python2.6/site-packages&#38;#39;)
python_egg_cache = &#38;#39;/home1/iigdjapa/MediaCore-0.9.0/data/python-egg-cache&#38;#39;
deployment_config = &#38;#39;/home1/iigdjapa/MediaCore-0.9.0/deployment.ini&#38;#39;
temp_dir = &#38;#39;/home1/iigdjapa/MediaCore-0.9.0/data/tmp&#38;#39;
# NOTE: Before running MediaCore, you will need to update the four paths
#       above to point to the appropriate locations for your installation.

import os
os.environ[&#38;#39;PYTHON_EGG_CACHE&#38;#39;] = python_egg_cache
os.environ[&#38;#39;TMPDIR&#38;#39;] = temp_dir

if __name__ == &#38;#39;__main__&#38;#39;:
    from paste.deploy import loadapp
    app = loadapp(&#38;#39;config:&#38;#39;+deployment_config)
    from flup.server.fcgi import WSGIServer
    WSGIServer(app).run()&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>nerion on "uploading local videos problem"</title>
			<link>http://mediacorecommunity.org/community/topic/uploading-local-videos-problem#post-3165</link>
			<pubDate>Thu, 25 Aug 2011 04:02:13 +0000</pubDate>
			<dc:creator>nerion</dc:creator>
			<guid isPermaLink="false">3165@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi everybody,&#60;/p&#62;
&#60;p&#62;I have a problem uploading to mediacore from my local files. It appears that works fine because it charges the video until 100%, but then, when a few seconds pass the error&#60;br /&#62;
&#34;Error al guardar el archivo. Por favor, inténtelo de nuevo&#34; raises (its the relative &#34;Saving the file failed. Please try again&#34;).&#60;/p&#62;
&#60;p&#62;The weird thing is that mediacore was already installed and it works fine. There are several local files uploaded, but recently we change the files (not the mediacore configuration) in our server and it's when fails.&#60;/p&#62;
&#60;p&#62;Looking at the logs, they show the next error:&#60;/p&#62;
&#60;p&#62;Error - &#38;lt;class 'sqlalchemy.exc.IntegrityError'&#38;gt;: (IntegrityError) (1062, &#34;Duplicate entry '154' for key 'PRIMARY'&#34;) 'INSERT INTO media (type, slug, podcast_id, reviewed, encoded, publishable, created_on, modified_on, publish_on, publish_until, title, subtitle, description, description_plain, notes, duration, views, likes, dislikes, popularity_points, popularity_likes, popularity_dislikes, author_name, author_email) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)' (None, '_stub_2011-08-25-101004', None, True, False, False, datetime.datetime(2011, 8, 25, 10, 10, 4, 502914), datetime.datetime(2011, 8, 25, 10, 10, 4, 502925), None, None, 'Temporary stub 2011-08-25 10:10:04', None, None, None, None, 0, 0, 0, 0, 0, 0, 0, 'Admin', 'mail@domain.tld')&#60;/p&#62;
&#60;p&#62;What is working wrong? &#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tommybrett1977 on "need help on mod_wsgi &#38; mediacore installation on ubuntu linux 10.x"</title>
			<link>http://mediacorecommunity.org/community/topic/need-help-on-mod_wsgi-mediacore-installation-on-ubuntu-linux-10x#post-2680</link>
			<pubDate>Fri, 24 Jun 2011 10:31:45 +0000</pubDate>
			<dc:creator>tommybrett1977</dc:creator>
			<guid isPermaLink="false">2680@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;hi,&#60;/p&#62;
&#60;p&#62;i followed the tutorial on setting up mediacore for production environment using mod_wsgi and apache2. i done all the steps just as explained. but when i try to call mediacore in my browser, i get an internal server error and apache's error.log says the following:&#60;/p&#62;
&#60;p&#62;thx[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195] mod_wsgi (pid=14513): Target WSGI script '/var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/deployment-scripts/mod_wsgi/mediacore.wsgi' cannot be loaded as Python module.&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195] mod_wsgi (pid=14513): Exception occurred processing WSGI script '/var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/deployment-scripts/mod_wsgi/mediacore.wsgi'.&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195] Traceback (most recent call last):&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/deployment-scripts/mod_wsgi/mediacore.wsgi&#34;, line 16, in &#38;lt;module&#38;gt;&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     application = loadapp('config:'+deployment_config)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 204, in loadapp&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     return loadobj(APP, uri, name=name, **kw)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 224, in loadobj&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     global_conf=global_conf)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 248, in loadcontext&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     global_conf=global_conf)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 278, in _loadconfig&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     return loader.get_context(object_type, name, global_conf)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 409, in get_context&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     section)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 431, in _context_from_use&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     object_type, name=use, global_conf=global_conf)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 361, in get_context&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     global_conf=global_conf)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 248, in loadcontext&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     global_conf=global_conf)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 285, in _loadegg&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     return loader.get_context(object_type, name, global_conf)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 561, in get_context&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     object_type, name=name)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py&#34;, line 581, in find_egg_entry_point&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     pkg_resources.require(self.spec)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/distribute-0.6.10-py2.6.egg/pkg_resources.py&#34;, line 648, in require&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     needed = self.resolve(parse_requirements(requirements))&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]   File &#34;/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages/distribute-0.6.10-py2.6.egg/pkg_resources.py&#34;, line 546, in resolve&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195]     raise DistributionNotFound(req)&#60;br /&#62;
[Fri Jun 24 17:17:29 2011] [error] [client 80.137.79.195] DistributionNotFound: MediaCore&#60;/p&#62;
&#60;p&#62;my apache virtualhost config looks like this:&#60;/p&#62;
&#60;p&#62;WSGIPythonHome /var/www/safetyfirst/mediacore_env&#60;/p&#62;
&#60;p&#62;&#38;lt;VirtualHost *:80&#38;gt;&#60;br /&#62;
    ServerName &#60;a href=&#34;http://www.tommytest.de&#34; rel=&#34;nofollow&#34;&#62;http://www.tommytest.de&#60;/a&#62;&#60;br /&#62;
    DocumentRoot /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0&#60;/p&#62;
&#60;p&#62;    WSGIDaemonProcess mcore \&#60;br /&#62;
        threads=10 \&#60;br /&#62;
        display-name=%{GROUP} \&#60;br /&#62;
        python-path=/var/www/safetyfirst/mediacore_env/lib/python2.6/site-packages \&#60;br /&#62;
        python-eggs=/var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/data/python-egg-cache&#60;/p&#62;
&#60;p&#62;    WSGIProcessGroup mcore&#60;/p&#62;
&#60;p&#62;    # Intercept all requests to /my_media/* and pass them to mediacore.wsgi&#60;br /&#62;
    WSGIScriptAlias /my_media /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/deployment-scripts/mod_wsgi/mediacore.wsgi&#60;/p&#62;
&#60;p&#62;    # Make the url accessible (just in case it's not already)&#60;br /&#62;
    &#38;lt;Location &#34;/my_media&#34;&#38;gt;&#60;br /&#62;
        Allow from all&#60;br /&#62;
        Satisfy all&#60;br /&#62;
    &#38;lt;/Location&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;Directory /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0&#38;gt;&#60;br /&#62;
        Order allow,deny&#60;br /&#62;
        Allow from all&#60;br /&#62;
        Satisfy all&#60;br /&#62;
    &#38;lt;/Directory&#38;gt;&#60;/p&#62;
&#60;p&#62;    # Make the wsgi script accessible&#60;br /&#62;
    &#38;lt;Directory /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/deployment-scripts/mod_wsgi&#38;gt;&#60;br /&#62;
        Order allow,deny&#60;br /&#62;
        Allow from all&#60;br /&#62;
        Satisfy all&#60;br /&#62;
    &#38;lt;/Directory&#38;gt;&#60;/p&#62;
&#60;p&#62;    # Create an exception for media and podcast image from your data directory&#60;br /&#62;
    AliasMatch /my_media/images/(media&#124;podcasts)(.*) /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/data/images/$1$2&#60;/p&#62;
&#60;p&#62;    # Create an exception for all static mediacore content&#60;br /&#62;
    AliasMatch /my_media/(admin/)?(images&#124;scripts&#124;styles)(.*) /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/mediacore/public/$1$2$3&#60;/p&#62;
&#60;p&#62;    # Create an exception for your custom appearance css and images&#60;br /&#62;
    Alias /my_media/appearance /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/data/appearance&#60;/p&#62;
&#60;p&#62;    # Make all the static content accessible&#60;br /&#62;
    &#38;lt;Directory /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0/mediacore/public/*&#38;gt;&#60;br /&#62;
        Order allow,deny&#60;br /&#62;
        Allow from all&#60;br /&#62;
        Satisfy all&#60;br /&#62;
        Options -Indexes&#60;br /&#62;
    &#38;lt;/Directory&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/VirtualHost&#38;gt;&#60;/p&#62;
&#60;p&#62;so my python virtualenv ist located under /var/www/safetyfirst/mediacore_env and my app-root is located under  /var/www/safetyfirst/tommybrett1977_mediacore/MediaCore-0.9.0... these paths are correct. &#60;/p&#62;
&#60;p&#62;can anybody plz help? tried to figure out several things by googling around, but with no success :-(&#60;/p&#62;
&#60;p&#62;thx!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sperling on "500 Internal Server Error"</title>
			<link>http://mediacorecommunity.org/community/topic/500-internal-server-error-1#post-2793</link>
			<pubDate>Sun, 10 Jul 2011 05:14:03 +0000</pubDate>
			<dc:creator>sperling</dc:creator>
			<guid isPermaLink="false">2793@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;hi,&#60;/p&#62;
&#60;p&#62;i hope, i have installed Mediacore exactly as shown in the documentation, but when i try to access the server, i get an error &#34;500 Internal Server Error&#34;.&#60;br /&#62;
My server is located at: &#60;a href=&#34;http://46.163.113.47/video/my_media/&#34; rel=&#34;nofollow&#34;&#62;http://46.163.113.47/video/my_media/&#60;/a&#62;&#60;br /&#62;
I have installed with Apache &#38;amp; mod_fcgid Deployment.&#60;/p&#62;
&#60;p&#62;The apache log shows the following lines:&#60;/p&#62;
&#60;p&#62;PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/imap.ini on line 1 in Unknown on line 0&#60;br /&#62;
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/mcrypt.ini on line 1 in Unknown on line 0&#60;br /&#62;
PHP Warning:  Module 'ffmpeg' already loaded in Unknown on line 0&#60;br /&#62;
PHP Warning:  Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0&#60;br /&#62;
[Sun Jul 10 00:42:29 2011] [notice] mod_python: Creating 8 session mutexes based on 40 max processes and 0 max threads.&#60;br /&#62;
[Sun Jul 10 00:42:29 2011] [notice] mod_python: using mutex_directory /tmp&#60;br /&#62;
[Sun Jul 10 00:42:30 2011] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?&#60;br /&#62;
[Sun Jul 10 00:42:30 2011] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?&#60;br /&#62;
[Sun Jul 10 00:42:30 2011] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)&#60;br /&#62;
[Sun Jul 10 00:42:30 2011] [notice] Apache/2.2.14 (Ubuntu) mod_fcgid/2.3.5 mod_python/3.3.1 Python/2.6.5 mod_ssl/2.2.14 OpenSSL/0.9.8k mod_wsgi/2.8 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations&#60;/p&#62;
&#60;p&#62;What is wrong with my installation?&#60;/p&#62;
&#60;p&#62;Thank you&#60;/p&#62;
&#60;p&#62;Karsten
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bassbreaker on "Problem with proxy_prefix (Apache 2+mod_wsgi setup)"</title>
			<link>http://mediacorecommunity.org/community/topic/problem-with-proxy_prefix-apache-2mod_wsgi-setup#post-2616</link>
			<pubDate>Sun, 19 Jun 2011 11:50:41 +0000</pubDate>
			<dc:creator>Bassbreaker</dc:creator>
			<guid isPermaLink="false">2616@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I installed a new server running Mediacore 0.9 and moved my date from my previous server runnin a Mediacore 0.8.2 installation. The upgrade went fine and the new site is up and running...&#60;br /&#62;
But I experience a strange behavior with the proxy_prefix setting in .ini file that I didn't experience in 0.8.2&#60;br /&#62;
In 0.8.2, my setting was: proxy_prefix = /le-podcast&#60;br /&#62;
All the links on the page look like: domain.com/le-podcast , domain.com/le-podcast/media , domain.com/le-podcast/podcasts , domain.com/le-podcast/categories , domain.com/le-podcast/files , etc&#60;br /&#62;
Now with the exact same setting in 0.9, the proxy_prefix appears twice everywhere in the links:&#60;br /&#62;
domain.com/le-podcast/le-podcast/media , domain.com/le-podcast/le-podcast/podcasts...&#60;br /&#62;
The links do work though somehow. No error in log files (including with development.ini)&#60;br /&#62;
I can manually type a URL with a single prefix: domain.com/le-podcast/media and it still works.&#60;br /&#62;
It doesn't work when I write the prefix 3 times though :-)&#60;br /&#62;
I put a quick and dirty RewriteRule in the Apache configuration file for that but unfortunately it does not affect the generation of the RSS file for the podcast so now all podcast clients consider every episode as being new :-(&#60;/p&#62;
&#60;p&#62;Does anyone have any idea of what might be happening here?&#60;/p&#62;
&#60;p&#62;On another note, and I imagine it may somehow be related to that issue, I also experience big memory issues: whenever i click on the player to start streaming, memory usage on the server increases fast until mod_wsgi crashes:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
 mod_wsgi (pid=3148): Exception occurred processing WSGI script '/opt/mediacore/deployment-scripts/mod_wsgi/mediacore.wsgi'.&#60;br /&#62;
 Traceback (most recent call last):&#60;br /&#62;
   File &#34;/opt/mediacore_env/lib/python2.6/site-packages/Paste-1.7.4-py2.6.egg/paste/gzipper.py&#34;, line 40, in __call__&#60;br /&#62;
     response.finish_response(app_iter)&#60;br /&#62;
   File &#34;/opt/mediacore_env/lib/python2.6/site-packages/Paste-1.7.4-py2.6.egg/paste/gzipper.py&#34;, line 85, in finish_response&#60;br /&#62;
     output.write(s)&#60;br /&#62;
MemoryError: out of memory&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;&#60;br /&#62;
Thanks for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vlad on "File upload"</title>
			<link>http://mediacorecommunity.org/community/topic/file-upload#post-1955</link>
			<pubDate>Thu, 28 Apr 2011 17:49:54 +0000</pubDate>
			<dc:creator>vlad</dc:creator>
			<guid isPermaLink="false">1955@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi, I have been pounding my head trying to figure out this problem. I don't have enough debugging information to pinpoint to the problem, but here is what I have observed:&#60;/p&#62;
&#60;p&#62;When I upload the file (mp4 in this instance), the URL by which the file is referenced is broken. It appears that after the upload, the file is not being renamed to its' permalink name, but rather remains under the original filename with incremental number prepended to it. I can access it if I modify the URL by hand but all of the links from MediaCore to it are broken.&#60;/p&#62;
&#60;p&#62;I see this error in /var/log/httpd/error_log:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;File does not exist: /var/www/mediacore/data/media/9-test-upload.mov, referer: &#60;a href=&#34;http://vs7/mediacore/admin/media/10&#34; rel=&#34;nofollow&#34;&#62;http://vs7/mediacore/admin/media/10&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;System setup:&#60;/p&#62;
&#60;p&#62;MediaCore 0.9.0&#60;br /&#62;
Apache &#38;amp; mod_wsgi Deployment&#60;br /&#62;
RW access to data dir by apache user&#60;/p&#62;
&#60;p&#62;Thanks.&#60;br /&#62;
Vlad
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JamesQualls on "Ubuntu 10.10 Installation"</title>
			<link>http://mediacorecommunity.org/community/topic/ubuntu-1010-installation#post-1805</link>
			<pubDate>Mon, 18 Apr 2011 02:12:33 +0000</pubDate>
			<dc:creator>JamesQualls</dc:creator>
			<guid isPermaLink="false">1805@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I have a feeling im getting really close to making this work&#60;/p&#62;
&#60;p&#62;I did manage to make version .82 Run on windows but after trying to compile the newest version and run it, it became a bit of a hastle.. GO FIGURE WINDOWS PSSHHH...anyway.... im having a small issue with UBUNTU install, I have installed all pre-req libraries&#60;br /&#62;
I am running Python 2.6&#60;/p&#62;
&#60;p&#62;and i am getting this error: if anyone could help it would be much appreciated&#60;/p&#62;
&#60;p&#62;root@ubuntu:/media/Space/mediacore# python2.6 setup.py develop&#60;br /&#62;
/usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'message_extractors'&#60;br /&#62;
  warnings.warn(msg)&#60;br /&#62;
/usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'paster_plugins'&#60;br /&#62;
  warnings.warn(msg)&#60;br /&#62;
running develop&#60;br /&#62;
install_dir /usr/local/lib/python2.6/dist-packages/&#60;br /&#62;
Checking .pth file support in /usr/local/lib/python2.6/dist-packages/&#60;br /&#62;
/usr/bin/python2.6 -E -c pass&#60;br /&#62;
TEST PASSED: /usr/local/lib/python2.6/dist-packages/ appears to support .pth files&#60;br /&#62;
running egg_info&#60;br /&#62;
writing requirements to MediaCore.egg-info/requires.txt&#60;br /&#62;
writing MediaCore.egg-info/PKG-INFO&#60;br /&#62;
writing top-level names to MediaCore.egg-info/top_level.txt&#60;br /&#62;
writing dependency_links to MediaCore.egg-info/dependency_links.txt&#60;br /&#62;
writing entry points to MediaCore.egg-info/entry_points.txt&#60;br /&#62;
reading manifest file 'MediaCore.egg-info/SOURCES.txt'&#60;br /&#62;
reading manifest template 'MANIFEST.in'&#60;br /&#62;
no previously-included directories found matching 'doc/build'&#60;br /&#62;
warning: no previously-included files matching '*.*' found under directory 'closure-library'&#60;br /&#62;
warning: no previously-included files matching '*.*' found under directory 'batch-scripts/closure'&#60;br /&#62;
warning: no previously-included files matching '*.pyc' found under directory '*'&#60;br /&#62;
warning: no previously-included files matching '.*.swp' found under directory '*'&#60;br /&#62;
warning: no previously-included files matching '.DS_Store' found under directory '*'&#60;br /&#62;
writing manifest file 'MediaCore.egg-info/SOURCES.txt'&#60;br /&#62;
running build_ext&#60;br /&#62;
Creating /usr/local/lib/python2.6/dist-packages/MediaCore.egg-link (link to .)&#60;br /&#62;
MediaCore 0.9.0 is already the active version in easy-install.pth&#60;/p&#62;
&#60;p&#62;Installed /media/Space/mediacore&#60;br /&#62;
Processing dependencies for MediaCore==0.9.0&#60;br /&#62;
Searching for PIL==1.1.6&#60;br /&#62;
Reading &#60;a href=&#34;http://mediacore.com/files/dependencies/&#34; rel=&#34;nofollow&#34;&#62;http://mediacore.com/files/dependencies/&#60;/a&#62;&#60;br /&#62;
Best match: PIL 1.1.6&#60;br /&#62;
Downloading &#60;a href=&#34;http://mediacore.com/files/dependencies/PIL-1.1.6.tar.gz&#34; rel=&#34;nofollow&#34;&#62;http://mediacore.com/files/dependencies/PIL-1.1.6.tar.gz&#60;/a&#62;&#60;br /&#62;
Processing PIL-1.1.6.tar.gz&#60;br /&#62;
Running PIL-1.1.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-fHKABo/PIL-1.1.6/egg-dist-tmp-onpxXI&#60;br /&#62;
_imaging.c:2907: warning: initialization from incompatible pointer type&#60;br /&#62;
_imaging.c:2967: warning: initialization from incompatible pointer type&#60;br /&#62;
path.c:559: warning: initialization from incompatible pointer type&#60;br /&#62;
libImaging/Effects.c:209: warning: ‘perlin_init’ defined but not used&#60;br /&#62;
libImaging/File.c: In function ‘ImagingOpenPPM’:&#60;br /&#62;
libImaging/File.c:112: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result&#60;br /&#62;
libImaging/File.c:119: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result&#60;br /&#62;
libImaging/Geometry.c:235: warning: ‘quadratic_transform’ defined but not used&#60;br /&#62;
libImaging/Quant.c: In function ‘rehash_collide’:&#60;br /&#62;
libImaging/Quant.c:154: warning: cast to pointer from integer of different size&#60;br /&#62;
libImaging/Quant.c: At top level:&#60;br /&#62;
libImaging/Quant.c:310: warning: ‘test_sorted’ defined but not used&#60;br /&#62;
libImaging/Quant.c:675: warning: ‘checkContained’ defined but not used&#60;br /&#62;
libImaging/QuantHash.c:136: warning: ‘_hashtable_test’ defined but not used&#60;br /&#62;
_imagingtk.c:20: fatal error: tk.h: No such file or directory&#60;br /&#62;
compilation terminated.&#60;br /&#62;
error: Setup script exited with error: command 'gcc' failed with exit status 1
&#60;/p&#62;</description>
		</item>
		<item>
			<title>swamyg1 on "Unhandled exception errors?"</title>
			<link>http://mediacorecommunity.org/community/topic/unhandled-exception-errors#post-1634</link>
			<pubDate>Wed, 30 Mar 2011 13:54:34 +0000</pubDate>
			<dc:creator>swamyg1</dc:creator>
			<guid isPermaLink="false">1634@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I'm getting a lot of unhandled exception errors when trying to save stuff in my admin. It's totally random in some places, sometimes it works, sometimes it doesn't. Where it seems to consistently not work is in the appearance section... whenever I try to modify a setting or change my header html it throws an exception.&#60;/p&#62;
&#60;p&#62;Can somebody enlighten me as to why these exceptions are occuring? I'm not that familiar with this! How can I find out the cause and resolution?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>C on "Error in Step 5: Populate the Database"</title>
			<link>http://mediacorecommunity.org/community/topic/error-in-step-5-populate-the-database#post-869</link>
			<pubDate>Thu, 11 Nov 2010 06:38:48 +0000</pubDate>
			<dc:creator>C</dc:creator>
			<guid isPermaLink="false">869@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I've installed Mediacore on Ubuntu 10.10 with no error messages in any steps until step 5. When I write the sentence, 'mysql -u root -p mediacore &#38;lt; setup_triggers.sql' in the shell, I obtain this error:&#60;/p&#62;
&#60;p&#62;ERROR 1146 (42S02) at line 6: Table 'mediacore.media' doesn't exist&#60;/p&#62;
&#60;p&#62;Can someone help me? Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>86me on "CompileError: Bind parameter name &#039;media_id&#039; is reserved for the VALUES or SET"</title>
			<link>http://mediacorecommunity.org/community/topic/compileerror-bind-parameter-name-media_id-is-reserved-for-the-values-or-set#post-233</link>
			<pubDate>Fri, 09 Apr 2010 14:18:49 +0000</pubDate>
			<dc:creator>86me</dc:creator>
			<guid isPermaLink="false">233@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I am getting this error when trying to upload a video: &#34;CompileError: Bind parameter name 'media_id' is reserved for the VALUES or SET clause of this insert/update statement.&#34;&#60;/p&#62;
&#60;p&#62;I am using MediaCore-0.7.2 with the paste development server.&#60;/p&#62;
&#60;p&#62;The last traceback is:&#60;br /&#62;
Module sqlalchemy.sql.compiler:553 in visit_bindparam&#60;br /&#62;
&#38;gt;&#38;gt;  % bindparam.key&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>babylon9 on "GenerationException when invoke paster serve --reload development.ini"</title>
			<link>http://mediacorecommunity.org/community/topic/generationexception-when-invoke-paster-serve-reload-developmentini#post-148</link>
			<pubDate>Sun, 14 Mar 2010 11:20:57 +0000</pubDate>
			<dc:creator>babylon9</dc:creator>
			<guid isPermaLink="false">148@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;#paster serve --reload development.ini&#60;/p&#62;
&#60;p&#62;Hi, I try everything what is in another post, but I still get this error. Any help is appreciate.&#60;/p&#62;
&#60;p&#62;GenerationException: url_for could not generate URL. Called with args: () {'controller': '/admin'}&#60;/p&#62;
&#60;p&#62;URL: &#60;a href=&#34;http://127.0.0.1:8080/admin/&#34; rel=&#34;nofollow&#34;&#62;http://127.0.0.1:8080/admin/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Module weberror.evalexception:431 in respond         view&#60;br /&#62;
&#38;lt;&#38;lt;          try:&#60;br /&#62;
                   __traceback_supplement__ = errormiddleware.Supplement, self, environ&#60;br /&#62;
                   app_iter = self.application(environ, detect_start_response)&#60;/p&#62;
&#60;p&#62;                   # Don't create a list from a paste.fileapp object&#60;br /&#62;
&#38;gt;&#38;gt;  app_iter = self.application(environ, detect_start_response)&#60;br /&#62;
Module tg.configuration:655 in wrapper         view&#60;br /&#62;
&#38;lt;&#38;lt;              log.debug(&#34;Making request body seekable&#34;)&#60;br /&#62;
                   Request(environ).make_body_seekable()&#60;br /&#62;
               return app(environ, start_response)&#60;br /&#62;
           return wrapper&#60;br /&#62;
&#38;gt;&#38;gt;  return app(environ, start_response)&#60;br /&#62;
Module tg.configuration:555 in remover         view&#60;br /&#62;
&#38;lt;&#38;lt;          def remover(environ, start_response):&#60;br /&#62;
                   try:&#60;br /&#62;
                       return app(environ, start_response)&#60;br /&#62;
                   finally:&#60;br /&#62;
                       log.debug(&#34;Removing DBSession from current thread&#34;)&#60;br /&#62;
&#38;gt;&#38;gt;  return app(environ, start_response)&#60;br /&#62;
Module repoze.tm:23 in __call__         view&#60;br /&#62;
&#38;lt;&#38;lt;          try:&#60;br /&#62;
                   result = self.application(environ, save_status_and_headers)&#60;br /&#62;
               except:&#60;br /&#62;
                   self.abort()&#60;br /&#62;
&#38;gt;&#38;gt;  result = self.application(environ, save_status_and_headers)&#60;br /&#62;
Module repoze.who.middleware:93 in __call__         view&#60;br /&#62;
&#38;lt;&#38;lt;          wrapper = StartResponseWrapper(start_response)&#60;br /&#62;
               app_iter = app(environ, wrapper.wrap_start_response)&#60;/p&#62;
&#60;p&#62;               # The challenge decider almost(?) always needs information from the&#60;br /&#62;
&#38;gt;&#38;gt;  app_iter = app(environ, wrapper.wrap_start_response)&#60;br /&#62;
Module tw.core.middleware:43 in __call__         view&#60;br /&#62;
&#38;lt;&#38;lt;      def __call__(self, environ, start_response):&#60;br /&#62;
               return self.wsgi_app(environ, start_response)&#60;/p&#62;
&#60;p&#62;           def wsgi_app(self, environ, start_response):&#60;br /&#62;
&#38;gt;&#38;gt;  return self.wsgi_app(environ, start_response)&#60;br /&#62;
Module tw.core.middleware:68 in wsgi_app         view&#60;br /&#62;
&#38;lt;&#38;lt;              else:&#60;br /&#62;
                       # Pass request downstream&#60;br /&#62;
                       resp = req.get_response(self.application)&#60;br /&#62;
                   return resp(environ, start_response)&#60;br /&#62;
               finally:&#60;br /&#62;
&#38;gt;&#38;gt;  resp = req.get_response(self.application)&#60;br /&#62;
Module webob.request:919 in get_response         view&#60;br /&#62;
Module webob.request:887 in call_application         view&#60;br /&#62;
Module tw.core.resource_injector:68 in _injector         view&#60;br /&#62;
&#38;lt;&#38;lt;      def _injector(environ, start_response):&#60;br /&#62;
               req = Request(environ)&#60;br /&#62;
               resp = req.get_response(app)&#60;br /&#62;
               content_type = resp.headers.get('Content-Type','text/plain').lower()&#60;br /&#62;
               if 'html' in content_type:&#60;br /&#62;
&#38;gt;&#38;gt;  resp = req.get_response(app)&#60;br /&#62;
Module webob.request:919 in get_response         view&#60;br /&#62;
Module webob.request:887 in call_application         view&#60;br /&#62;
Module beaker.middleware:73 in __call__         view&#60;br /&#62;
&#38;lt;&#38;lt;                                                     self.cache_manager)&#60;br /&#62;
               environ[self.environ_key] = self.cache_manager&#60;br /&#62;
               return self.app(environ, start_response)&#60;br /&#62;
&#38;gt;&#38;gt;  return self.app(environ, start_response)&#60;br /&#62;
Module beaker.middleware:152 in __call__         view&#60;br /&#62;
&#38;lt;&#38;lt;                          headers.append(('Set-cookie', cookie))&#60;br /&#62;
                   return start_response(status, headers, exc_info)&#60;br /&#62;
               return self.wrap_app(environ, session_start_response)&#60;/p&#62;
&#60;p&#62;           def _get_session(self):&#60;br /&#62;
&#38;gt;&#38;gt;  return self.wrap_app(environ, session_start_response)&#60;br /&#62;
Module routes.middleware:131 in __call__         view&#60;br /&#62;
&#38;lt;&#38;lt;                                               r'\1', oldpath)&#60;/p&#62;
&#60;p&#62;               response = self.app(environ, start_response)&#60;/p&#62;
&#60;p&#62;               # Wrapped in try as in rare cases the attribute will be gone already&#60;br /&#62;
&#38;gt;&#38;gt;  response = self.app(environ, start_response)&#60;br /&#62;
Module pylons.wsgiapp:124 in __call__         view&#60;br /&#62;
&#38;lt;&#38;lt;                  return ['%s' % paste.registry.restorer.get_request_id(environ)]&#60;/p&#62;
&#60;p&#62;               controller = self.resolve(environ, start_response)&#60;br /&#62;
               response = self.dispatch(controller, environ, start_response)&#60;/p&#62;
&#60;p&#62;&#38;gt;&#38;gt;  controller = self.resolve(environ, start_response)&#60;br /&#62;
Module pylons.wsgiapp:263 in resolve         view&#60;br /&#62;
&#38;lt;&#38;lt;          if self.log_debug:&#60;br /&#62;
                   log.debug(&#34;Resolved URL to controller: %r&#34;, controller)&#60;br /&#62;
               return self.find_controller(controller)&#60;/p&#62;
&#60;p&#62;           def find_controller(self, controller):&#60;br /&#62;
&#38;gt;&#38;gt;  return self.find_controller(controller)&#60;br /&#62;
Module tg.wsgiapp:38 in find_controller         view&#60;br /&#62;
&#38;lt;&#38;lt;          __traceback_hide__ = 'before_and_this'&#60;/p&#62;
&#60;p&#62;               __import__(full_module_name)&#60;br /&#62;
               module_name = controller.split('/')[-1]&#60;br /&#62;
               class_name = class_name_from_module_name(module_name) + 'Controller'&#60;br /&#62;
&#38;gt;&#38;gt;  __import__(full_module_name)&#60;br /&#62;
Module ?:25 in &#38;lt;module&#38;gt;         view&#60;br /&#62;
&#38;lt;&#38;lt;  class RootController(TGController):&#60;br /&#62;
           @expose('mediacore.templates.project.index')&#60;br /&#62;
           def index(self):&#60;br /&#62;
&#38;gt;&#38;gt;  class RootController(TGController):&#60;br /&#62;
Module ?:42 in RootController         view&#60;br /&#62;
&#38;lt;&#38;lt;      @expose()&#60;br /&#62;
           def post_login(self, came_from=url_for(controller='/admin')):&#60;br /&#62;
               if not request.identity:&#60;br /&#62;
                   login_counter = request.environ['repoze.who.logins'] + 1&#60;br /&#62;
&#38;gt;&#38;gt;  def post_login(self, came_from=url_for(controller='/admin')):&#60;br /&#62;
Module mediacore.lib.base:246 in url_for         view&#60;br /&#62;
&#38;lt;&#38;lt;          )&#60;/p&#62;
&#60;p&#62;           url = routes.url_for(*args, **kwargs)&#60;/p&#62;
&#60;p&#62;           # Make the replacements&#60;br /&#62;
&#38;gt;&#38;gt;  url = routes.url_for(*args, **kwargs)&#60;br /&#62;
Module routes.util:269 in url_for         view&#60;br /&#62;
&#38;lt;&#38;lt;          raise GenerationException(&#60;br /&#62;
                   &#34;url_for could not generate URL. Called with args: %s %s&#34; % \&#60;br /&#62;
                   (args, kargs))&#60;br /&#62;
           return url&#60;br /&#62;
&#38;gt;&#38;gt;  (args, kargs))&#60;br /&#62;
GenerationException: url_for could not generate URL. Called with args: () {'controller': '/admin'}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ricin on "Error attempting to launch via paste"</title>
			<link>http://mediacorecommunity.org/community/topic/error-attempting-to-launch-via-paste#post-15</link>
			<pubDate>Tue, 19 Jan 2010 02:51:40 +0000</pubDate>
			<dc:creator>ricin</dc:creator>
			<guid isPermaLink="false">15@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I've followed the installation steps, and have a seemingly successful install.  However, when I try to execute paste, I get the following error.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;File &#38;quot;/home/ricinus/mediacore_env/mediacore/mediacore/lib/base.py&#38;quot;, line 30, in &#38;lt;module&#38;gt;
    from tg.controllers import RoutingController
ImportError: cannot import name RoutingController&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Did I miss a step?  It seems RoutingController is missing.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

