Recent Forum Posts
From categories:
page 1123...next »

ICT Innovations has announced the Great new year offer for its customers by offering SMS and Email addons absolutely free saving USD 1000 with ICTBroadcast Enterprise Edition and saving USD 2000 with ICTBroadcast Service Provider Edition .

ICTBroadcast Enteprise Edition SMS addon (past price USD 600)
ICTBroadcast Enterprise Edition Email addon (past price USD 400 )

ICTBroadcast Service Provider Edition SMS addon ( past price USD 1200 )
ICTBroadcast Service Provider Edition Email addon (past price USD 800 )

Now you have option to add SMS messaging and Email marketing capabilities with your existing ICTBroadcast Fax or Voice broadcasting setup or new ICTBroadcast setup absolutely free

Existing customers:

Please email us with ssh root access of your server where ICTBroadcast License installed

New customers

Visit and place order for ICTBroadcast License (5 channels or higher package ) .

This offer is for limited time , Please register today

Yeah, you have to create django databases manually.

Re: Database Error by stas_shtinstas_shtin, 11 Nov 2010 10:07

Running manage.py synchdb sorted this one out.

Re: Database Error by Aza1Aza1, 11 Nov 2010 09:49
Database Error
Aza1Aza1 10 Nov 2010 21:05
in discussion WikiPBX / Technical Support » Database Error

I'm now getting this error on the webpage:

Request Method: GET
Request URL: http://127.0.0.1:8092/
Django Version: 1.2.3
Exception Type: DatabaseError
Exception Value:
relation "auth_user" does not exist
LINE 1: …ser"."last_login", "auth_user"."date_joined" FROM "auth_user…
^
Exception Location: /usr/lib/pymodules/python2.6/django/db/backends/postgresql_psycopg2/base.py in execute, line 44
Python Executable: /usr/bin/python

Database Error by Aza1Aza1, 10 Nov 2010 21:05

Seems my problem was I had both wikipbx's of (wikipbx.wkipbx) as modules and in python path, hence causing confusion.
But now that's OK.
Will post my current problem in a new post.

Thanks

Re: apache error log by Aza1Aza1, 10 Nov 2010 21:00

What version are you running? Did you install from repository or from release archive?

Anyway, you can probably just add /usr/src/wikipbx/wikipbx to WSGIPythonPath setting in your apache config to get it to work.

Re: apache error log by stas_shtinstas_shtin, 09 Nov 2010 19:04

When I try to access my wikipbx site, I'm getting the error message in the summary above on my apache log.
I can however access the module in question via »>import wikipbxweb, and I have no other python environment in my machine.
I've tried various things, including changing ownership of the wikipbxweb directory to www-data (both apache and mod_wsgi use this).
What could be the problem?

Thanks
Aza

apache error log by Aza1Aza1, 09 Nov 2010 16:14

Thanks Stas, this project is looking GREAT and moving to Launchpad was a perfect decision…

Re: Apache/mod_wsgi by Aza1Aza1, 07 Nov 2010 15:40
    Alias /soundclips /usr/src/wikipbx/soundclips
    Alias  /site_media /usr/src/wikipbx/wikipbx/wikipbxweb/static

Looks like it was missing in the docs, I've updated them.

Re: Apache/mod_wsgi by stas_shtinstas_shtin, 07 Nov 2010 10:51

How do I configure Apache for '/site_media/' (i.e. MEDIA_ROOT) and '/soundclips_media/'

Thanks
Aza

Apache/mod_wsgi by Aza1Aza1, 06 Nov 2010 16:00

thanks for the answer

Re: wikipbx dependencies by xrmxxrmx, 11 Sep 2010 17:15

You're right, those libraries are not maintained for years. We've got rid of pyxml in trunk version already and there are plans to use native python logging instead of log4py.

It should work on all django DB backends, as we don't use any hand-written SQL code. We haven't tested 0.8 on anything but postgres, so there's some possibility of getting issues with django ORM, but it's not very likely. I'm running trunk version on sqlite without any problems, but you should be awart that its write performance is not stellar, it's not something you'd want to run in production under heavy load.

Re: wikipbx dependencies by stas_shtinstas_shtin, 11 Sep 2010 10:19

hello,

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?

wikipbx dependencies by xrmxxrmx, 11 Sep 2010 09:43

Looks like your configs are correct. There's no error if you import wikipbx settings module, except when you do it in apache. Most likely, you've got some issue with mod_wsgi.

What OS distro and python version are you running? Is that the default python version for your OS? Did you install binary build of mod_wsgi or compile it yourself? You may need to build mod_wsgi if you've installed binary that doesn't work for unknown reason.

Also, if you've installed mod_python along with mod_wsgi, you may have some problems with running python code under apache.

PYTHONPATH=/usr/src/wikipbx python -c "from wikipbx import settings"

Comes right back with no messages.

root@freeswitch:/etc/apache2/sites-enabled# grep WSGIPythonPath *
wikipbx:WSGIPythonPath /usr/src/wikipbx:/usr/src/django:/usr/src/freeswitch/libs/esl/python

Full log contents at http://fayettedigital.com/wlog.txt

Thanks,
Jim.

No problem, I've moved it to tech support thread.

Ok, in such case you should make sure you don't have any syntactic errors in your settings, try running this:

PYTHONPATH=/usr/src/wikipbx python -c "from wikipbx import settings"

If it doesn't give you an error, make sure that your apache config has /usr/src/wikipbx as one of the values of WSGIPythonPath directive.

I apologize for posting in the announcements forum. I didn't realize I did that until just now.

Hi, Stas,

Can you be more specific? I did everything in that section as described. The only questionable part is the

modify FREESWITCH_URL_PORT and change the current value to http://wikipbx.yourserver.net, where yourserver.net MUST be replaced with the domain name you are planning on using.

Section. Since I'm behind a firewall I don't have a domain defined so I've set it to http://127.0.0.1. I fail to see how that affects the failure of python to find the settings.py file.

root@freeswitch:/usr/src/wikipbx/wikipbx# ls
authutil.py init.pyc settings.py urls.py
cdrutil.py ivr settings.pyc utils.py
dialplanbuilder.py logger.py settings_template.py utils.pyc
extensionutil.py logger.pyc sofiautil.py wikipbxweb
freeswitchxml mailutil.py sofiautil.pyc xmlconfig.py
fseventlogger.py manage.py statics.py xmlutil.py
fsutil.py migrate.py ttsutil.py
init.py modelutils.py twisted

Thanks,
Jim.

Hi Jim,

You've missed this part of install guide.

Stas.

page 1123...next »
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License