• Resolved wwilsonmtps

    (@wwilsonmtps)


    When Gamipress is Activated I receive the following errors:

    Warning: An unexpected error occurred. Something may be wrong with gamipress.com or this server’s configuration. If you continue to have problems, please try to contact us. (WordPress could not establish a secure connection to gamipress.com. Please contact your server administrator.) in /srv/disk13/3715894/www/civics.mypressonline.com/wp-content/plugins/gamipress/includes/admin/pages/add-ons.php on line 351

    Notice: Trying to get property ‘info’ of non-object in /srv/disk13/3715894/www/civics.mypressonline.com/wp-content/plugins/gamipress/includes/admin/pages/add-ons.php on line 477

    Notice: Trying to get property ‘slug’ of non-object in /srv/disk13/3715894/www/civics.mypressonline.com/wp-content/plugins/gamipress/includes/admin/pages/add-ons.php on line 477

    Notice: Trying to get property ‘info’ of non-object in /srv/disk13/3715894/www/civics.mypressonline.com/wp-content/plugins/gamipress/includes/admin/pages/add-ons.php on line 477

    Notice: Trying to get property ‘slug’ of non-object in /srv/disk13/3715894/www/civics.mypressonline.com/wp-content/plugins/gamipress/includes/admin/pages/add-ons.php on line 477

    Warning: Cannot modify header information – headers already sent by (output started at /srv/disk13/3715894/www/civics.mypressonline.com/wp-content/plugins/gamipress/includes/admin/pages/add-ons.php:351) in /srv/disk13/3715894/www/civics.mypressonline.com/wp-admin/includes/template.php on line 2020

    Warning: An unexpected error occurred. Something may be wrong with gamipress.com or this server’s configuration. If you continue to have problems, please try to contact us. (WordPress could not establish a secure connection to gamipress.com. Please contact your server administrator.) in /srv/disk13/3715894/www/civics.mypressonline.com/wp-content/plugins/gamipress/includes/admin/pages/add-ons.php on line 351

    When it is deactivated the warnings no longer appear. I can provide more info about those specific lines of code if needed. Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Flavia Bernárdez Rodríguez

    (@flabernardez)

    Hi @wwilsonmtps

    Nice to talk to you today!

    Those are not errors. Are warnings. We have considered fix them, so thanks so much for your notice.

    Anyway, I would recommend you to deactivate server debug mode. A way to do this is by visiting your WordPress wp-config.php and paste the following on it:

    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLA’, false);
    define(‘WP_DEBUG_LOG’, false);
    define(‘SAVEQUERIES’, false);
    define(‘SCRIPT_DEBUG’, false);
    ini_set(‘display_errors’,’Off’);

    However, the first one is about your server is blocking connections to our site gamipress.com. Please talk with your hosting support to inform about how to resolve this ??

    Hope it helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Errors after Gamipress install.’ is closed to new replies.