Discussions
Activity
Sign In
How it works
Andrey Podshivalov
Activity
Discussions
6
Comments
1520
Localization server
it's working now
Comment by
Andrey Podshivalov
August 2011
permalink
mobile and standard view
hi Micz, the main idea is: 1. create new publication with the same sections (number and name) as in primary publication. 2. in each template add publication switching {{set_publication identifier="1"}} some restrictions: 1. You n…
Comment by
Andrey Podshivalov
August 2011
permalink
mobile and standard view
another option: define new publication and assign m.example.com as alias. In mobile templates you should use at the beginning {{set_publication identifier="1"}}
Comment by
Andrey Podshivalov
August 2011
permalink
URL redirect for sections
as idea you can create new issues which named as your sections (ie news, weather etc) and create for each issue own template wrapper where you can define which section should be shown and include main section template.
Comment by
Andrey Podshivalov
August 2011
permalink
problem after upgrade to 1.9.1
hi, you have to manually update folder /var/www/airtime by airtime_mvc from airtime tarball (it's an update issue)
Comment by
Andrey Podshivalov
August 2011
permalink
"Error on select" on front page
you should install make utility on your computer for ubuntu/debian: sudo apt-get install build-essential for centos/redhat/fedora: sudo yum groupinstall "Developement Tools"
Comment by
Andrey Podshivalov
August 2011
permalink
"Error on select" on front page
in your case follow the steps: 1. install 2.7.x and restore backuo file 2. upgrade to 3.0.x 3. upgrade to 3.5.3 4. after official release upgrade to 3.6 after each step check the front end. old campsite installations you will find…
Comment by
Andrey Podshivalov
August 2011
permalink
Upgrading Issue: from Newscoop 3.6.0 RC2 to RC3
Quote:cp: cannot overwrite directory `/usr/share/newscoop/admin-files/lang/ge' with non-directory cp: cannot overwrite directory `/usr/share/newscoop/admin-files/lang/cz' with non-directory cp: cannot overwrite directory `/usr/share/ne…
Comment by
Andrey Podshivalov
August 2011
permalink
access airtime web interface in https
you need just add new virtual host configuration with enabled ssl like this: SSLEngine on SSLProtocol all -SSLv2 SSLCertificateFile /etc/ssl/cert.pem SSLCertificateKeyFile /etc/ssl/key.pem SSLCACertificateFile /etc/ssl/cacer…
Comment by
Andrey Podshivalov
August 2011
permalink
LDAP support in 3.6?
Quote:Is there going to be any LDAP support in version 3.6? for sure. Let's wait for 3.6 official release after then ldap addon will be introduced in a couple weeks (sorry, vacation)
Comment by
Andrey Podshivalov
August 2011
permalink
PL - Newscoop installation - VirtualHost /Instal. Newscoop - VirtualHost i nieudany restart apache'a
check also Syntax error on line 236 of /etc/apache2/apache2.conf
Comment by
Andrey Podshivalov
July 2011
permalink
PL - Newscoop installation - VirtualHost /Instal. Newscoop - VirtualHost i nieudany restart apache'a
you need to add at the and of newscoop conf file
Comment by
Andrey Podshivalov
July 2011
permalink
Ldap Integration -- PHP Error
Thank you Johnathon, but Sofab is my family too
Comment by
Andrey Podshivalov
July 2011
permalink
Ldap Integration -- PHP Error
yes, we have it: https://login.sourcefabric.org/
Comment by
Andrey Podshivalov
July 2011
permalink
Ldap Integration -- PHP Error
Johnathon wrote on Thu, 14 July 2011 18:19I just Can I buy you pizza or something? for sure...when you will be in Minsk/Belarus
Comment by
Andrey Podshivalov
July 2011
permalink
Ldap Integration -- PHP Error
there is full functional code:$editUser = new User(); $fields['UName'] = 'test'; $fields['Name'] = 'Test'; $fields['EMail'] = 'test@test'; $fields['Reader'] = 'Y'; $fie…
Comment by
Andrey Podshivalov
July 2011
permalink
Ldap Integration -- PHP Error
you have to define password. It could be any text.
Comment by
Andrey Podshivalov
July 2011
permalink
Ldap Integration -- PHP Error
please, follow do_add.php code. You are using wrong parameters in editUser->create
Comment by
Andrey Podshivalov
July 2011
permalink
Ldap Integration -- PHP Error
you don't need to define fk_campsite_user_id. It's a system field which handled by framework do_add.php has complete code for user adding.
Comment by
Andrey Podshivalov
July 2011
permalink
Ldap Integration -- PHP Error
Andrey Podshivalov wrote on Fri, 08 July 2011 16:21change to require_once($GLOBALS['g_campsiteDir']. "/$ADMIN_DIR/users/users_common.php"); sorry, just add global $ADMIN_DIR before require_once
Comment by
Andrey Podshivalov
July 2011
permalink
Ldap Integration -- PHP Error
change to require_once($GLOBALS['g_campsiteDir']. "/$ADMIN_DIR/users/users_common.php");
Comment by
Andrey Podshivalov
July 2011
permalink
Ldap Integration -- PHP Error
you can find useful code in admin-files/users/do_add.php file, like: require_once($GLOBALS['g_campsiteDir']. "/$ADMIN_DIR/users/users_common.php"); $fieldValues = array(....) // define all necessary fields from ldap $editUser…
Comment by
Andrey Podshivalov
July 2011
permalink
Ldap Integration -- PHP Error
blank screen means a error. Switch on the display errors in php.ini Quote:do i need to change the ones in pear/LiveUser/Auth/Ldap.php this one as well?You don't need to change default settings in Ldap.php.
Comment by
Andrey Podshivalov
July 2011
permalink
Ldap Integration -- PHP Error
you have removed wrong lines. Restore file and remove exactly 18 & 31 lines
Comment by
Andrey Podshivalov
July 2011
permalink
Ldap Integration -- PHP Error
Ldap add-on is a bit incompatible with 3.5.x Remove lines #18 and #31 in pear/LiveUser/Auth/Ldap.php and try again.
Comment by
Andrey Podshivalov
July 2011
permalink
BACKUP in the GUI
apache server is running under own user (www-data or apache - depends on distro) add write permissions on root instance folder and backup folder for this user
Comment by
Andrey Podshivalov
July 2011
permalink
adding some code into admin possible ?
check under firefox + firebug. It seems there is some js error.
Comment by
Andrey Podshivalov
July 2011
permalink
Some features that would make Airtime even better
In my vision, Airtime should be more hook-able. It will allow to implement by community huge amount of plugins which adds small features like randomized playlists. The Sourcefabric can not implement all useful features but we need to implement the p…
Comment by
Andrey Podshivalov
July 2011
permalink
Backup
Please send these questions about ssh/control panel to your hosting provider. It isn't newscoop related stuff.
Comment by
Andrey Podshivalov
July 2011
permalink
Backup
this script should be ran from server shell. If server is not locally accessed so you need to connect ssh.
Comment by
Andrey Podshivalov
June 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