Forum Replies Created

Viewing 15 replies - 1 through 15 (of 57 total)
  • Thread Starter johannschnagl

    (@johannschnagl)

    In my test environment the new version works fine.

    Thanks

    Thread Starter johannschnagl

    (@johannschnagl)

    In my test environment I haven’t seen the error any more.

    Thanks

    Thread Starter johannschnagl

    (@johannschnagl)

    I have version 2.9.1 but the errors still show up. Probably there are not as many any more.

    Thread Starter johannschnagl

    (@johannschnagl)

    Hallo Matthias,

    Inzwischen habe ich auf 4.7.3 upgegradet.

    Ich habe die .htaccess vollst?ndig gel?scht und nur das eingefügt, was bei den Netzwerkeinstellungen unter Netzwerkeinrichtung kommt. Leider bleibt der Fehler.

    Dann habe die die .htaccess ganz gel?scht. Leider bleibt der Fehler.

    Es gibt keinen debug Eintrag.

    Dann habe ich alle anderen Plugins au?er real-cookie-banner deaktiviert und siehe da … der Fehler war weg. Dann habe ich natürlich die Plugins wieder Stück für Stück aktiviert. Der Fehler ist nicht wieder gekommen.
    Ich habe keine Idee, warum der Fehler jetzt weg ist, aber ich würde den Threat als gel?st markieren, weil ich diesen Fehler nicht mehr reproduzieren kann.

    Vielen Dank für Deine Unterstützung.

    Hans

    Thread Starter johannschnagl

    (@johannschnagl)

    <IfModule mod_headers.c>Header set Access-Control-Allow-Origin "https://localhost:44647"</IfModule>
    
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    RedirectMatch 404 /\.git
    <Files xmlrpc.php>
      Order Allow,Deny
      Deny from all
    </Files>
    <Files debug.log>    Order Allow,Deny    Deny from all</Files>
    <Files wp.log>    Order Allow,Deny    Deny from all</Files>
    # BEGIN wtfdivi
    # END wtfdivi

    Den xmlrpc Teil habe ich gerade rausgel?scht. Das hat aber leider auch nichts geholfen.

    Thread Starter johannschnagl

    (@johannschnagl)

    By the way, you have to configure logging to a file to see these errors. As the error occurs within a cronjob there is no screen to display it.

    Thread Starter johannschnagl

    (@johannschnagl)

    It would have been nice, if you told me.

    I’m running wordpress 6.2.2 on

    PHP 8.0-latest FPM (8.0.26) (P+)

    MySQL 8.0 – SSD Ah

    and I have a multisite with subdomains, but I’m only using the plugin on the main site

    The error occurs every hour.

    I have the error for access tokens and for authorization_codes

    You might consider changing:

    $expired_auth_codes = $wpdb->query( “DELETE FROM {$wpdb->prefix}oauth_authorization_codes WHERE expires <= ‘$current_time’ ” );

    to
    $expired_auth_codes = $wpdb->query( “DELETE FROM {$wpdb->prefix}oauth_authorization_codes WHERE expires <= FROM_UNIXTIME(‘$current_time’) ” );

    in your cron.php line 31 and analog in line 35.

    Thread Starter johannschnagl

    (@johannschnagl)

    Sorry, I only had a typo in the scheme.

    Thread Starter johannschnagl

    (@johannschnagl)

    ok, danke

    Thread Starter johannschnagl

    (@johannschnagl)

    Nein, ich hatte noch nie eine pro Version

    Thread Starter johannschnagl

    (@johannschnagl)

    Hallo Matthias,

    wahrscheinlich stelle ich mich jetzt einfach nur bl?d an, aber ich finde kein Feld “Vorschaubild aus Medienbibliothek”. Kann es sein, dass ich dafür eine kostenpflichtige Version ben?tige?

    Ich habe überall nur eine Textbox ausgew?lt. Da kann ich keine Vorschaubilder einbinden.

    Hans

    Thread Starter johannschnagl

    (@johannschnagl)

    Ich habe eine Reihe von php Fehlern dazu:

    [27-May-2023 09:58:08 UTC] PHP Warning: Trying to access array offset on value of type bool in /var/www/html/wp-content/plugins/real-cookie-banner/inc/import/ImportBlocker.php on line 91

    [27-May-2023 09:58:08 UTC] PHP Stack trace:[27-May-2023 09:58:08 UTC] PHP 1. {main}() /var/www/html/index.php:0[27-May-2023 09:58:08 UTC] PHP 2. require() /var/www/html/index.php:17[27-May-2023 09:58:08 UTC] PHP 3. wp($query_vars = *uninitialized*) /var/www/html/wp-blog-header.php:16[27-May-2023 09:58:08 UTC] PHP 4. WP->main($query_args = ”) /var/www/html/wp-includes/functions.php:1334[27-May-2023 09:58:08 UTC] PHP 5. WP->parse_request($extra_query_vars = ”) /var/www/html/wp-includes/class-wp.php:780[27-May-2023 09:58:08 UTC] PHP 6. do_action_ref_array($hook_name = ‘parse_request’, $args = [0 => class WP { public $public_query_vars = […]; public $private_query_vars = […]; public $extra_query_vars = […]; public $query_vars = […]; public $query_string = ”; public $request = ‘wp-json/real-cookie-banner/v1/import’; public $matched_rule = ‘^wp-json/(.*)?’; public $matched_query = ‘rest_route=/real-cookie-banner%2Fv1%2Fimport’; public $did_permalink = TRUE }]) /var/www/html/wp-includes/class-wp.php:399[27-May-2023 09:58:08 UTC] PHP 7. WP_Hook->do_action($args = [0 => class WP { public $public_query_vars = […]; public $private_query_vars = […]; public $extra_query_vars = […]; public $query_vars = […]; public $query_string = ”; public $request = ‘wp-json/real-cookie-banner/v1/import’; public $matched_rule = ‘^wp-json/(.*)?’; public $matched_query = ‘rest_route=/real-cookie-banner%2Fv1%2Fimport’; public $did_permalink = TRUE }]) /var/www/html/wp-includes/plugin.php:565[27-May-2023 09:58:08 UTC] PHP 8. WP_Hook->apply_filters($value = ”, $args = [0 => class WP { public $public_query_vars = […]; public $private_query_vars = […]; public $extra_query_vars = […]; public $query_vars = […]; public $query_string = ”; public $request = ‘wp-json/real-cookie-banner/v1/import’; public $matched_rule = ‘^wp-json/(.*)?’; public $matched_query = ‘rest_route=/real-cookie-banner%2Fv1%2Fimport’; public $did_permalink = TRUE }]) /var/www/html/wp-includes/class-wp-hook.php:332[27-May-2023 09:58:08 UTC] PHP 9. rest_api_loaded(class WP { public $public_query_vars = [0 => ‘m’, 1 => ‘p’, 2 => ‘posts’, 3 => ‘w’, 4 => ‘cat’, 5 => ‘withcomments’, 6 => ‘withoutcomments’, 7 => ‘s’, 8 => ‘search’, 9 => ‘exact’, 10 => ‘sentence’, 11 => ‘calendar’, 12 => ‘page’, 13 => ‘paged’, 14 => ‘more’, 15 => ‘tb’, 16 => ‘pb’, 17 => ‘author’, 18 => ‘order’, 19 => ‘orderby’, 20 => ‘year’, 21 => ‘monthnum’, 22 => ‘day’, 23 => ‘hour’, 24 => ‘minute’, 25 => ‘second’, 26 => ‘name’, 27 => ‘category_name’, 28 => ‘tag’, 29 => ‘feed’, 30 => ‘author_name’, 31 => ‘pagename’, 32 => ‘page_id’, 33 => ‘error’, 34 => ‘attachment’, 35 => ‘attachment_id’, 36 => ‘subpost’, 37 => ‘subpost_id’, 38 => ‘preview’, 39 => ‘robots’, 40 => ‘favicon’, 41 => ‘taxonomy’, 42 => ‘term’, 43 => ‘cpage’, 44 => ‘post_type’, 45 => ’embed’, 46 => ‘post_format’, 47 => ‘lmv_event’, 48 => ‘lmv_location’, 49 => ‘lmv_market’, 50 => ‘lmv_money’, 51 => ‘project’, 52 => ‘project_category’, 53 => ‘project_tag’, 54 => ‘rest_route’, 55 => ‘sitemap’, 56 => ‘sitemap-subtype’, 57 => ‘sitemap-stylesheet’, 58 => ‘um-api’, 59 => ‘et_code_snippet_type’, 60 => ‘et_pb_preview’, 61 => ‘um_user’, 62 => ‘um_tab’, 63 => ‘profiletab’, 64 => ‘subnav’, 65 => ‘um_page’, 66 => ‘um_action’, 67 => ‘um_field’, 68 => ‘um_form’, 69 => ‘um_verify’, 70 => ‘key’, 71 => ‘token’, 72 => ‘format’, 73 => ‘query’, 74 => ‘type’, 75 => ‘data’, 76 => ‘fields’, 77 => ‘value’, 78 => ‘number’, 79 => ‘id’, 80 => ’email’, 81 => ‘orderby’, 82 => ‘order’, 83 => ‘include’, 84 => ‘exclude’]; public $private_query_vars = [0 => ‘offset’, 1 => ‘posts_per_page’, 2 => ‘posts_per_archive_page’, 3 => ‘showposts’, 4 => ‘nopaging’, 5 => ‘post_type’, 6 => ‘post_status’, 7 => ‘category__in’, 8 => ‘category__not_in’, 9 => ‘category__and’, 10 => ‘tag__in’, 11 => ‘tag__not_in’, 12 => ‘tag__and’, 13 => ‘tag_slug__in’, 14 => ‘tag_slug__and’, 15 => ‘tag_id’, 16 => ‘post_mime_type’, 17 => ‘perm’, 18 => ‘comments_per_page’, 19 => ‘post__in’, 20 => ‘post__not_in’, 21 => ‘post_parent’, 22 => ‘post_parent__in’, 23 => ‘post_parent__not_in’, 24 => ‘title’, 25 => ‘fields’]; public $extra_query_vars = []; public $query_vars = [‘rest_route’ => ‘/real-cookie-banner/v1/import’]; public $query_string = ”; public $request = ‘wp-json/real-cookie-banner/v1/import’; public $matched_rule = ‘^wp-json/(.*)?’; public $matched_query = ‘rest_route=/real-cookie-banner%2Fv1%2Fimport’; public $did_permalink = TRUE }) /var/www/html/wp-includes/class-wp-hook.php:308[27-May-2023 09:58:08 UTC] PHP 10. WP_REST_Server->serve_request($path = ‘/real-cookie-banner/v1/import’) /var/www/html/wp-includes/rest-api.php:410[27-May-2023 09:58:08 UTC] PHP 11. WP_REST_Server->dispatch($request = class WP_REST_Request { protected $method = ‘POST’; protected $params = [‘URL’ => […], ‘GET’ => […], ‘POST’ => […], ‘FILES’ => […], ‘JSON’ => […], ‘defaults’ => […]]; protected $headers = [‘authorization’ => […], ‘host’ => […], ‘user_agent’ => […], ‘accept’ => […], ‘accept_language’ => […], ‘accept_encoding’ => […], ‘referer’ => […], ‘content_type’ => […], ‘x_wp_nonce’ => […], ‘content_length’ => […], ‘origin’ => […], ‘connection’ => […], ‘cookie’ => […], ‘sec_fetch_dest’ => […], ‘sec_fetch_mode’ => […], ‘sec_fetch_site’ => […]]; protected $body = ‘{“cookieGroup”:5,”cookieStatus”:”keep”,”cookieSkipExisting”:true,”blockerStatus”:”keep”,”blockerSkipExisting”:true,”tcfVendorConfigurationStatus”:”keep”,”json”:”{\\”settings\\”:{\\”SETTING_BANNER_ACTIVE\\”:true,\\”SETTING_BLOCKER_ACTIVE\\”:true,\\”SETTING_IMPRINT_ID\\”:21,\\”SETTING_IMPRINT_EXTERNAL_URL\\”:\\”\\”,\\”SETTING_IMPRINT_IS_EXTERNAL_URL\\”:false,\\”SETTING_PRIVACY_POLICY_ID\\”:22,\\”SETTING_PRIVACY_POLICY_EXTERNAL_URL\\”:\\”\\”,\\”SETTING_PRIVACY_POLICY_IS_EXTERNAL_URL\\”:false,\\”SETTING_HIDE_PAGE_IDS\\”:false,\\”SETTIN’…; protected $route = ‘/real-cookie-banner/v1/import’; protected $attributes = [‘methods’ => […], ‘accept_json’ => FALSE, ‘accept_raw’ => FALSE, ‘show_in_index’ => TRUE, ‘args’ => […], ‘callback’ => […], ‘permission_callback’ => […]]; protected $parsed_json = TRUE; protected $parsed_body = FALSE }) /var/www/html/wp-includes/rest-api/class-wp-rest-server.php:442[27-May-2023 09:58:08 UTC] PHP 12. WP_REST_Server->respond_to_request($request = class WP_REST_Request { protected $method = ‘POST’; protected $params = [‘URL’ => […], ‘GET’ => […], ‘POST’ => […], ‘FILES’ => […], ‘JSON’ => […], ‘defaults’ => […]]; protected $headers = [‘authorization’ => […], ‘host’ => […], ‘user_agent’ => […], ‘accept’ => […], ‘accept_language’ => […], ‘accept_encoding’ => […], ‘referer’ => […], ‘content_type’ => […], ‘x_wp_nonce’ => […], ‘content_length’ => […], ‘origin’ => […], ‘connection’ => […], ‘cookie’ => […], ‘sec_fetch_dest’ => […], ‘sec_fetch_mode’ => […], ‘sec_fetch_site’ => […]]; protected $body = ‘{“cookieGroup”:5,”cookieStatus”:”keep”,”cookieSkipExisting”:true,”blockerStatus”:”keep”,”blockerSkipExisting”:true,”tcfVendorConfigurationStatus”:”keep”,”json”:”{\\”settings\\”:{\\”SETTING_BANNER_ACTIVE\\”:true,\\”SETTING_BLOCKER_ACTIVE\\”:true,\\”SETTING_IMPRINT_ID\\”:21,\\”SETTING_IMPRINT_EXTERNAL_URL\\”:\\”\\”,\\”SETTING_IMPRINT_IS_EXTERNAL_URL\\”:false,\\”SETTING_PRIVACY_POLICY_ID\\”:22,\\”SETTING_PRIVACY_POLICY_EXTERNAL_URL\\”:\\”\\”,\\”SETTING_PRIVACY_POLICY_IS_EXTERNAL_URL\\”:false,\\”SETTING_HIDE_PAGE_IDS\\”:false,\\”SETTIN’…; protected $route = ‘/real-cookie-banner/v1/import’; protected $attributes = [‘methods’ => […], ‘accept_json’ => FALSE, ‘accept_raw’ => FALSE, ‘show_in_index’ => TRUE, ‘args’ => […], ‘callback’ => […], ‘permission_callback’ => […]]; protected $parsed_json = TRUE; protected $parsed_body = FALSE }, $route = ‘/real-cookie-banner/v1/import’, $handler = [‘methods’ => [‘POST’ => TRUE], ‘accept_json’ => FALSE, ‘accept_raw’ => FALSE, ‘show_in_index’ => TRUE, ‘args’ => [‘json’ => […], ‘cookieGroup’ => […], ‘cookieStatus’ => […], ‘cookieSkipExisting’ => […], ‘blockerStatus’ => […], ‘blockerSkipExisting’ => […], ‘tcfVendorConfigurationStatus’ => […]], ‘callback’ => [0 => class DevOwl\RealCookieBanner\rest\Import { … }, 1 => ‘routeImport’], ‘permission_callback’ => [0 => class DevOwl\RealCookieBanner\rest\Import { … }, 1 => ‘permission_callback’]], $response = NULL) /var/www/html/wp-includes/rest-api/class-wp-rest-server.php:1028[27-May-2023 09:58:08 UTC] PHP 13. DevOwl\RealCookieBanner\rest\Import->routeImport($request = class WP_REST_Request { protected $method = ‘POST’; protected $params = [‘URL’ => […], ‘GET’ => […], ‘POST’ => […], ‘FILES’ => […], ‘JSON’ => […], ‘defaults’ => […]]; protected $headers = [‘authorization’ => […], ‘host’ => […], ‘user_agent’ => […], ‘accept’ => […], ‘accept_language’ => […], ‘accept_encoding’ => […], ‘referer’ => […], ‘content_type’ => […], ‘x_wp_nonce’ => […], ‘content_length’ => […], ‘origin’ => […], ‘connection’ => […], ‘cookie’ => […], ‘sec_fetch_dest’ => […], ‘sec_fetch_mode’ => […], ‘sec_fetch_site’ => […]]; protected $body = ‘{“cookieGroup”:5,”cookieStatus”:”keep”,”cookieSkipExisting”:true,”blockerStatus”:”keep”,”blockerSkipExisting”:true,”tcfVendorConfigurationStatus”:”keep”,”json”:”{\\”settings\\”:{\\”SETTING_BANNER_ACTIVE\\”:true,\\”SETTING_BLOCKER_ACTIVE\\”:true,\\”SETTING_IMPRINT_ID\\”:21,\\”SETTING_IMPRINT_EXTERNAL_URL\\”:\\”\\”,\\”SETTING_IMPRINT_IS_EXTERNAL_URL\\”:false,\\”SETTING_PRIVACY_POLICY_ID\\”:22,\\”SETTING_PRIVACY_POLICY_EXTERNAL_URL\\”:\\”\\”,\\”SETTING_PRIVACY_POLICY_IS_EXTERNAL_URL\\”:false,\\”SETTING_HIDE_PAGE_IDS\\”:false,\\”SETTIN’…; protected $route = ‘/real-cookie-banner/v1/import’; protected $attributes = [‘methods’ => […], ‘accept_json’ => FALSE, ‘accept_raw’ => FALSE, ‘show_in_index’ => TRUE, ‘args’ => […], ‘callback’ => […], ‘permission_callback’ => […]]; protected $parsed_json = TRUE; protected $parsed_body = FALSE }) /var/www/html/wp-includes/rest-api/class-wp-rest-server.php:1181[27-May-2023 09:58:08 UTC] PHP 14. DevOwl\RealCookieBanner\import\Import->import() /var/www/html/wp-content/plugins/real-cookie-banner/inc/rest/Import.php:82[27-May-2023 09:58:08 UTC] PHP 15. DevOwl\RealCookieBanner\import\Import->importBlocker() /var/www/html/wp-content/plugins/real-cookie-banner/inc/import/Import.php:106[27-May-2023 09:58:08 UTC] PHP 16. DevOwl\RealCookieBanner\import\Import->doImportBlocker($blockers = [0 => [‘ID’ => 38, ‘post_name’ => ‘gravatar’, ‘post_content’ => ”, ‘post_status’ => ‘publish’, ‘post_title’ => ‘Gravatar’, ‘metas’ => […]], 1 => [‘ID’ => 37, ‘post_name’ => ‘google-fonts’, ‘post_content’ => ”, ‘post_status’ => ‘publish’, ‘post_title’ => ‘Google Fonts’, ‘metas’ => […]], 2 => [‘ID’ => 36, ‘post_name’ => ‘google-recaptcha-v3’, ‘post_content’ => ‘Wir verwenden Google reCAPTCHA für Spam-Vorbeugung.’, ‘post_status’ => ‘publish’, ‘post_title’ => ‘Google reCAPTCHA v3’, ‘metas’ => […]], 3 => [‘ID’ => 35, ‘post_name’ => ‘open-street-map’, ‘post_content’ => ‘Diese Webseite benutzt Leaflet API, einen Kartendienst, der es erm?glicht OpenStreetMap – die Open Source Alternative von Google Maps – in die Webseite einzubinden. Für die korrekte Darstellung ist es aus technischer Sicht notwendig Anfragen an andere Server zu stellen. Durch diese Anfragen w?re es grunds?tzlich m?glich, dass Informationen über Ihre Benutzung dieser Website (einschlie?lich Ihrer IP-Adresse) an andere Server übertragen und dort gespeichert werden. Die anderen Server sind nach Analyse’…, ‘post_status’ => ‘publish’, ‘post_title’ => ‘Open Street Map’, ‘metas’ => […]], 4 => [‘ID’ => 34, ‘post_name’ => ‘nextend-social-login’, ‘post_content’ => ‘Nextend Social Login erm?glicht einen Login über die Sozialen Netzwerke. Nextend Social Login speichert Vor- und Nachname, E-Mail Adresse, Profilbild und access token.’, ‘post_status’ => ‘publish’, ‘post_title’ => ‘Nextend Social Login’, ‘metas’ => […]], 5 => [‘ID’ => 33, ‘post_name’ => ‘youtube-com’, ‘post_content’ => ‘YouTube ist die Videoplattform mit den meisten Besuchern und dem besten Content. Wir sind bemüht, Ihnen die bestm?gliche User-Erfahrung auf unserer Webseite zu bieten. Und natürlich dürfen interessante Videos dabei nicht fehlen. Mithilfe unserer eingebetteten Videos stellen wir Ihnen neben unseren Texten und Bildern weiteren hilfreichen Content zur Verfügung. Zudem wird unsere Webseite auf der Google-Suchmaschine durch die eingebetteten Videos leichter gefunden. Auch wenn wir über Google Ads Werbeanze’…, ‘post_status’ => ‘publish’, ‘post_title’ => ‘Youtube.com’, ‘metas’ => […]], 6 => [‘ID’ => 32, ‘post_name’ => ‘paypal’, ‘post_content’ => ‘Bezahldienstleister’, ‘post_status’ => ‘publish’, ‘post_title’ => ‘Paypal’, ‘metas’ => […]]]) /var/www/html/wp-content/plugins/real-cookie-banner/inc/import/Import.php:159

    Thread Starter johannschnagl

    (@johannschnagl)

    Hallo Jan,

    danke für den Hinweis. Das war mit durchgerutscht. Da h?tte ich wirklich auch selbst draufkommen k?nnen.

    Super Service, super Produkt

    Viele Grü?e

    Hans

    Thread Starter johannschnagl

    (@johannschnagl)

    erledigt ??

Viewing 15 replies - 1 through 15 (of 57 total)