• Resolved tamarpostma

    (@tamarpostma)


    I have been busy trying to install All-in-1 calendar from Time.ly version 2.1.9 but keep on getting a white screen. I have deleted it using FTP (since I have no access whatsoever to the back-end or front-end of the site) several times. I have downgraded to several versions of the plugin all the way to 2.0.1.1 but still the same white screen.
    I have increased the memory by adding php.ini file to wp-admin and changing ht.access. I think I’ve done everything except database queries (which I don’t know how to do). I would appreciate some help.

    Thanks.

    ps: I use the pageline framework plugin for my site i-english.nl

    https://wordpress.org/plugins/all-in-one-event-calendar/

Viewing 15 replies - 1 through 15 (of 19 total)
  • Hi, try solutions from 1 to 3

    1) at the beginning of all-in-one-event-calendar.php on line 12 add
    define( ‘AI1EC_THEME_COMPATIBILITY_FER’, false ); to Enable Front end rendering

    2) force debug mode just for one or two requests. To do so add

    define( ‘AI1EC_DEBUG’, true );

    on line 12 ( or on line 13 if you used point 1 ) and then refresh the calendar page once or twice. this refreshes all caches ( TWIG, CSS and so on ) and has a BIG performance hit. So after 1 or 2 refreshes you must delete this.

    3) switch themes. Go to Events -> Calendar Themes and then choose a different theme and switch back

    Thread Starter tamarpostma

    (@tamarpostma)

    Thanks Nicola, however this did not work. I still do not have access to be able to change themes…
    Any other possibilities? I have one other plugin and have disabled it and yesterday installed a fresh copy of WordPress. So it’s clean and still not working.

    Hope to try something else!

    Thanks again

    but fo you see any error in the PHP error log?

    change WP_DEBUG to true in wp-config.php

    Looks like you have edited something and have got a PHP fatal error on all pages.

    Thread Starter tamarpostma

    (@tamarpostma)

    I don’t know where there PHP error log is.
    @simon I did not change anything, I deleted my whole wordpress site and started all over again from scratch with nothing else but the All-in-1 event calendar. THIS was my only plugin. It went white immediately, back end and front end. I then did exactly what you and others have described, multiple times with each version right back 2.1.5 but still nothing works.
    If it’s a completly clean copy with nothing but Ai1ec, how can this still be going wrong?

    Please point me out to where the error log is. Thanks.

    Turn on wp_debug, you dont need an error log, errors will be shown in your browser..

    change WP_DEBUG to true in wp-config.php

    Thread Starter tamarpostma

    (@tamarpostma)

    Ok, I have created my own error log. This is the error:
    Fatal error: Cannot redeclare class lessc_formatter_compressed in /var/www/vhosts/17/131421/webspace/siteapps/WordPress-237617/htdocs/wp-content/themes/pagelines-1/includes/less.plugin.php on line 3326

    It seems pageslines and Ai1ec are both using the less php, which is giving conflicts. Would a LESS compiler work to solve this.

    Any advice would be welcome.

    Use the final version of PageLines Framework.
    https://github.com/pagelines/PageLines-Framework

    It has a namespaced version of less compiler.

    Thread Starter tamarpostma

    (@tamarpostma)

    Hello Simon,
    thanks for this. I downloaded a file which was only 1.8 mb. Can this be right.
    I installed it as a theme, is this correct? And got an error:

    Notice: Undefined offset: 0 in /var/www/vhosts/17/131421/webspace/siteapps/WordPress-237617/htdocs/wp-content/themes/PageLines-Framework-master/admin/class.rss.php on line 98 Notice: Undefined offset: 1 in /var/www/vhosts/17/131421/webspace/siteapps/WordPress-237617/htdocs/wp-content/themes/PageLines-Framework-master/admin/class.rss.php on line 99 Notice: Undefined offset: 0 in /var/www/vhosts/17/131421/webspace/siteapps/WordPress-237617/htdocs/wp-content/themes/PageLines-Framework-master/admin/class.rss.php on line 98 Notice: Undefined offset: 1 in /var/www/vhosts/17/131421/webspace/siteapps/WordPress-237617/htdocs/wp-content/themes/PageLines-Framework-master/admin/class.rss.php on line 99 Notice: Undefined offset: 0 in /var/www/vhosts/17/131421/webspace/siteapps/WordPress-237617/htdocs/wp-content/themes/PageLines-Framework-master/admin/class.rss.php on line 98 Notice: Undefined offset: 1 in /var/www/vhosts/17/131421/webspace/siteapps/WordPress-237617/htdocs/wp-content/themes/PageLines-Framework-master/admin/class.rss.php on line 99

    Should I install as a plugin?

    They are notices, turn OFF debug and they will go away.

    Thread Starter tamarpostma

    (@tamarpostma)

    Ok, but it would not install, I couldn’t activate it. It reverted back to the previous pagelines install.

    I also noticed that the theme I installed from your link is version 2.3.8, but the installed pagelines I already had was 2.4.5. So it’s newer, isn’t this odd?

    Thread Starter tamarpostma

    (@tamarpostma)

    install Error!

    PageLines Framework must be installed in a folder called ‘pagelines’ to work with child themes and extensions.

    Current path: /var/www/vhosts/17/131421/webspace/siteapps/WordPress-237617/htdocs/wp-content/themes/PageLines-Framework-master

    The version on github is 2.4.5 i assure you.

    Looks like you have many many versions of the same theme installed and are totally confused as to what theme you are even activating.

    Yes it should be in a folder called ‘pagelines’ you probably already have one as your previous version is pagelines-1

    Thread Starter tamarpostma

    (@tamarpostma)

    Ok Simon, sorry about that. You were right! I had pagelines-1 and it wsa indeed 2.3.8 and now I have 2.4.5. and I remaned to pagelines and it seems to be working! Now I will install the All in One event calender and see if it will finally work….

    Thanks again for your time!

    greetings from the Netherlands.

    You are welcome, good luck.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘White screen’ is closed to new replies.