On PHP 8.2, the following error is thrown:
PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, string given in XXX/wp-content/plugins/wplegalpages/public/class-wp-legal-pages-public.php:745
The issue is coming from
$page_count = count( $footer_pages );
while it should be:
$page_count = is_array($footer_pages) ? count($footer_pages) : 0;
PHP Parse error: syntax error, unexpected ')' in /var/www/foo/bar/public_html/wp-content/plugins/wplegalpages/includes/class-wp-legal-app-
auth.php on line 144
I’m aware that I’m running an out-of-date PHP version (7.1.33-37
), but the plugin is supposed to be PHP 7.0
compatible, but broke my wordpress install after (automatic) update. What can I expect? Deprecation of older PHP versions or is it supposed to work?
Thanks is advance
]]>Is the plugin compatible with Polylang? I have multilingual website. thanks
]]>I’m wanting to install PiPeda Compliant privacy pages (Canadian business regulation) but am not seeing it included in the Current plug-gin list…(‘Privacy Terms’ is an example) WPLegaPages does not list Pipeda as an active policy regulation
]]>Hello
Thanks for the amazing plugin!
I have one question. As I can see there are 2 ways to create a legal page like “Privacy Policy”.?
1. From the WordPress backend, I click on the “Wizard” option & then I can choose the Privacy Policy option & then a few options I need to check & my page is created.
2.?From the WordPress backend, I click on the “Create legal Page” option & then I can choose the template as Privacy Policy & my page is created.
I hope I have mentioned the correct way to create the page. I Just want to know what is the difference is between these?two pages or these two methods? Do I get a different policy language or anything?else??Please?let me know
Regards
]]>Hi,
I had to deactivate the Pro version of the product when my site crashed after an auto-update(to 8.8.3?). When I tried to log in to my WP Legal Pro account to download and reinstall PRO, I was not able to do so. My password no longer works and the password reset fails to send an email, so product support is not available to me.
Reactivation of the Pro product also fails:
Plugin could not be activated because it triggered a fatal error.
Warning: require_once(/home/mcbradym/public_html/mfgreps/plugins/wplegalpages-pro/auto-updates/wc-am-client.php): Failed to open stream: No such file or directory in
/home/mcbradym/public_html/mfgreps/plugins/wplegalpages-pro/wplegalpages-pro.php on line [email protected]
I X’d out my email address in the above error message.
Help!
Regards,
Larry
Hi!
I have successfully installed and activated the plugin, but I can’t use it because I can’t accept the terms of use: no action is taken when acceptance of the terms of use is checked and the accept button is clicked.
The plugin version is 2.5.3 with WordPress 5.8.1.
Best,
Marcos`
Before You Update
We always recommend testing updates in a staging environment prior to updating a live site, especially if running themes and plugins from 3rd parties.
Debugging a White Screen or Error 500
If you find a white screen or error 500 that usually means something has triggered a PHP error, but errors are hidden on your server. To find out the cause of the error you have two choices:
Enabling WP_DEBUG involves editing your wp-config.php file and changing, or adding if its not there:
define( 'WP_DEBUG', true );
When this is done, a more useful error message should be shown. Most of the time this contains the name of the plugin and the line number causing the issue allowing you to act.
Debugging Functionality Issues
If something is not working after an update, a likely cause is an outdated or non-compatible plugin or theme. The best thing to do is to narrow down the cause. To do this you can temporarily:
To help us answer questions as quickly as possible please ensure you:
If you have a paid license, raise a support ticket here.
Also before you post, ensure that you have gone through the documentation.
]]>Hello,
Does the privacy text get updated if there are any changes in the privacy policy?
Will I be notified if privacy policy laws get updated?
Do I have to generate a new privacy policy of the privacy policy laws get updated or is it automatic?
Thank you,
wiL
Hi
I’m trialling this on two sites (hosted on SiteGround and using GeneratePress theme) and I can’t get the cookie bar to work. It displays the first time, then I refresh after changing it and it disappears. When I try another browser, the bar is not there at all.
Same thing happening on two sites.
]]>I’ve read around that wp legal pages supported italian for policies, but when i try to generate policies it lets choose just english german or french.
does it support italian in pro version if i would buy it? thanks
]]>I purchased the legal pages pro, but can’t access what I paid for. I have the plugin, and under my orders, it shows as still processing. I have logged a ticket and still no help. I would like a refund if it is this difficult to get set up and access what I actually paid for, can someone please assist?
]]>Having issues getting green padlock due to this plugin, specifically, the files listed below.
Hard Failure
A script with an insecure url of “https://sd4wheel.com/wp-content/plugins/wplegalpages/js/jscolor/jscolor.js” was loaded on line: 109 of https://www.sd4wheel.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
Hard Failure
A style-sheet with an insecure url of “https://sd4wheel.com/wp-content/plugins/wplegalpages/css/media.css” was loaded on line: 1298 of https://www.sd4wheel.com/.
This URL will need to be updated to use a secure URL for your padlock to return.
I have taken a WP legal pages Pro version but still it is not appearing in WP plugins.
I don’t know how to activate it. Can anyone guide me?
Hello everyone;
i active the cookie bar option in WP-legal pages but it’s disappear in front page.
any suggestion to resolve please?
Hi, just purchased premium ***********Order #101551 ***********
now what i am not undertanding is why i need to install 2 plugins
1rst – for the actual plug in ?
2nd – for activating the API key for premium version?
also, This purchase was to have all pages made automatically so my time would be invested in other affairs for the site….now i see i dont have any options like mentioned and advertised…25 legal pages that are ready to go?? where and how does one gain access to that…i just made the refund page and am now ooking to make the facebook one as per advertised on your page…how ever i do not see any of that. only 4 templates offered…and all are being used… help or refund will be in deed what will proceed…Thank you
i dont want to use 2 plugins to make one affair happen. doesn’t add up to me …whats the solution here …must be missing something
]]>Hi,
Can you please correct some mistakes in your readme.txt?
Link provided.
Thanks, Pascal.
Hey there,
I have it set so the CCPA notice should only display for California residents and yet it is displaying upon navigating to any page, which you can see in this Loom screen capture here: https://www.loom.com/share/bc68161a373e44bfa97c7e5784e14181
Thanks much,
Joe
P.S. I tried to submit this through the ticketing service but receieved a 403 error
]]>[Mon Sep 21 01:45:28.275232 2020] [php7:notice] [pid 19515] [client 95.49.101.29:0] WordPress database error Unknown table ‘wp_posts’ for query SELECT wp_posts.* FROM wp_posts as ptbl, wp_postmeta as pmtbl WHERE ptbl.ID = pmtbl.post_id and ptbl.post_status=’publish’ AND pmtbl.meta_key=’is_legal’ made by require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, apply_filters_ref_array(‘posts_where’), WP_Hook->apply_filters, Wplegalpages_Pro_Public->wplegalpages_pro_exclude_search_pages
[Mon Sep 21 01:45:29.131942 2020] [php7:notice] [pid 19518] [client 95.49.101.17:0] WordPress database error Unknown table ‘wp_posts’ for query SELECT wp_posts.* FROM wp_posts as ptbl, wp_postmeta as pmtbl WHERE ptbl.ID = pmtbl.post_id and ptbl.post_status=’publish’ AND pmtbl.meta_key=’is_legal’ made by require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, apply_filters_ref_array(‘posts_where’), WP_Hook->apply_filters, Wplegalpages_Pro_Public->wplegalpages_pro_exclude_search_pages
My system uses PHP7.4.
]]>I was simply trying to buy wplegal pro so I could do cookie notice and privacy policy for my website. I paid for it and instead of being able to use simply use my product and get a product key, this is one of these companies called wpeka that makes you jump through all these hoops with some club they make you join. I can’t use my password they mailed me, it says it is wrong. If I log in to their page using google it says I haven’t even paid for it to be able to get an api key. I’ve done 3 tickets with no reply. I’ve attached the recent from paypal to show I have paid for it. I have spent an hour on this when all I wanted to do was simply purchase it and go on about my business. Does anyone know how to directly contact wplegal forms?
]]>Every time I deactivate the plugin for site troubleshooting, when I reactivate the plugin it has deactivated my API key.
On of these days I’m going to forget that I have to reactivate the API key manually.
Is there a way to fix this?
]]>Age verification is turned “OFF”, but visitors are still being asked to verify. Is there a fix for this?
]]>Is the wording of the text compliant with GDPR?
]]>Hi
i wanted to know why in the pages section in the admin area the terms of use page title is displayed as ‘Terms and Conditions — Terms and Conditions Page’ whereas the privacy policy simply says privacy policy. Im not sure if this is why when i add the url to my parent page it has a caption box of the terms of use with an insert from the page but just the link for the privacy policy
]]>I have used this plugin on many sites for many years but it doesn’t seem to be working here.
I have tried disabling all other plugins to see if it made a difference – it didn’t.
]]>Hi,
I’m trying to help a friend out with a legacy site, who’s not getting the padlock for https. It’s because of this line in legalPages.php:
347 wp_enqueue_script( ‘jquery-cookie’, $this->plugin_url. ‘js/jquery.cookie.js’, array(‘jquery’) );
… even though all the rest of the site is https, this is resolving to http, and thus giving the broken padlock.
I’ve hardcoded it as a temporary fix, but do you think it’s a plugin issue or has plugin_url been updated in newer versions of WP to sort this?
]]>So I have added this plugin to my site, filled out the details in the General Settings and created a privacy page via the plugin. The only issue is that the shortcodes have not populated in the page. Have I done something wrong?
]]>Error: The plugin generated x characters of unexpected output during activation
This is with the paid-for or Pro version…
Did it on every single WP site I tried, so decide to do a fresh WP install (4.1.1) and did it there as well.
I’m in the process of request a full refund as I do not like poorly written code, especially when paid for!
]]>I’m trying to use WP Legal Pages.
I’m surprised to find it has only one page, Privacy Policy. Is that correct, or do I have a problem?
The info published suggests that it certainly has more than a single page!
Perhaps someone can suggest a plugin with a more complete set of legal pages. All I’ve found is “Terms of Service and Privacy Policy.”
]]>