Discussions
Activity
Sign In
How it works
Andrey Podshivalov
Activity
Discussions
6
Comments
1520
exec() problem!
run this commandecho "" | php and attach in forum a command output
Comment by
Andrey Podshivalov
June 2011
permalink
exec() problem!
"exec() has been disabled for security reasons" means that function "exec" is disabled in php.ini Make sure that /etc/php5/cli/php.ini contains: safe_mode = Off disable_functions =
Comment by
Andrey Podshivalov
June 2011
permalink
403 Forbidden the entire domain after install Newscoop 3.5.2
Verify apache virtual host configuration for newscoop. There is should be AllowOverride All instead of AllowOverride None On Tue, May 31, 2011 at 5:21 PM, Will Key < newscoop-support@lists.sourcefabric.org> wrote: > Thank you b…
Comment by
Andrey Podshivalov
May 2011
permalink
liquidsoap restart each second
sudo svc ....
Comment by
Andrey Podshivalov
May 2011
permalink
WYSIWYG editor
http://forum.sourcefabric.org/index.php/mv/msg/3585/10916/#m sg_10916
Comment by
Andrey Podshivalov
May 2011
permalink
403 Forbidden the entire domain after install Newscoop 3.5.2
you need to activate Rewrite module for apache: a2enmod rewrite
Comment by
Andrey Podshivalov
May 2011
permalink
Re: Fwd: Re: Newscoop/SoundCloud blog
hi Danial, Soundcloud plugin will be introduced officially in 3.6. release. Andrey. On Wed, May 25, 2011 at 12:27 PM, Daniel James < newscoop-dev@lists.sourcefabric.org> wrote: > Hi Adam, > > > Our SoundCloud apps…
Comment by
Andrey Podshivalov
May 2011
permalink
Configuration problem in code.sourcefabric.org
ok, as I mentioned above it's a mail client (service) issue. Hotmail doesn't render properly the links in html messages. I'm not sure that I can fix it. It's a problem of Hotmail service.
Comment by
Andrey Podshivalov
May 2011
permalink
Configuration problem in code.sourcefabric.org
Please, attach a piece of screenshot with wrong links. Thanks On Tue, May 24, 2011 at 6:02 PM, Andrea Giardini < airtime-support@lists.sourcefabric.org> wrote: > I don't use an email client... > I use webmail from hotmail…
Comment by
Andrey Podshivalov
May 2011
permalink
Configuration problem in code.sourcefabric.org
hi Andrea, seems it's a problem of your mail client. On Tue, May 24, 2011 at 5:54 PM, Andrea Giardini < airtime-support@lists.sourcefabric.org> wrote: > I have also to post an issue about forum's emails... > >…
Comment by
Andrey Podshivalov
May 2011
permalink
Poll plugin fails on "Save"
Just checked on demo site - it works. Try to upgrade your newscoop to 3.5.3 version
Comment by
Andrey Podshivalov
May 2011
permalink
Full Text Editor is empty
yeah, thanks for report. TinyMCE doesn't provide localize files for all plugins. We will fix it. You can manually create missed files (copy from en.js to el.js): js/tinymce/plugins/iframe/langs/el.js js/tinymce/plugins/codehighlighting/lang…
Comment by
Andrey Podshivalov
May 2011
permalink
front page
ali torabi wrote on Sat, 21 May 2011 11:59how can i update it to new newscoop without any changes in my web site http://en.flossmanuals.net/newscoop3journalists_en/ch004_bac kup-and-upgrade/ before upgrade make backup file (campsite version)…
Comment by
Andrey Podshivalov
May 2011
permalink
RabbitMQ not working properly !
try to purge rabbitmq and install again:sudo apt-get autoremove --purge rabbitmq-server sudo apt-get install rabbitmq-server
Comment by
Andrey Podshivalov
May 2011
permalink
CPU Usage
ok, seems the apache server conf is fixed. The error "socket.error: [Errno 111] Connection refused" says that RabbitMQ is not accessible. Check it.
Comment by
Andrey Podshivalov
May 2011
permalink
CPU Usage
hmm, I have several installed airtime instances on ubuntu 10.10 64-bit w/o any issue Please, look at /var/log/airtime/pypo/current log for any errors
Comment by
Andrey Podshivalov
May 2011
permalink
CPU Usage
hi Thomas, first of all try to reboot the server. [python] could be possible in case new installation or re-installation pypo services.
Comment by
Andrey Podshivalov
May 2011
permalink
[Solved] On air button not working -> Streaming Silence
In your case the RabbitMQ is not working properly. Check it. I found in your pypo log:socket.error: [Errno 111] Connection refused
Comment by
Andrey Podshivalov
May 2011
permalink
front page
On Mon, May 16, 2011 at 11:30 AM, ali torabi < newscoop-support@lists.sourcefabric.org> wrote > > > 1- why when i put a image via insert image in body of a article it not > > shown in preview and just show the alt text &g…
Comment by
Andrey Podshivalov
May 2011
permalink
front page
On Sun, May 15, 2011 at 7:31 AM, ali torabi < newscoop-support@lists.sourcefabric.org> wrote: > > 1- when i add a new article , it has some reader number, why? and how can i > reset the readers counter for each article > ne…
Comment by
Andrey Podshivalov
May 2011
permalink
front page
On Sun, May 15, 2011 at 1:25 AM, ali torabi < newscoop-support@lists.sourcefabric.org> wrote: > 1- why when i put a image via insert image in body of a article it not > shown in preview and just show the alt text > Are you u…
Comment by
Andrey Podshivalov
May 2011
permalink
accessing airtime interface from remote computer
not only tcp/80, also tcp/8000 for icecast On Sun, May 15, 2011 at 1:18 AM, Martin Konecny < airtime-support@lists.sourcefabric.org> wrote: > Yes, you should forward port 80 (this is the default for http requests) > > …
Comment by
Andrey Podshivalov
May 2011
permalink
accessing airtime interface from remote computer
if you need to get access to your local computer (airtime, icecast) from internet you have two options: 1. Configure router for port forwarding from router to your local computer 2. If you have internet accessible *nix computer in your local net…
Comment by
Andrey Podshivalov
May 2011
permalink
front page
{{ php }} echo date('r') {{ /php }}
Comment by
Andrey Podshivalov
May 2011
permalink
accessing airtime interface from remote computer
try http://laptop_ip_address for airtime and http://laptop_ip_address:8000 for icecast
Comment by
Andrey Podshivalov
May 2011
permalink
Display calendar on separate website
go to airtime preferences and enable Allow Remote Websites To Access "Schedule" Info? (Enable this to make front-end widgets work.)
Comment by
Andrey Podshivalov
May 2011
permalink
Spaces in Soundcloud tags
hi Daniel, On Tue, May 10, 2011 at 5:29 PM, Daniel James < airtime-dev@lists.sourcefabric.org> wrote: > Hi devs, > > At the moment in the Preferences dialog, Soundcloud tags are space > separated. But Soundcloud allows…
Comment by
Andrey Podshivalov
May 2011
permalink
Problem with publish new articles
It's your hosting specific bug. Script files loading is handled by hosting not newscoop. Please ask hoster support to resolve this issue.
Comment by
Andrey Podshivalov
May 2011
permalink
Problem with publish new articles
try to load directly the cookie script in a browser. What is an error? Look at error.log also.
Comment by
Andrey Podshivalov
May 2011
permalink
Problem with publish new articles
make sure that javascript/jquery/jquery.cookie.js is loaded successfully (you can check it in firebug too)
Comment by
Andrey Podshivalov
May 2011
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Stop following
About
Username
Andrey Podshivalov
Joined
April 2010
Visits
0
Last Active
December 2017
Roles
Member, Administrator, Sourcefabric Team
Posts
1,526
Friends
Followed by 13 people
My Badges
Total Points: 105
Top Posters
Albert FR
1978
Martin Konecny
1860
Andrey Podshivalov
1526
Voisses Tech
1423
John Chewter
899
Daniel James
844
Roger Wilco
784
hoerich
627
Paul Baranowski
389
Cliff Wang
339