Discussions
Activity
Sign In
How it works
Paweł Mikołajczuk
Activity
Discussions
6
Comments
66
Article schedule not working
Yep, but do you have in your crontab this script: php application/console scheduler:run ? It must be called on every minute to call planned tasks.
Comment by
Paweł Mikołajczuk
July 2018
permalink
Article schedule not working
Hey, looks like cron for scheduled tasks job is not set. Read about background jobs here: https://wiki.sourcefabric.org/display/CS/Newscoop+4.3
Comment by
Paweł Mikołajczuk
July 2018
permalink
List error after moving site
Hey, sounds like your new server provider removes Authorization headers when request is passed to Newscoop. Try to allow it with htaccess RewriteEngine On RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
Comment by
Paweł Mikołajczuk
July 2018
permalink
best way to get Superdesk + Publisher: a few questions
Eric - you can follow new installation steps for Superdesk and Publisher: http://superdesk-publisher.readthedocs.io/en/latest/ About fs_sendauth error - it looks like your postgres authorization issue (maybe you try to connect as root and it's …
Comment by
Paweł Mikołajczuk
February 2018
permalink
How to install along with Superdesk?
Hey, About Publisher config in Superdesk UI: You need to configure there your first organization tenant there. It will use this host for controlling this organization and all of it's tenants. Custom fields are already supported. About feeding…
Comment by
Paweł Mikołajczuk
February 2018
permalink
How to install along with Superdesk?
@Nalyk - For publisher you can just fetch new commits from git and run composer install and dcotrine:migrations:migrate command.
Comment by
Paweł Mikołajczuk
December 2017
permalink
menu Publisher
You need to have superdesk installed from sdsite branch to get access to Publisher UI in Superdesk.
Comment by
Paweł Mikołajczuk
December 2017
permalink
best way to get Superdesk + Publisher: a few questions
Superdesk Publisher is in fact separate application but build with integration with Superdesk in mind. Code can be found here: https://github.com/superdesk/web-publisher Here you can find out how to configure it with Superdesk: http://superdesk-publ…
Comment by
Paweł Mikołajczuk
December 2017
permalink
menu Publisher
Pedro, on first screen you are in Superdesk monitoring view. From there you need to publish content to subscriber (publisher need to be configured as one). And then content should appear in Publisher Output Control.
Comment by
Paweł Mikołajczuk
November 2017
permalink
best way to get Superdesk + Publisher: a few questions
Hey, can you describe your issues with Publisher installation?
Comment by
Paweł Mikołajczuk
November 2017
permalink
How to install along with Superdesk?
It's fixed in latest master.
Comment by
Paweł Mikołajczuk
August 2017
permalink
[Question] Superdesk Web Publisher Auth and Livesite Editor
Hey Nalyk, Livesite editor is not release yet - we work right now for authentication for it. User authentication in default theme will be rewrote in next few days (looks like it's buggy). You can't log log to SWP with superdesk credenti…
Comment by
Paweł Mikołajczuk
July 2017
permalink
How to install along with Superdesk?
This auth issue is known theme bug, we will fix it soon.
Comment by
Paweł Mikołajczuk
July 2017
permalink
No tenant for host
Hey Nalyk, Tetants are resolved by your domain/subdomain. in your case you should have in your tenant propert domain set to: altfel.md and subdomain set to: unimedia. You can manually change it in database (table swp_tenant).
Comment by
Paweł Mikołajczuk
July 2017
permalink
publication
Sorry, i don't understand Your question. Can you describe it little more?
Comment by
Paweł Mikołajczuk
December 2016
permalink
Superdesk client
Hey, A) Installation instuctions are here: https://github.com/superdesk/web-publisher/blob/master/install.mdB) Superdesk Publisher is content management system designed for Superdesk. You can find our documentation here: http://superdesk-web-publi…
Comment by
Paweł Mikołajczuk
December 2016
permalink
Superdesk connection
@Pedro - please don't spam existing topics with your questions not connected to it.
Comment by
Paweł Mikołajczuk
December 2016
permalink
Superdesk Web Publisher and Superdesk Superdesk 9ef6cf0
Yes, it is.
Comment by
Paweł Mikołajczuk
December 2016
permalink
Superdesk Web Publisher and Superdesk Superdesk 9ef6cf0
Hey, can you provide more details?
Comment by
Paweł Mikołajczuk
December 2016
permalink
Callback when creating/editing issues, sections and articles
Yu can react on those changes with events system (read more here: https://wiki.sourcefabric.org/display/CS/Events). Example of reacting on Article change can be found here: https://github.com/newscoop/plugin-IngestPluginBundle/blob/master/Resources/…
Comment by
Paweł Mikołajczuk
December 2016
permalink
Superdesk connection
Hey, looks like issue with `firstrceated` was fixed already: https://github.com/superdesk/web-publisher/pull/192/files it's included in v0.1.0 release - https://github.com/superdesk/web-publisher/releases/tag/v0.1.0 (please use releas…
Comment by
Paweł Mikołajczuk
December 2016
permalink
Superdesk connection
Hey, first - composer needs a lot of memory (2GB is also required by Superdesk). Read more here: https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors. About `swp/bridge-bundle` instalation - manual instalation is not required …
Comment by
Paweł Mikołajczuk
December 2016
permalink
newscoop sites with more than 5 millions pageviews per day
Yes it is. But you need invest some time in proper templates caching configuration. Server depends from your peak load.
Comment by
Paweł Mikołajczuk
January 2016
permalink
Content-Feedback
Read more here: https://wiki.sourcefabric.org/display/CS/Create+Feedback+form
Comment by
Paweł Mikołajczuk
August 2015
permalink
apache2 configtest failed.
Hey, please try to use latest newscoop release https://github.com/sourcefabric/Newscoop/releases
Comment by
Paweł Mikołajczuk
August 2015
permalink
Shared Article description missing on facebook
Hey, you need to implement facebook og tags in your template: https://developers.facebook.com/docs/sharing/best-practices
Comment by
Paweł Mikołajczuk
August 2015
permalink
can I set smart box criteria by latest uploaded in 2.5.1
Hey Holly, this is Newscoop suppoert forum, not Airtime. Write your question here: https://forum.sourcefabric.org/categories/airtime-support
Comment by
Paweł Mikołajczuk
August 2015
permalink
Map over SSL
You can tell for othere people what was the issue and how you solved it?
Comment by
Paweł Mikołajczuk
May 2015
permalink
Install problem: missing license file
Hey, looks like .htaccess file in install directory is missing - try to unzip newscoop again but from comand line with unzip or from tar.gz archive. By default ubuntu zip app don't extract hidden files (like .htaccess).
Comment by
Paweł Mikołajczuk
May 2015
permalink
Whoops, looks like something went wrong.
Hey, just run this sql query (in phpmyadmin) DELETE FROM `SystemPreferences` WHERE `varname` = "installation_id" and finish installation.
Comment by
Paweł Mikołajczuk
May 2015
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
Follow Paweł Mikołajczuk
About
Username
Paweł Mikołajczuk
Joined
July 2012
Visits
0
Last Active
July 2018
Roles
Member, Sourcefabric Team
Posts
72
Friends
Followed by 1 person
My Badges
Total Points: 70
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