Posts by craigarrival

    We have created a page with the events calendar which outs various events on each day but we would like to sort these by the event time? Is this at all possible because there doesnt seem to be anything out there on how to do this?


    <?php

    perch_events_calendar(array(

    'past-events' => true,

    'calendar-template' => 'events/calendar/calendar.html',

    'event-day-template' => 'events/calendar/event-day-custom.html'

    ));

    ?>

    Ok thank you, please see below my .htacces file:


    Hi,


    I have updated Perch following the website page information however I am unable to login, it always returns 'File Not Found 404'.


    PHP version: 7.1.28


    Log error files show the following:

    Code
    1. 404 GET /perch/core/apps/content/ HTTP/1.0 /perch/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15 281 Apache access
    2. 2019-04-26 09:44:54 Error 5.198.64.143 404 GET /favicon.ico HTTP/1.0 /perch/core/apps/content/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15 215 Apache access
    3. 2019-04-26 09:44:54 Error 5.198.64.143 AH01071: Got error 'Primary script unknown\n', referer: /perch/ Apache error
    4. 2019-04-26 09:44:54 Error 5.198.64.143 AH01071: Got error 'Primary script unknown\n', referer: /perch/core/apps/content/ Apache error
    5. 2019-04-26 09:44:57 Error 5.198.64.143 404 GET /perch/core/apps/content/ HTTP/1.0 /perch/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15 281 Apache access
    6. 2019-04-26 09:44:57 Error 5.198.64.143 404 GET /perch/core/apps/content/ HTTP/1.0 /perch/ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15 281 Apache access
    7. 2019-04-26 09:44:57 Error 5.198.64.143 AH01071: Got error 'Primary script unknown\n', referer: /perch/ Apache error
    8. 2019-04-26 09:44:57 Error 5.198.64.143 AH01071: Got error 'Primary script unknown\n', referer: /perch/

    All the frontend of the website works fine with the pages it is just the CMS login dashboard page.


    Thanks