<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Technical Support (new threads)</title>
		<link>http://wikipbx.subwiki.com/forum/c-64012/technical-support</link>
		<description>Threads in the forum category &quot;Technical Support&quot; - Post any technical support questions here</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 05 Feb 2012 23:14:27 +0000</lastBuildDate>
		
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-283087</guid>
				<title>Database Error</title>
				<link>http://wikipbx.subwiki.com/forum/t-283087/database-error</link>
				<description>DatabaseError at /
relation &quot;auth_user&quot; does not exist
LINE 1: ...ser&quot;.&quot;last_login&quot;, &quot;auth_user&quot;.&quot;date_joined&quot; FROM &quot;auth_user...</description>
				<pubDate>Wed, 10 Nov 2010 21:05:36 +0000</pubDate>
				<wikidot:authorName>Aza1</wikidot:authorName>				<wikidot:authorUserId>554669</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm now getting this error on the webpage:</p> <p>Request Method: GET<br /> Request URL: <a href="http://127.0.0.1:8092/">http://127.0.0.1:8092/</a><br /> Django Version: 1.2.3<br /> Exception Type: DatabaseError<br /> Exception Value:<br /> relation "auth_user" does not exist<br /> LINE 1: …ser"."last_login", "auth_user"."date_joined" FROM "auth_user…<br /> ^<br /> Exception Location: /usr/lib/pymodules/python2.6/django/db/backends/postgresql_psycopg2/base.py in execute, line 44<br /> Python Executable: /usr/bin/python</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-282738</guid>
				<title>apache error log</title>
				<link>http://wikipbx.subwiki.com/forum/t-282738/apache-error-log</link>
				<description>TemplateSyntaxError: Caught ImportError while rendering: No module named wikipbxweb
[Tue Nov 09 17:21:58 2010] [info] [client 127.0.0.1] Request header read timeout</description>
				<pubDate>Tue, 09 Nov 2010 16:14:46 +0000</pubDate>
				<wikidot:authorName>Aza1</wikidot:authorName>				<wikidot:authorUserId>554669</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>When I try to access my wikipbx site, I'm getting the error message in the summary above on my apache log.<br /> I can however access the module in question via »&gt;import wikipbxweb, and I have no other python environment in my machine.<br /> I've tried various things, including changing ownership of the wikipbxweb directory to www-data (both apache and mod_wsgi use this).<br /> What could be the problem?</p> <p>Thanks<br /> Aza</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-281964</guid>
				<title>Apache/mod_wsgi</title>
				<link>http://wikipbx.subwiki.com/forum/t-281964/apache-mod-wsgi</link>
				<description>Configuring &#039;/site_media/&#039; (i.e. MEDIA_ROOT) and &#039;/soundclips_media/&#039;</description>
				<pubDate>Sat, 06 Nov 2010 16:00:19 +0000</pubDate>
				<wikidot:authorName>Aza1</wikidot:authorName>				<wikidot:authorUserId>554669</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How do I configure Apache for '/site_media/' (i.e. MEDIA_ROOT) and '/soundclips_media/'</p> <p>Thanks<br /> Aza</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-264404</guid>
				<title>wikipbx dependencies</title>
				<link>http://wikipbx.subwiki.com/forum/t-264404/wikipbx-dependencies</link>
				<description></description>
				<pubDate>Sat, 11 Sep 2010 09:43:52 +0000</pubDate>
				<wikidot:authorName>xrmx</wikidot:authorName>				<wikidot:authorUserId>563057</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>hello,</p> <p>i see that wikipbx depends on log4py and python-xml which looks like are dead projects. They also aren't in recent debian versions anymore. Is there a plan to remove them as dependency? Also does wikipbx work on any database django works, i.e. sqlite?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-257183</guid>
				<title>I&#039;ve missed something.  settings.py not found.</title>
				<link>http://wikipbx.subwiki.com/forum/t-257183/i-ve-missed-something-settings-py-not-found</link>
				<description>w1k1d0t[Thu Aug 05 09:22:54 2010] [error] [client 192.168.2.90]     raise EnvironmentError, &quot;Could not import settings &#039;%s&#039; (Is it on sys.path? Does it have syntax errors?): %s&quot; % (self.SETTINGS_MODULE, e)
[Thu Aug 05 09:22:54 2010] [error] [client 192.168.2.90] EnvironmentError: Could not import settings &#039;wikipbx.settings&#039; (Is it on sys.path? Does it have syntax errors?): No module named wikipbx.settings</description>
				<pubDate>Thu, 05 Aug 2010 13:45:15 +0000</pubDate>
				<wikidot:authorName>AverageGuy</wikidot:authorName>				<wikidot:authorUserId>463604</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I see in the /usr/src/wikipbx/wikipbx.wsgi file this line:</p> <p>os.environ['DJANGO_SETTINGS_MODULE'] = 'wikipbx.settings'</p> <p>And I see in the /etc/apache2/sites-available/wikipbx file</p> <p>WSGIScriptAlias / /usr/src/wikipbx/wikipbx.wsgi</p> <p>But I fail to find where apache has been told where the wikipbx.settings file is located.</p> <p>Hence the following message:</p> <p>[Thu Aug 05&nbsp;09:22:54&nbsp;2010] [error] [client 192.168.2.90] mod_wsgi (pid=31296): Exception occurred within WSGI script '/usr/src/wikipbx/wikipbx.wsgi'.<br /> …<br /> [Thu Aug 05&nbsp;09:22:54&nbsp;2010] [error] [client 192.168.2.90] raise EnvironmentError, "Could not import settings '%s' (Is it on sys.path? Does it have syntax errors?): %s" % (self.SETTINGS_MODULE, e)<br /> [Thu Aug 05&nbsp;09:22:54&nbsp;2010] [error] [client 192.168.2.90] EnvironmentError: Could not import settings 'wikipbx.settings' (Is it on sys.path? Does it have syntax errors?): No module named wikipbx.settings</p> <p>So where did I miss the relationship?</p> <p>Thanks,<br /> Jim.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-252808</guid>
				<title>Problems getting 0.8 running on Debian Lenny</title>
				<link>http://wikipbx.subwiki.com/forum/t-252808/problems-getting-0-8-running-on-debian-lenny</link>
				<description></description>
				<pubDate>Sun, 11 Jul 2010 21:03:39 +0000</pubDate>
				<wikidot:authorName>chigambamukoko</wikidot:authorName>				<wikidot:authorUserId>517173</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>My system is a Debian Lenny, VPS (virtuozzo). I have followed the steps to install 0.8 on a Debian system. I can't seem to make it work even though I have tried by starting with a clean server and install everything from scratch a few times.</p> <p>I noticed a folder called "templates" inside of wikipbx-0.8/wikipbx/wikipbxsweb.<br /> 1)which steps when installing wikipbx does the files inside this templates folder get copied to maybe a /var/www/ folder? Or I have to do that manually? I am finding that after I followed all the steps, when I go to my wikipbx.myserver.net, I'm still loading the default "It works".<br /> However for just the heck of it, I copied all the files from this templates folder into a /var/www/xml_dialplan and when I go to wikipbx.myserver.net, something does come up, its just that there are errors, which leads me to believe that there is a step I am missing or I am doing wrong.</p> <p>2)In this file:<br /> /usr/local/freeswitch/conf/xml_curl.conf.xml,<br /> I see this line:<br /> &lt;param name="gateway-url" value="<a href="http://wikipbx.yourserver.net/xml_dialplan/">http://wikipbx.yourserver.net/xml_dialplan/</a>" bindings="configuration,dialplan,directory"/&gt;<br /> do I create this "xml_dialplan" manually or it should be created on one of the steps when setting up wikipbx?</p> <p>This is probably quite easy for you guys, but I have tried different novice tricks that I know with no luck, any and all help is sincirely appreciated.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-245721</guid>
				<title>installation of wikipbx is getting failed</title>
				<link>http://wikipbx.subwiki.com/forum/t-245721/installation-of-wikipbx-is-getting-failed</link>
				<description>installation of wikipbx is getting failed</description>
				<pubDate>Thu, 03 Jun 2010 08:05:40 +0000</pubDate>
				<wikidot:authorName>thangappan</wikidot:authorName>				<wikidot:authorUserId>491878</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have followed the steps that is mentioned in the installation manual of wikipbx.<br /> Once I loaded the url into browser got the following answer</p> <p>Tried index in module wikipbx.wikipbxweb.views. Error was: 'module' object has no attribute 'CharField'</p> <p>Any help would be appreciated.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-240891</guid>
				<title>Error : No module named ESL</title>
				<link>http://wikipbx.subwiki.com/forum/t-240891/error:no-module-named-esl</link>
				<description>Problem with ESL module. Not able to build with make pymod</description>
				<pubDate>Tue, 11 May 2010 08:56:52 +0000</pubDate>
				<wikidot:authorName>shrenik patel</wikidot:authorName>				<wikidot:authorUserId>481424</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have install freeswitch and wikipbx. But When I start web-server<br /> #python manage.py runserver 0.0.0.0:8000</p> <p>in browser I am getting this :</p> <p>ViewDoesNotExist at /<br /> Could not import wikipbx.wikipbxweb.views. Error was: No module named ESL</p> <p>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++</p> <p>I am also not able to build ESL module<br /> Build ESL with Python</p> <p>I changed directory to libs/esl directory under freeswitch source tree &amp; try to run following command.<br /> $ make pymod</p> <p>but I got error</p> <p>make MYLIB="../libesl.a" SOLINK="-shared -Xlinker -x" CFLAGS="-I/usr/src/freeswitch/libs/esl/src/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -fPIC -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes" CXXFLAGS="-I/usr/src/freeswitch/libs/esl/src/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -fPIC -Wall -Werror -Wno-unused-variable" CXX_CFLAGS="" -C python<br /> make[1]: Entering directory ‘/usr/src/freeswitch/libs/esl/python’<br /> make[1]: Nothing to be done for ‘all’.<br /> make[1]: Leaving directory ‘/usr/src/freeswitch/libs/esl/python’</p> <p>Please help!! what should I do?<br /> I will be very much obliged if you can help me.</p> <p>Thank you<br /> regards</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237367</guid>
				<title>Initialize System - Create SIP Profile Issues</title>
				<link>http://wikipbx.subwiki.com/forum/t-237367/initialize-system-create-sip-profile-issues</link>
				<description></description>
				<pubDate>Mon, 26 Apr 2010 12:05:46 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I'm following instructions on User Manual 0.8, and I'm trying to setup a sip profile but I'm having some issuess.<br /> Sip profile is created on mysql but freeswitch doesn't show it when I type sofia status, I've to restart freeswitch.</p> <p>When I sip profile is created or deleted I got these errors on httpd log:<br /> [Mon Apr 26&nbsp;11:48:52&nbsp;2010] [error] restart_profiles called<br /> [Mon Apr 26&nbsp;11:48:52&nbsp;2010] [error] get_fs_connections()<br /> [Mon Apr 26&nbsp;11:48:52&nbsp;2010] [error] 1 eventsockets<br /> [Mon Apr 26&nbsp;11:48:52&nbsp;2010] [error] creating eslconnection</p> <p>When i create a profile, browser stays loading forever, but it seems that finally the profile is created (at least all the profile info is in mysql).<br /> When i delete a profile, browser stays loading forever, but it seems that finally the profile is deleted (at least all the profile info is in mysql).</p> <p>Any clue on what is happening?</p> <p>Thanks,</p> <p>Lluís</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-237345</guid>
				<title>Resetup SuperUser</title>
				<link>http://wikipbx.subwiki.com/forum/t-237345/resetup-superuser</link>
				<description></description>
				<pubDate>Mon, 26 Apr 2010 08:19:49 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>Is it possible to resetup superuser via Add Root Link?</p> <p>Thanks,</p> <p>Lluís</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-236211</guid>
				<title>Segmentation Fault - Loading ESL module in Python</title>
				<link>http://wikipbx.subwiki.com/forum/t-236211/segmentation-fault-loading-esl-module-in-python</link>
				<description></description>
				<pubDate>Wed, 21 Apr 2010 14:58:24 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I've done all the steps, but when I start a browser, it occurs a segmentation fault as you can see in httpd log:</p> <p>[Wed Apr 21&nbsp;16:32:21&nbsp;2010] [error] /usr/src/django/django/middleware/common.py:4: DeprecationWarning: the md5 module is deprecated; use hashlib instead<br /> [Wed Apr 21&nbsp;16:32:21&nbsp;2010] [error] import md5<br /> [Wed Apr 21&nbsp;16:32:21&nbsp;2010] [error] /opt/python2.6/lib/python2.6/site-packages/MySQL_python-1.2.2-py2.6-linux-x86_64.egg/MySQLdb/<span style="text-decoration: underline;">init</span>.py:34: DeprecationWarning: the sets module is deprecated<br /> [Wed Apr 21&nbsp;16:32:22&nbsp;2010] [notice] child pid 2768 exit signal Segmentation fault (11)</p> <p>I've read several forum threads, and what i've found is that ESL module can't be imported in python and it causes a segmentation fault:</p> <p>[root@wikipbx python]# python<br /> Python 2.6.5 (r265:79063, Apr 20&nbsp;2010, 17:41:59)<br /> [GCC 4.1.2&nbsp;20080704 (Red Hat 4.1.2-46)] on linux2<br /> Type "help", "copyright", "credits" or "license" for more information.</p> <blockquote> <blockquote> <blockquote> <p>import ESL</p> </blockquote> </blockquote> </blockquote> <p>Violación de segmento (segmentation fault)</p> <p>Any help would be appreciated :-)</p> <p>Thanks,</p> <p>Lluís</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-236163</guid>
				<title>Initialize Database on Centos 5.4 Error</title>
				<link>http://wikipbx.subwiki.com/forum/t-236163/initialize-database-on-centos-5-4-error</link>
				<description></description>
				<pubDate>Wed, 21 Apr 2010 10:03:02 +0000</pubDate>
				<wikidot:authorName>lluisriera</wikidot:authorName>				<wikidot:authorUserId>472822</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I've followed instructions from Centos Howtos found in this wiki but I'm stucked in the Initialize Databe Step.</p> <p>In /usr/src/wikipbx/wikipbx I execute python manage.py syncdb and occurs next error:</p> <p>[root@wikipbx wikipbx]# python manage.py syncdb<br /> /opt/python2.6/lib/python2.6/site-packages/django/core/management.py:12: DeprecationWarning: the sets module is deprecated<br /> from sets import Set as set<br /> /opt/python2.6/lib/python2.6/site-packages/django/contrib/sessions/models.py:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead<br /> import base64, md5, random, sys, datetime<br /> Error: Couldn't install apps, because there were errors in one or more models:<br /> wikipbx.wikipbxweb: <span style="text-decoration: underline;">init</span>() got an unexpected keyword argument 'max_length'<br /> [root@wikipbx wikipbx]#</p> <p>Any help would be appreciated :-)</p> <p>Best Regards,</p> <p>Lluís</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-233617</guid>
				<title>Problems getting 0.8 running on Debian</title>
				<link>http://wikipbx.subwiki.com/forum/t-233617/problems-getting-0-8-running-on-debian</link>
				<description>Some wikipbx web pages don&#039;t display.</description>
				<pubDate>Mon, 12 Apr 2010 05:10:26 +0000</pubDate>
				<wikidot:authorName>sirdotcom</wikidot:authorName>				<wikidot:authorUserId>468485</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am running a fresh install of wikipbx 0.8 on debian lenny. I finally got all the python, django, and wsgi stuff working ;-) Now everything seems to be stable and operating - Freeswitch shows the SIP profiles I created in wikipbx so I know they are communicating. But for some reason some of the links on the Admin User dashboard just don't load (I click them and the browser sits forever "waiting for response" which doesn't come.) Also when I create an endpoint and hit 'submit' the page does not reload, but when I click on 'manage' it shows the endpoint I just created. Also when I click 'Endpoints -&gt; Manage' or 'Calls -&gt; Live' the same thing happens, no response. Everything seems to be square and I haven't seen anybody else having similar problems.</p> <p>Other than that, I ram really excited about wikipbx and how powerful it is … I've tried Fusionpbx and freepbx-v3 but wasn't nearly as impressed as I am with Wikipbx.</p> <p>Thanks,<br /> Steve</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-231173</guid>
				<title>Install fails on Ubuntu Karmic (9.10)</title>
				<link>http://wikipbx.subwiki.com/forum/t-231173/install-fails-on-ubuntu-karmic-9-10</link>
				<description>An attempt to install wikipbx on Karmic didn&#039;t work.  Using python2.6.</description>
				<pubDate>Thu, 01 Apr 2010 14:34:40 +0000</pubDate>
				<wikidot:authorName>AverageGuy</wikidot:authorName>				<wikidot:authorUserId>463604</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>First thing is that it failed saying md5 was depricated, use hashlib instead (/usr/src/django/django/middleware/common.py line 4). Then when I attempt to bring it up in a browser.</p> <div class="code"> <pre> <code>ImproperlyConfigured at / Error loading psycopg module: No module named psycopg Request Method: GET Request URL: http://wikipbx.localdomain.org/ Exception Type: ImproperlyConfigured Exception Value: Error loading psycopg module: No module named psycopg Exception Location: /usr/src/django/django/db/backends/postgresql/base.py in , line 12</code> </pre></div> <p>However:</p> <p>dpkg -l | grep psycop<br /> ii python-psycopg2 2.0.8-0ubuntu2 Python module for PostgreSQL</p> <p>Despite an effort by my previous boss to get me to learn python, I never got that done before he downsized me, so I don't know what to do from here.</p> <p>Thanks,<br /> Jim.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-225179</guid>
				<title>Install Issues Centos 5.4</title>
				<link>http://wikipbx.subwiki.com/forum/t-225179/install-issues-centos-5-4</link>
				<description>after following install there is no &#039; initserver.py &#039;</description>
				<pubDate>Mon, 08 Mar 2010 22:20:00 +0000</pubDate>
				<wikidot:authorName>mickey_mouse</wikidot:authorName>				<wikidot:authorUserId>452295</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have followed the install procedure at ' <a href="http://wikipbx.subwiki.com/forum/t-115012/freeswitch-svn-1-0-2-wikipbx-svn-61-centos-5-1-installation-instructions">http://wikipbx.subwiki.com/forum/t-115012/freeswitch-svn-1-0-2-wikipbx-svn-61-centos-5-1-installation-instructions</a> '<br /> and after completing there is no ' initserver.py '<br /> I would greatly appreciate some help..</p> <p>thanks in advance Fred</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-220509</guid>
				<title>Upgrading data from 0.5 to 0.8 Not Working</title>
				<link>http://wikipbx.subwiki.com/forum/t-220509/upgrading-data-from-0-5-to-0-8-not-working</link>
				<description>Migration instructions not clear enough?</description>
				<pubDate>Thu, 18 Feb 2010 17:25:40 +0000</pubDate>
				<wikidot:authorName>ssteffler</wikidot:authorName>				<wikidot:authorUserId>441521</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>After a lengthy difficult process upgrading my WikiPBX to 0.8, I have finally gotten the new version working with a lot of help from tleyden and stas_shtin. Thanks guys! :)</p> <p>I now see the WikiPBX [ ADD ROOT ] option on the main page of WikiPBX after I load it in my browser. I click Add Root, and I fill in all the information required. I use the same info I had on my root login on the old version of WikiPBX.</p> <p>I'm confused about the migration instructions from here onward. The website says "Create a sip profile if you have not done so already". Does this mean I create a SIP Profile which matches the information of the profiles from the old WikiPBX I need to import? Should I name it the same? Because I did name it the same as my old profile in WikiPBX 0.5, and it seems to work correctly to do so, with no complaints.</p> <p>However, after I select the XML file I put into /tmp, and select the new profile I created, then click the Initiate Import button, it says "Import Successful" or something like that, and that I should be able to see the information in the GUI now. However, I don't see any information at all, and WikiPBX is still blank of other users (that were in the XML export) as well as blank of the stuff I imported (either as a new profile or as part of the one that I created).</p> <p>Dialplan, users, etc, all seem to be blank as if they are new, without any info successfully imported. Here is what I saw in the Apache logfile during the import process (edited for privacy concerns):</p> <div class="code"> <pre> <code>[Thu Feb 18 16:55:47 2010] [notice] Apache/2.2.11 (FreeBSD) mod_ssl/2.2.11 OpenSSL/0.9.8e mod_wsgi/3.1 Python/2.5.4 PHP/5.2.9 configured -- resuming normal operations [Thu Feb 18 16:56:54 2010] [error] restart_profiles called [Thu Feb 18 16:56:54 2010] [error] get_fs_connections() [Thu Feb 18 16:56:54 2010] [error] no eventsockets [Thu Feb 18 16:56:54 2010] [error] get_fs_connections() done [Thu Feb 18 16:57:20 2010] [error] restart_profiles called [Thu Feb 18 16:57:20 2010] [error] get_fs_connections() [Thu Feb 18 16:57:20 2010] [error] 1 eventsockets [Thu Feb 18 16:57:20 2010] [error] creating eslconnection [Thu Feb 18 16:57:58 2010] [error] Will use sip profile: sip profile: MY.IP.IS.HERE:5060 [Thu Feb 18 16:57:58 2010] [error] elt: wikipbx [Thu Feb 18 16:57:58 2010] [error] account: &lt;account accept_blind_reg="False" domain="" enabled="True" ext_rtp_ip="MY.IP.IS.HERE" ext_sip_ip="MY.IP.IS.HERE" name="MYPROFILENAME"/&gt; [Thu Feb 18 16:57:58 2010] [error] account name: MYPROFILENAME [Thu Feb 18 16:57:58 2010] [error] Warning: no domain for profile, using name. You will need to fix this [Thu Feb 18 16:57:58 2010] [error] userprofile: &lt;userprofile account="MYPROFILENAME" email="email@address.here" first_name="MyFirst" is_account_admin="False" is_active="True" is_superuser="False" last_name="MyLast" password="sha1$ENCRYPTEDSTRINGHERE"/&gt; [Thu Feb 18 16:57:58 2010] [error] email: email@address.here [Thu Feb 18 16:57:58 2010] [error] account: MYPROFILENAME [Thu Feb 18 16:57:58 2010] [error] userprofile: &lt;userprofile account="MYPROFILENAME" email="myname@admin.account.com" first_name="ME" is_account_admin="True" is_active="True" is_superuser="False" last_name="MINE" password="sha1$ENCRYPTEDSTRINGHERE"/&gt; [Thu Feb 18 16:57:58 2010] [error] email: myname@admin.account.com [Thu Feb 18 16:57:58 2010] [error] account: MYPROFILENAME [Thu Feb 18 16:57:58 2010] [error] userprofile: &lt;userprofile account="MYPROFILENAME" email="friend@gmail.com" first_name="FRIENDNAME" is_account_admin="True" is_active="True" is_superuser="False" last_name="LASTNAME" password="sha1$ENCRYPTEDSTRINGHERE"/&gt; [Thu Feb 18 16:57:58 2010] [error] email: friend@gmail.com [Thu Feb 18 16:57:58 2010] [error] account: MYPROFILENAME [Thu Feb 18 16:57:58 2010] [error] endpoint: &lt;endpoint account="MYPROFILENAME" password="pass" userid="1000" userprofile="myname@admin.account.com"/&gt; [Thu Feb 18 16:57:58 2010] [error] account: MYPROFILENAME [Thu Feb 18 16:57:58 2010] [error] endpoint: &lt;endpoint account="MYPROFILENAME" password="pass" userid="USERIDHERE" userprofile="myname@admin.account.com"/&gt; [Thu Feb 18 16:57:58 2010] [error] account: MYPROFILENAME [Thu Feb 18 16:57:58 2010] [error] endpoint: &lt;endpoint account="MYPROFILENAME" password="pass" userid="USERIDHERE"/&gt; [Thu Feb 18 16:57:58 2010] [error] account: MYPROFILENAME [Thu Feb 18 16:57:58 2010] [error] User matching query does not exist. [Thu Feb 18 16:57:58 2010] [error] Got exception, rolling back [Thu Feb 18 16:59:04 2010] [error] restart_profiles called [Thu Feb 18 16:59:04 2010] [error] get_fs_connections() [Thu Feb 18 16:59:04 2010] [error] 1 eventsockets [Thu Feb 18 16:59:04 2010] [error] creating eslconnection [Thu Feb 18 17:00:30 2010] [error] restart_profiles called [Thu Feb 18 17:00:30 2010] [error] get_fs_connections() [Thu Feb 18 17:00:30 2010] [error] 1 eventsockets [Thu Feb 18 17:00:30 2010] [error] creating eslconnection [Thu Feb 18 17:00:46 2010] [notice] caught SIGTERM, shutting down</code> </pre></div> <p>Is there yet another glaring thing I am doing wrong here? :-) I have confirmed that the export file does in fact contain the XML from the old installation, and it is in the correct location. Furthermore, I receive no errors or complaints during the import procedure except if I turn Apache debug logging on, just blank end results. Help would be greatly appreciated.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-219170</guid>
				<title>Help Upgrading! Blank Screen acessing WSGI through Apache22</title>
				<link>http://wikipbx.subwiki.com/forum/t-219170/help-upgrading-blank-screen-acessing-wsgi-through-apache22</link>
				<description>Can&#039;t track down what the error is with this WikiPBX upgrade.</description>
				<pubDate>Sun, 14 Feb 2010 18:26:51 +0000</pubDate>
				<wikidot:authorName>ssteffler</wikidot:authorName>				<wikidot:authorUserId>441521</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi all,</p> <p>Wow, for over a year I have been using WikiPBX and I must say I am impressed!</p> <p>I have a functional installation on FreeBSD using a virtual server I purchased at Link2VoIP.com. It has been running the 0.5 version (r199) for a while and works great. However I want to migrate to the 0.8 trunk.</p> <p>I installed mod_wsgi from source because the mod_wsgi that was in FreeBSD Ports was 2.6 (quite old). No problems there.</p> <p>I have a postgres DB, called wikipbx, and I have created a new DB called wikipbx0.8 which I will use for this new version. I have exported my configuration to XML. The source for 0.8 has been downloaded into /usr/src/wikipbx0.8. I have been following along the guide on the Wiki and modifying the instructions slightly so they work on FreeBSD.</p> <p>My Apache has the module loaded for WSGI and my vhost entry is as follows (The paths are correct and everything is actually located where I have defined it below):</p> <div class="code"> <pre> <code>WSGIPythonPath /usr/src/wikipbx0.8:/usr/src/wikipbx0.8/wikipbx:/usr/src/django:/usr/src/freeswitch/libs/esl/python &lt;VirtualHost *:80&gt; ServerAdmin support@thirtytwenty.com ServerName MYHOSTNAMEHERE ErrorLog "/var/log/ipbx-error_log" CustomLog "/var/log/ipbx-access_log" common &lt;Directory "/usr/src/wikipbx0.8"&gt; Options Indexes FollowSymLinks AllowOverride FileInfo Order allow,deny Allow from all &lt;/Directory&gt; # I Read online that this may be required - but I get same behaviour either way if it is commented out AddType text/html .wsgi WSGIScriptAlias / /usr/src/wikipbx0.8/wikipbx.wsgi LogLevel debug &lt;/VirtualHost&gt;</code> </pre></div> <p>My new DB is blank and the user and permissions are set up. I can log into the DB and use it when testing with no problems.</p> <p>When I got into /usr/src/wikipbx0.8/wikipbx and I run python manage.py syncdb this is all I see:</p> <div class="code"> <pre> <code>root# python manage.py syncdb Loading 'initial_data' fixtures... No fixtures found. root#</code> </pre></div> <p>The database is still blank, yet there are no errors. Here is a diff of my settings.py against the default settings_template:</p> <div class="code"> <pre> <code>root# diff settings_template.py settings.py 26,28c26,28 &lt; DATABASE_NAME = 'wikipbx' # Or path to database file if using sqlite3. &lt; DATABASE_USER = 'YOUR_DB_USER' # Not used with sqlite3. &lt; DATABASE_PASSWORD = 'YOUR_DB_PASS' # Not used with sqlite3. --- &gt; DATABASE_NAME = 'wikipbx0.8' # Or path to database file if using sqlite3. &gt; DATABASE_USER = 'wikipbx' # Not used with sqlite3. &gt; DATABASE_PASSWORD = 'thisisnotreallymyrealpassword' # Not used with sqlite3. 124c124 &lt; FREESWITCH_URL_PORT = "http://127.0.0.1" --- &gt; FREESWITCH_URL_PORT = "http://MYHOSTNAMEHERE"</code> </pre></div> <p>The settings I have put into settings.py for the DB should be working. They are copied from my old DB except for the database name. I have added the wikipbx user to the allowed users on the new DB.</p> <p>When I re-load Apache, and access my hostname in the browser, I was initially getting access denied entries in my Apache error log, until I set up a Directory definition for the /usr/src/wikipbx0.8 directory that allowed access. Now, after reloading again, when I hit <a href="http://MYHOSTNAMEHERE">http://MYHOSTNAMEHERE</a> in my browser, I get a blank page (nothing appears in View Source either). I hit it with Lynx and Lynx says:</p> <div class="code"> <pre> <code>root# lynx http://MYHOSTNAMEHERE Looking up MYHOSTNAMEHERE Making HTTP connection to MYHOSTNAMEHERE Sending HTTP request. HTTP request sent; waiting for response. Alert!: Unexpected network read error; connection aborted. Can't Access `http://MYHOSTNAMEHERE/' Alert!: Unable to access document. lynx: Can't access startfile root#</code> </pre></div> <p>Even with debug logging turned on in Apache, there are no errors appearing in the access or error logs for this attempt.</p> <p>I am stuck here. Any tips?</p> <p>Thanks,<br /> Steve</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-215246</guid>
				<title>does 0.8 wikipbx works with python 2.4</title>
				<link>http://wikipbx.subwiki.com/forum/t-215246/does-0-8-wikipbx-works-with-python-2-4</link>
				<description>Can not make GUI working in CentOS 5.4</description>
				<pubDate>Sat, 30 Jan 2010 04:20:28 +0000</pubDate>
				<wikidot:authorName>yzsj</wikidot:authorName>				<wikidot:authorUserId>434753</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>I am using CentOS 5.4 which has python 2.4 included. I can not make wikipbx work on it. I basically use the same parameters in my test machine as the install guide. There is no error log messages in wikipbx.yourserver.net-error.log, but from freeswitch console I saw</p> <p>2010-01-29&nbsp;18:35:21.230134 [ERR] mod_xml_curl.c:304 Received HTTP error 500 trying to fetch <a href="http://wikipbx.yourserver.net/xml_dialplan/">http://wikipbx.yourserver.net/xml_dialplan/</a><br /> data: [hostname=localhost.localdomain&amp;section=configuration&amp;tag_name=configuration&amp;key_name=name&amp;key_value=event_socket.conf]</p> <p>wikipbx related are all in /usr/src and freeswitch is in /root/work/freeswitch</p> <p>WSGIPythonPath /usr/src/wikipbx:/usr/src/django:/root/work/freeswitch/libs/esl/python</p> <p>also copied</p> <p>[root@localhost freeswitch]# ls -l /usr/lib/python2.4/site-packages/*ESL*<br /> -rw-r<span style="text-decoration: line-through;">r</span> 1 root root 4916 Jan 29&nbsp;19:34 /usr/lib/python2.4/site-packages/ESL.py<br /> -rwxr-xr-x 1 root root 202634 Jan 29&nbsp;19:34 /usr/lib/python2.4/site-packages/_ESL.so</p> <p>When I go to <a href="http://wikipbx.yourserver.net/">http://wikipbx.yourserver.net/</a>, I just get the following. What could the<br /> problem be? Do I must upgrade the python to a newer version?</p> <p>Thanks!</p> <p>SyntaxError at /<br /> invalid syntax (views.py, line 1267)<br /> Request Method: GET<br /> Request URL: <a href="http://wikipbx.yourserver.net/">http://wikipbx.yourserver.net/</a><br /> Exception Type: SyntaxError<br /> Exception Value: invalid syntax (views.py, line 1267)<br /> Exception Location: /usr/src/django/django/core/urlresolvers.py in _get_callback, line 126<br /> Traceback (innermost last)<br /> Switch to copy-and-paste view</p> <p>* /usr/src/django/django/core/handlers/base.py in get_response<br /> 61. return response<br /> 62.<br /> 63. # Get urlconf from request object, if available. Otherwise use default.<br /> 64. urlconf = getattr(request, "urlconf", settings.ROOT_URLCONF)<br /> 65.<br /> 66. resolver = urlresolvers.RegexURLResolver(r'^/', urlconf)<br /> 67. try:<br /> 68. callback, callback_args, callback_kwargs = resolver.resolve(request.path) …<br /> 69.<br /> 70. # Apply view middleware<br /> 71. for middleware_method in self._view_middleware:<br /> 72. response = middleware_method(request, callback, callback_args, callback_kwargs)<br /> 73. if response:<br /> 74. return response<br /> ▶ Local vars<br /> Variable Value<br /> debug<br /> &lt;module 'django.views.debug' from '/usr/src/django/django/views/debug.py'&gt;<br /> exceptions<br /> &lt;module 'django.core.exceptions' from '/usr/src/django/django/core/exceptions.pyc'&gt;<br /> mail_admins<br /> &lt;function mail_admins at 0xb7d7872c&gt;<br /> middleware_method<br /> &lt;bound method AuthenticationMiddleware.process_request of &lt;django.contrib.auth.middleware.AuthenticationMiddleware object at 0x869e8ac»<br /> request<br /> &lt;WSGIRequest GET:&lt;MultiValueDict: {}&gt;, POST:&lt;MultiValueDict: {}&gt;, COOKIES:{}, META:{'DOCUMENT_ROOT': '/var/www/html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'HTTP_CACHE_CONTROL': 'max-age=0', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_HOST': 'wikipbx.yourserver.net', 'HTTP_KEEP_ALIVE': '300', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.16) Gecko/2009121708 CentOS/3.0.16-1.el5.centos Firefox/3.0.16', 'PATH_INFO': '/', 'PATH_TRANSLATED': '/usr/src/wikipbx/wikipbx.wsgi/', 'QUERY_STRING': '', 'REMOTE_ADDR': '10.0.2.15', 'REMOTE_PORT': '33988', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/', 'SCRIPT_FILENAME': '/usr/src/wikipbx/wikipbx.wsgi', 'SCRIPT_NAME': '', 'SERVER_ADDR': '10.0.2.15', 'SERVER_ADMIN': '<span class="wiki-email">ten.revresruoy.xbpikiw|retsambew#ten.revresruoy.xbpikiw|retsambew</span>', 'SERVER_NAME': 'wikipbx.yourserver.net', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.1', 'SERVER_SIGNATURE': '&lt;address&gt;Apache/2.2.3 (CentOS) Server at wikipbx.yourserver.net Port 80&lt;/address&gt;\n', 'SERVER_SOFTWARE': 'Apache/2.2.3 (CentOS)', 'mod_wsgi.application_group': 'wikipbx.yourserver.net|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': '', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': &lt;mod_wsgi.Log object at 0xb7edc430&gt;, 'wsgi.file_wrapper': &lt;built-in method file_wrapper of mod_wsgi.Adapter object at 0xb7e10ad0&gt;, 'wsgi.input': &lt;mod_wsgi.Input object at 0xb7edc390&gt;, 'wsgi.multiprocess': True, 'wsgi.multithread': False, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}&gt;<br /> resolver<br /> &lt;django.core.urlresolvers.RegexURLResolver object at 0x86c902c&gt;<br /> response<br /> None<br /> self<br /> &lt;django.core.handlers.wsgi.WSGIHandler object at 0xb7ee35ac&gt;<br /> settings<br /> &lt;django.conf.LazySettings object at 0xb7dd084c&gt;<br /> urlconf<br /> 'wikipbx.urls'<br /> urlresolvers<br /> &lt;module 'django.core.urlresolvers' from '/usr/src/django/django/core/urlresolvers.py'&gt;<br /> * /usr/src/django/django/core/urlresolvers.py in resolve<br /> 156. def resolve(self, path):<br /> 157. tried = []<br /> 158. match = self.regex.search(path)<br /> 159. if match:<br /> 160. new_path = path[match.end():]<br /> 161. for pattern in self.urlconf_module.urlpatterns:<br /> 162. try:<br /> 163. sub_match = pattern.resolve(new_path) …<br /> 164. except Resolver404, e:<br /> 165. tried.extend([(pattern.regex.pattern + ' ' + t) for t in e.args[0]['tried']])<br /> 166. else:<br /> 167. if sub_match:<br /> 168. sub_match_dict = dict(self.default_kwargs, **sub_match[2])<br /> 169. return sub_match[0], sub_match[1], dict(match.groupdict(), **sub_match_dict)<br /> ▶ Local vars<br /> Variable Value<br /> match<br /> &lt;_sre.SRE_Match object at 0x867fd40&gt;<br /> new_path<br /> ''<br /> path<br /> '/'<br /> pattern<br /> &lt;django.core.urlresolvers.RegexURLPattern object at 0x8698bcc&gt;<br /> self<br /> &lt;django.core.urlresolvers.RegexURLResolver object at 0x86c902c&gt;<br /> sub_match<br /> None<br /> tried<br /> ['^admin/', '^(fav.ico)$', '^site_media/(.*)$', '^soundclips_media/(.*)$']<br /> * /usr/src/django/django/core/urlresolvers.py in resolve<br /> 112. if kwargs:<br /> 113. args = ()<br /> 114. else:<br /> 115. args = match.groups()<br /> 116. # In both cases, pass any extra_kwargs as **kwargs.<br /> 117. kwargs.update(self.default_args)<br /> 118.<br /> 119. return self.callback, args, kwargs …<br /> 120.<br /> 121. def _get_callback(self):<br /> 122. if self._callback is not None:<br /> 123. return self._callback<br /> 124. mod_name, func_name = get_mod_func(self._callback_str)<br /> 125. try:<br /> ▼ Local vars<br /> Variable Value<br /> args<br /> ()<br /> kwargs<br /> {}<br /> match<br /> &lt;_sre.SRE_Match object at 0x8680528&gt;<br /> path<br /> ''<br /> self<br /> &lt;django.core.urlresolvers.RegexURLPattern object at 0x8698bcc&gt;<br /> * /usr/src/django/django/core/urlresolvers.py in _get_callback<br /> 119. return self.callback, args, kwargs<br /> 120.<br /> 121. def _get_callback(self):<br /> 122. if self._callback is not None:<br /> 123. return self._callback<br /> 124. mod_name, func_name = get_mod_func(self._callback_str)<br /> 125. try:<br /> 126. self._callback = getattr(<span style="text-decoration: underline;">import</span>(mod_name, {}, {}, ['']), func_name) …<br /> 127. except ImportError, e:<br /> 128. raise ViewDoesNotExist, "Could not import %s. Error was: %s" % (mod_name, str(e))<br /> 129. except AttributeError, e:<br /> 130. raise ViewDoesNotExist, "Tried %s in module %s. Error was: %s" % (func_name, mod_name, str(e))<br /> 131. return self._callback<br /> 132. callback = property(_get_callback)<br /> ▼ Local vars<br /> Variable Value<br /> func_name<br /> 'index'<br /> mod_name<br /> 'wikipbx.wikipbxweb.views'<br /> self<br /> &lt;django.core.urlresolvers.RegexURLPattern object at 0x8698bcc&gt;</p> <p>Traceback (most recent call last):<br /> File "/usr/src/django/django/core/handlers/base.py" in get_response<br /> 68. callback, callback_args, callback_kwargs = resolver.resolve(request.path)<br /> File "/usr/src/django/django/core/urlresolvers.py" in resolve<br /> 163. sub_match = pattern.resolve(new_path)<br /> File "/usr/src/django/django/core/urlresolvers.py" in resolve<br /> 119. return self.callback, args, kwargs<br /> File "/usr/src/django/django/core/urlresolvers.py" in _get_callback<br /> 126. self._callback = getattr(<span style="text-decoration: underline;">import</span>(mod_name, {}, {}, ['']), func_name)</p> <p>SyntaxError at /<br /> invalid syntax (views.py, line 1267)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-214140</guid>
				<title>Error running Wikipbx 0.8</title>
				<link>http://wikipbx.subwiki.com/forum/t-214140/error-running-wikipbx-0-8</link>
				<description>Once installed, Wikipbx just logs an error about not being able to find wikipbx.settings. CentOS 5.4</description>
				<pubDate>Mon, 25 Jan 2010 20:40:30 +0000</pubDate>
				<wikidot:authorName>profhell</wikidot:authorName>				<wikidot:authorUserId>432733</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Gents,</p> <p>Perhaps a FAQ, but I couldn't find it anywhere on the FAQ list.</p> <p>I've installed and configured all the pre-requisites for 0.8 on my CentOS 5.4 install, and all's well. That is until I open a page to wikipbx.mydomein.com.</p> <p>All I get is an Error 500 page, and an error in the web server logs as follows:</p> <p>[Mon Jan 25&nbsp;20:27:45&nbsp;2010] [error] [client 82.28.143.247] mod_wsgi (pid=6327): Exception occurred process<br /> ing WSGI script '/usr/src/wikipbx/wikipbx.wsgi'.<br /> [Mon Jan 25&nbsp;20:27:45&nbsp;2010] [error] [client 82.28.143.247] Traceback (most recent call last):<br /> [Mon Jan 25&nbsp;20:27:45&nbsp;2010] [error] [client 82.28.143.247] File "/usr/lib/python2.4/site-packages/django<br /> /core/handlers/wsgi.py", line 230, in <span style="text-decoration: underline;">call</span><br /> [Mon Jan 25&nbsp;20:27:45&nbsp;2010] [error] [client 82.28.143.247] self.load_middleware()<br /> [Mon Jan 25&nbsp;20:27:45&nbsp;2010] [error] [client 82.28.143.247] File "/usr/lib/python2.4/site-packages/django<br /> /core/handlers/base.py", line 33, in load_middleware<br /> [Mon Jan 25&nbsp;20:27:45&nbsp;2010] [error] [client 82.28.143.247] for middleware_path in settings.MIDDLEWARE_<br /> CLASSES:<br /> [Mon Jan 25&nbsp;20:27:45&nbsp;2010] [error] [client 82.28.143.247] File "/usr/lib/python2.4/site-packages/django<br /> /utils/functional.py", line 269, in <span style="text-decoration: underline;">getattr</span><br /> [Mon Jan 25&nbsp;20:27:45&nbsp;2010] [error] [client 82.28.143.247] self._setup()<br /> [Mon Jan 25&nbsp;20:27:45&nbsp;2010] [error] [client 82.28.143.247] File "/usr/lib/python2.4/site-packages/django<br /> /conf/<span style="text-decoration: underline;">init</span>.py", line 40, in _setup<br /> [Mon Jan 25&nbsp;20:27:45&nbsp;2010] [error] [client 82.28.143.247] self._wrapped = Settings(settings_module)<br /> [Mon Jan 25&nbsp;20:27:45&nbsp;2010] [error] [client 82.28.143.247] File "/usr/lib/python2.4/site-packages/django<br /> /conf/<span style="text-decoration: underline;">init</span>.py", line 75, in <span style="text-decoration: underline;">init</span><br /> [Mon Jan 25&nbsp;20:27:45&nbsp;2010] [error] [client 82.28.143.247] raise ImportError, "Could not import settin<br /> gs '%s' (Is it on sys.path? Does it have syntax errors?): %s" % (self.SETTINGS_MODULE, e)<br /> [Mon Jan 25&nbsp;20:27:45&nbsp;2010] [error] [client 82.28.143.247] ImportError: Could not import settings 'wikipbx<br /> .settings' (Is it on sys.path? Does it have syntax errors?): No module named wikipbx.settings</p> <p>There is a reference to wikipbx.settings in a number of files under the install directory, but I could not locate such a module anywhere.</p> <p>Can anyone shed some light on this ?</p> <p>Thanks in advance.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://wikipbx.subwiki.com/forum/t-208725</guid>
				<title>Upgrading from old revision (57) to latest release</title>
				<link>http://wikipbx.subwiki.com/forum/t-208725/upgrading-from-old-revision-57-to-latest-release</link>
				<description></description>
				<pubDate>Mon, 04 Jan 2010 08:03:39 +0000</pubDate>
				<wikidot:authorName>tleyden</wikidot:authorName>				<wikidot:authorUserId>230690</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>From a user via email..</p> <blockquote> <p>I've recently decided to update my revision 57 installation and you<br /> could imagine my surprise to see the project at rev 235.</p> <p>There are some significant postgresql schema changes. So far the<br /> largest fork in the road is a missing sipprofile table. I tried running<br /> a python manage.py syncdb but for some reason it wouldn't create the<br /> tables and new schema for me, not sure why. No errors or anything, just<br /> didn't show the creating tables output and db is still empty. I also<br /> can't find any schema dumps in the source.</p> </blockquote> <p>There's actually a hand-written migration utility that will migrate your data at the ORM level, this should be a lot less work for you (and is how I migrated my own system).</p> <p>There was no schema changes from 57-&gt;199, but r199 has the XML export utility added, so if you svn up to r199 you can then export to XML. Then</p> <ul> <li>backup your db via a postgres db dump</li> <li>svn up to the latest revision on either 0.8 branch or trunk if you want the bleeding edge (very few differences at this point)</li> <li>drop db and create a fresh one</li> <li>run syncdb to create tables</li> <li>then import your data from the xml.</li> </ul> <p>Well, here's the official instructions which spell it out a little more:</p> <p><a href="http://wikipbx.subwiki.com/0-5-to-0-8-migration-guide">http://wikipbx.subwiki.com/0-5-to-0-8-migration-guide</a></p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
