• Resolved kjhammer

    (@kjhammer)


    The “Warning: http_build_query(): Parameter 1” got solved by reverting back to WP version 4.5.3.

    I still have the other problem when I access the “Settings” screen or if I hit the “Sign in to Timely network” button in the “Import feeds” screen. The error log is giving back the following:

    [29-Aug-2016 14:10:05 UTC] Created calendar: Created calendar. Please reload this page to try again. If this error persists, please contact us at [email protected]. In your report please include the information below.
    API URL: https://api.time.ly/api/calendars.
    Detail: 401 – Unauthorized. – raw error: Array
    (
    [headers] => Array
    (
    [access-control-allow-headers] => x-requested-with, Content-Type, origin, authorization, accept, client-security-token
    [access-control-allow-methods] => POST, GET, OPTIONS, DELETE, PUT
    [access-control-allow-origin] => *
    [access-control-max-age] => 1000
    [cache-control] => no-cache
    [content-type] => text/html; charset=UTF-8
    [date] => Mon, 29 Aug 2016 14:10:05 GMT
    [server] => Apache/2.4.18 (Ubuntu)
    [set-cookie] => laravel_session=blablabla;
    expires=Mon, 29-Aug-2016 16:10:05 GMT; Max-Age=7200; path=/; domain=.time.ly; HttpOnly
    [vary] => Authorization
    [content-length] => 13
    [connection] => Close
    )

    [body] => Unauthorized.
    [response] => Array
    (
    [code] => 401
    [message] => Unauthorized
    )

    [cookies] => Array
    (
    [0] => WP_Http_Cookie Object
    (
    [name] => laravel_session
    [value] => blablabla
    [expires] => 1472487005
    [path] => /
    [domain] => .time.ly
    [max-age] => 7200
    [httponly] =>
    )

    )

    [filename] =>
    )

    https://www.ads-software.com/plugins/all-in-one-event-calendar/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Please check your php memory limit, install this plugin and post back with what it reports: https://www.ads-software.com/plugins/wp-memory-usage/

    Thread Starter kjhammer

    (@kjhammer)

    PHP Version : 7.0.9 / 64Bit OS
    Memory limit : 268435456 MB
    Memory usage : 44.69 MB

    WP version : 4.5.3
    In WP-CONFIG.PHP:
    define(‘WP_MEMORY_LIMIT’, ‘256M’);
    define(‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );

    Thread Starter kjhammer

    (@kjhammer)

    Hi Benjamin, I hope you can solve the problem soon. I like the plugin very much, but if not resolved I need to fallback to another calendar plugin.

    I also want to mention specific that this issue doesn’t has to do with the issue on WP version 4.6 (https://ideas.time.ly/ideas/CAL-I-432). I run now WP version 4.5.3!!

    Hope you can find the problem.

    Have you tried to re-install the plugin? Please try:

    – Delete the file uninstall.php from the plugin directory that is currently on the server (found under /wp-content/plugins/all-in-one-event-calendar). Deleting this file ensures that when you uninstall the current version of the plugin, your event data and calendar settings will be preserved when you delete the plugin (don’t skip this step – it’s important!)
    – Deactivate the All-in-One Event Calendar using your WordPress Dashboard.
    – Delete the All-in-One Event Calendar using your WordPress Dashboard.
    – Database -> wp_options, click option_name to sort and delete everything with ai1ec_, this will delete plugin settings but events will remain in the database.
    – Now install the latest version.

    Thread Starter kjhammer

    (@kjhammer)

    Yes tried this already. Also installed clean (with no event data). Still the same problem.

    Please contact us at [email protected] and we will continue there.

    Thread Starter kjhammer

    (@kjhammer)

    Hi Benjamin, I mailed as requested but no response?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Still internal 500 error on "Settings" and "Import feeds" screen’ is closed to new replies.