vespino
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Table Builder - WordPress Table Plugin] List slow as f*ckUnfortunately the table is on a password protected page.
Forum: Plugins
In reply to: [W3 Total Cache] Refresh a single pageFound my solution in the following function which seems to also recreate the page (in this case the homepage) when running:
w3tc_flush_url('/');
Forum: Plugins
In reply to: [W3 Total Cache] Manually Purge or Flush CacheThis folder houses all cache files: wp-content/cache
Found it, it’s a Base64 format that translates to…
{ "display_settings": { "override_thumbnail_settings": "0", "thumbnail_width": "120", "thumbnail_height": "90", "thumbnail_crop": "1", "images_per_page": "0", "number_of_columns": "4", "ajax_pagination": "1", "show_all_in_lightbox": "0", "use_imagebrowser_effect": "0", "show_piclens_link": "0", "piclens_link_text": "[PicLens Tonen]", "show_slideshow_link": "0", "slideshow_link_text": "[Diavoorstelling tonen]", "template": "", "use_lightbox_effect": true, "display_no_images_error": 1, "disable_pagination": 0, "thumbnail_quality": "100", "thumbnail_watermark": 0, "ngg_triggers_display": "never" }, "order_by": "sortorder", "order_direction": "ASC", "exclusions": [ 11343 ], "container_ids": [ 370 ], "excluded_container_ids": [], "sortorder": [], "entity_ids": [], "returns": "included", "maximum_entity_count": "500", "source": "galleries", "display_type": "photocrati-nextgen_basic_thumbnails", "slug": null, "id_field": "ID", "__defaults_set": true }
Based on this I can fetch the container_ids and exclusions.
I have found a post in the posts table with the ID of 43077. This is the post_content:
eyJkaXNwbGF5X3NldHRpbmdzIjp7Im92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjAiLCJ0aHVtYm5haWxfd2lkdGgiOiIxMjAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiOTAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJpbWFnZXNfcGVyX3BhZ2UiOiIwIiwibnVtYmVyX29mX2NvbHVtbnMiOiI0IiwiYWpheF9wYWdpbmF0aW9uIjoiMSIsInNob3dfYWxsX2luX2xpZ2h0Ym94IjoiMCIsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjoiMCIsInNob3dfcGljbGVuc19saW5rIjoiMCIsInBpY2xlbnNfbGlua190ZXh0IjoiW1BpY0xlbnMgVG9uZW5dIiwic2hvd19zbGlkZXNob3dfbGluayI6IjAiLCJzbGlkZXNob3dfbGlua190ZXh0IjoiW0RpYXZvb3JzdGVsbGluZyB0b25lbl0iLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInRodW1ibmFpbF9xdWFsaXR5IjoiMTAwIiwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJvcmRlcl9ieSI6InNvcnRvcmRlciIsIm9yZGVyX2RpcmVjdGlvbiI6IkFTQyIsImV4Y2x1c2lvbnMiOlsxMTM0M10sImNvbnRhaW5lcl9pZHMiOlszNzBdLCJleGNsdWRlZF9jb250YWluZXJfaWRzIjpbXSwic29ydG9yZGVyIjpbXSwiZW50aXR5X2lkcyI6W10sInJldHVybnMiOiJpbmNsdWRlZCIsIm1heGltdW1fZW50aXR5X2NvdW50IjoiNTAwIiwic291cmNlIjoiZ2FsbGVyaWVzIiwiZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJzbHVnIjpudWxsLCJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9
I’m guessing these are the image tags or IDs? Is there a way of decoding this?
That gives an empty result.
Forum: Plugins
In reply to: [Contact Form 7] 401 errorFound the problem, it was due to the JSON API being deactivated.
Forum: Plugins
In reply to: [Contact Form 7] 401 errorOr changing to another contact form. Thanks.
Forum: Plugins
In reply to: [Contact Form 7] 401 errorIt’s a custom theme.
Forum: Plugins
In reply to: [Contact Form 7] 401 errorACF Pro
Akismet
All in one SEO
Autoptimize
Email address encoder
Enable media replace
GTM4WP
MC4WP
Simple custom post order
WP super cache
WPML
Yoast duplate postForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] show for non admin userCheers, this will probably help me.
These errors also keep occurring:
[26-Sep-2024 21:09:47 UTC] PHP Warning: Attempt to read property "security_code" on null in /home/***/domains/***/public_html/wp-content/plugins/wp-table-builder/inc/admin/class-admin-menu.php on line 85 [26-Sep-2024 21:09:47 UTC] PHP Warning: Attempt to read property "security_code" on null in /home/***/domains/***/public_html/wp-content/plugins/wp-table-builder/inc/admin/class-admin-menu.php on line 86
Still getting these errors, even with the latest version.
I keep getting errors like this:
PHP Warning: Undefined array key "labelText" in /home/u5562p5834/domains/fendtclub.nl/public_html/wp-content/plugins/wp-table-builder/inc/admin/element-classes/elements/button-element.php on line 485
I’m currently running PHP version 8.3.6
I think 1.6.1 fixed this issue I was having as it hasn’t occurred since.