publish schedule
  • hi all

    4.0.2 wont publish a scheduled article - have read about cron job but i am not technical enough for that - any help please

    it works in 4.2 but waiting for the deleting bug to be sorted before i update

    mark
  • 11 Comments sorted by
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    I suppose that you are using some *panel for hosting management. Ask your hoster how to check/setup cron tasks

    publishing script is bin/newscoop-autopublish

  • thanks Andrey

    just updated one site to 4.2 but issue with write permission

    after update admin.php is 664 - should be 644

    is there a list of what they are meant to be 

    admin.php
    application.php
    attachment.php
    constant.php
    db_connect.php
    get_img.php
    index.php
    system_preferences.php
    upgrade.php
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    at least cache/, images/, files/, system_preferences.php should be writable for site user
  • but it wont let me upgrade because index is writeable (775) and upgrade is writeable (775)

    just worried someone attaches a file and that gets rejected because it is / isnt writeable
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    provide screenshot with upgrade error
  • right now i have nothing at all - www.pbiforum.net - no problems in error log - but nothing on screen
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    I don't recommend to upgrade via browse
    login via ssh and start php ./upgrade.php
  • no i idea how to do that - have upgraded all through browser
  • done that - says i dont have permission

    through the browser its stops at

    Upgrading the database from version 4.1.x, roll 2013-04-22...
             * importing database roll 4.2.x / 2013-02-19
    Post edited by mark casson at 2013-12-10 06:37:42
  • finally got logged in ssh as root

    php -f upgrade.php

    Upgrading the database from version 4.1.x, roll 2013-04-22...
             * importing database roll 4.2.x / 2013-02-19

    exactly the same result at the browser
  • tried again - this time got further bit still not working



    root@server [/home/pbiforum/public_html]# php -f upgrade.php

    Upgrading the database from version 4.1.x, roll 2013-01-23...

    <pre>            * importing database roll 4.1.x / 2013-02-06</pre>



    <pre>            * importing database roll 4.1.x / 2013-04-12</pre>



    <pre>            * importing database roll 4.1.x / 2013-04-22</pre>



    <pre>            * importing database roll 4.2.x / 2013-02-19</pre>

    root@server [/home/pbiforum/public_html]#


    any thoughts what i can do now