• Hello, I have a problem when activating the plugin.
    I filled in the requested information, I arrived on the authorization page of strava. I accepted and then I arrive on a page blage (put in the object)
    Can you tell me how to pass this step
    Thank you

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author jrfoell

    (@jrfoell)

    @pigonfazer – are you still having problems activating? I helped debug a similar issue on this thread: https://wordpress.org/support/topic/problem-authenticating-with-strava/

    It wound up being an issue with his server resolving the strava.com domain name. But other issues could include an out-of-data PHP server, etc. Can you add this to your wp-config.php file? It can go beneath the line that references WP_DEBUG:

    define( ‘WPSTRAVA_DEBUG’, true );

    Thread Starter pigonfazer

    (@pigonfazer)

    Hello,
    I modified the wp-config file as requested and restarted a connection attempt.
    What do you need to debug?
    Thanks

    Plugin Author jrfoell

    (@jrfoell)

    With that in place – when you try to activate it, instead of getting a blank page you’ll get a page with an error. Can you try it again?

    Thread Starter pigonfazer

    (@pigonfazer)

    Hi,

    I have the same behavior as before.
    I arrive on a blank page and nothing happens

    Plugin Author jrfoell

    (@jrfoell)

    @pigonfazer I’m worried that there’s another error going on. Can you also add this to your wp-config.php?

    define( ‘WP_DEBUG’, true );

    If your site gets a lot of visitors and you are seeing lots of errors/warnings on your site, you can direct those errors/warnings to a log file with these settings instead:

    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, true );
    define( ‘WP_DEBUG_DISPLAY’, false );

    Can you authenticate again and report back with the error either from your screen (if you used the first setting) or from wp-content/debug.log (if you used the second settings).

    Thread Starter pigonfazer

    (@pigonfazer)

    Hello,

    Here the result of today’s test :

    Notice: La méthode du constructeur appelée pour WP_Widget dans ICalendrierWidget est obsolète depuis la version 4.3.0 ! Utilisez
    __construct()
    à la place. in /htdocs/Wordpress/wp-includes/functions.php on line 3951

    Notice: Constant WP_CRON_LOCK_TIMEOUT already defined in /htdocs/Wordpress/wp-config.php on line 97

    Thanks

    Plugin Author jrfoell

    (@jrfoell)

    Thanks @pigonfazer – that helps. Can you see if temporarily disabling this plugin helps you? https://wordpress.org/plugins/icalendrier/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Blank page at activation’ is closed to new replies.