-
AuthorSearch Results
-
July 5, 2022 at 9:15 am #1357255
Topic: video showing black screen
in forum EnfoldKulturDesign
Participantdear enfold support team
I could not find a solution after searching the web and this support forum hours by hours. Please see my customers website where we have many youtube video embeded with the enfold video function. It used to work many years but stopped working, I don´t know when.
PLEASE can you help.
The first video you see I´ve embeded today with the iframe from youtube. This seems to work. But the enfold embeding isn´t working anymore.I´ve tried disabling all plugins – no luck
I´ve updated WordPress, Enfold and the php version to 8 – no luckAny ideas? I would really appriciate your help.
July 4, 2022 at 12:34 pm #1357191In reply to: Add links to right hand side of socket
Hey woogie07,
Thank you for the inquiry.
Yes, you are correct. You have to create a new set of menu and set it as the Footer Menu under Theme Locations. You can also edit the footer.php template and add the links manually, only if necessary.
Best regards,
IsmaelJuly 4, 2022 at 10:09 am #1357179Topic: Disable Srcset followup
in forum Enfoldthinkjarvis
ParticipantHi,
@Guenni007 raised an issue with disabling or changing the srcset implementation for sliders where a min height and stretch image are set.https://kriesi.at/support/topic/exclude-background-images-cover-from-srcset-responsive-react/
Is there a difinitive answer on how to do that and did any of this make it into core?
I have the same problem on nearly all of the sites that use an above the fold full width slider.
The wrong image is selected based on the viewport width rather than the width of the image or the min height.
Ideally I’d like to insert a solution into functions.php so I do not have to copy files specifically relating to the slider into the child theme.
if you have any input on this (even if it is just instructions on how to disable srcset for a specific slider) it would be greatly appreciated.
July 3, 2022 at 4:32 pm #1357137In reply to: Import Demo didn't work!
July 3, 2022 at 2:16 pm #1357129In reply to: Line break for tab section titles
Hey peterolle,
Thanks for your question, try adding *br* as a substitute for <br> in the tab title field:

then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function tab_title_br_substitute() { ?> <script> var elements = new Array(); var elements = document.getElementsByClassName('av-inner-tab-title'); for (var e = 0; e < elements.length; e++) { var newHTML = elements[e].innerHTML; newHTML = newHTML.replace('*br*','<br>'); elements[e].innerHTML = newHTML; }; </script> <?php } add_action('wp_footer', 'tab_title_br_substitute');this will create the link break on the frontend.

Best regards,
MikeJuly 3, 2022 at 1:17 pm #1357123In reply to: Import Demo didn't work!
Hello
here is error log
[03-Jul-2022 11:16:20 UTC] PHP Warning: Creating default object from empty value in /home/azurtravel/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php on line 913
[03-Jul-2022 11:16:20 UTC] PHP Warning: Creating default object from empty value in /home/azurtravel/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php on line 913
[03-Jul-2022 11:16:37 UTC] PHP Warning: Creating default object from empty value in /home/azurtravel/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php on line 913
[03-Jul-2022 11:16:37 UTC] PHP Warning: Creating default object from empty value in /home/azurtravel/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php on line 913
[03-Jul-2022 11:18:58 UTC] PHP Notice: Undefined index: path in /home/azurtravel/public_html/wp-includes/l10n.php on line 1049
[03-Jul-2022 11:18:58 UTC] PHP Notice: Undefined index: path in /home/azurtravel/public_html/wp-includes/l10n.php on line 1066
[03-Jul-2022 11:18:58 UTC] PHP Notice: Undefined index: path in /home/azurtravel/public_html/wp-includes/l10n.php on line 1084
[03-Jul-2022 11:18:58 UTC] PHP Notice: Undefined index: path in /home/azurtravel/public_html/wp-includes/l10n.php on line 1049
[03-Jul-2022 11:18:58 UTC] PHP Notice: Undefined index: path in /home/azurtravel/public_html/wp-includes/l10n.php on line 1066
[03-Jul-2022 11:18:58 UTC] PHP Notice: Undefined index: path in /home/azurtravel/public_html/wp-includes/l10n.php on line 1084
————
aslo here is my php.ini
max_execution_time = 3000
max_input_time = 600
max_input_vars = 3000
memory_limit = 1024M
post_max_size = 64M
upload_max_filesize = 256M-
This reply was modified 3 years, 9 months ago by
azurtravel.
-
This reply was modified 3 years, 9 months ago by
azurtravel.
July 2, 2022 at 11:44 pm #1357100Hi,
Thanks for the login, I found that you had a PHP function in your Quick CSS:

add_filter('avf_magazine_excerpt_length','avf_magazine_excerpt_new_lenght', 10, 1); function avf_magazine_excerpt_new_lenght($excerpt) { $excerpt = 100; return $excerpt; }I removed this but merging still doesn’t seem to be working, is this site using object-oriented cache such as Memcached, Redis, Varnish, Litespeed, etc. if so please clear the server level cache as the function above may still be in the object cache.
Best regards,
MikeJuly 2, 2022 at 1:30 pm #1357070In reply to: Mobile logo adjust
/*Use a different logo on mobile*/
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo) {
if ( wp_is_mobile() ) {
$logo = “https://mercainox.pt/wp-content/uploads/2017/10/logo-mercainox-90px.png”;
}
return $logo;
}
I paste this on the functions.phpJune 30, 2022 at 11:56 pm #1356989To follow up, the shortcode as above is incompatible with the Enfold Advanced Layout Builder. As that is how the whole site is built, it won’t work. The PHP is from – https://gist.github.com/HuxburyQuinn/85af6bdf043bdfceb1f9e754abc59987
The shortcode does this and I can load a page into the popup, but it is incompatible with the Advanced Layout Builder and will not work as a button or image link. Here is a test page — https://dev.blaircomm.us/6194-2/ – click the link “creative.”
I want the same inline popup style triggered by a button and an image, see – https://www.behance.net – how they show portfolios in an inline popup triggered by an image. This is to create a portfolio page style by clicking on the image from the main page, then loading the pop-up window in which more detailed information is shown as a scrolling popup window. As I said, the shotcode does this but is unworkable as an image link and within the Advanced Builder.
I have gone over other posts where it looks like this can be done, but don’t see a comprehensive post with all the steps/code that I can get to work. I looked at https://www.youtube.com/watch?v=ezR27jB7zL8, but it is from 2018 and I can’t get it to work.
Is there a way this can be done working within the Advanced Layout Builder?
June 29, 2022 at 6:11 pm #1356897In reply to: Theme Broken on Save All Changes Btn
The issue in the screenshot is the result of me saving the theme settings and it is missing images, css, html on the frontend. This happens quite frequently and it is sporadic. WP, parent theme and plugins are all updated. PHP is at 7.4 because I have been having issues with version 8.
June 29, 2022 at 12:57 pm #1356853Topic: Easy slider and Gallery do not upload images
in forum Enfoldrosarion4
ParticipantTrying to insert Easy sliders or the image galleries on the pages do not work, photos and texts do not appear.
wordpress 6.0
enfold 5.0.1
php 7,4,30June 29, 2022 at 10:19 am #1356815In reply to: Conflict with Paid Membership Pro
Hi,
Thanks for the update, and sorry for the late reply. I see the same thing on my end, most warnings seems to be coming from the plugin. Like this for example:
[26-Jun-2022 21:12:59 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
PHP warnings shouldn’t cause a problem like the one you are having though. Warnings are usually just that, warnings. They shouldn’t really affect any functionality in general.
I do see a fatal error coming from the plugin as well though:
[27-Jun-2022 19:13:53 UTC] PHP Fatal error: Uncaught Error: Call to undefined function pmpro_recaptcha_get_html() in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php:561
It seems to be generated by the page you are having problems with. We can’t really debug this unfortunately, but maybe it’s something you could pass onto the plugin developer?
Best regards,
RikardJune 28, 2022 at 10:54 pm #1356784In reply to: Conflict with Paid Membership Pro
Rikard,
If this helps, my web people sent me this:Here are some that I noticed. If you scroll all the way to the bottom of that error document I sent, pretty much all of the errors seem like they are related to the membership plugin somehow
PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[24-Jun-2022 22:21:08 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘)’ at line 7 for query
SELECT l.id, cl.*, l.name, l.description, l.allow_signups
FROM wp_nrnnf4v6pq_pmpro_discount_codes_levels cl
LEFT JOIN wp_nrnnf4v6pq_pmpro_membership_levels l
ON cl.level_id = l.id
LEFT JOIN wp_nrnnf4v6pq_pmpro_discount_codes dc
ON dc.id = cl.code_id WHERE dc.code = ‘FREE50’
AND cl.level_id IN () made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, pmpro_applydiscountcode_init, require_once(‘/plugins/paid-memberships-pro/services/applydiscountcode.php’)[24-Jun-2022 22:21:08 UTC] PHP Warning: array_diff(): Expected parameter 1 to be an array, null given in /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/services/applydiscountcode.php on line 79
[24-Jun-2022 22:21:08 UTC] PHP Fatal error: Uncaught Error: __clone method called on non-object in /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/services/applydiscountcode.php:98
Stack trace:
#0 /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/includes/services.php(12): require_once()
#1 /var/web/site/public_html/wp-includes/class-wp-hook.php(307): pmpro_applydiscountcode_init(”)
#2 /var/web/site/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
#3 /var/web/site/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#4 /var/web/site/public_html/wp-settings.php(598): do_action(‘init’)
#5 /var/web/site/public_html/wp-config.php(112): require_once(‘/var/web/site/p…’)
#6 /var/web/site/public_html/wp-load.php(50): require_once(‘/var/web/site/p…’)
#7 /var/web/site/public_html/wp-admin/admin-ajax.php(22): require_once(‘/var/web/site/p…’)
#8 {main}
thrown in /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/services/applydiscountcode.php on line 98[24-Jun-2022 22:21:08 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/services/applydiscountcode.php on line 71
[27-Jun-2022 16:18:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function pmpro_recaptcha_get_html() in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php:561
Stack trace:
#0 /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/includes/functions.php(384): include()
#1 /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/includes/init.php(85): pmpro_loadTemplate(‘checkout’, ‘local’, ‘pages’)
#2 /var/web/site/public_html/wp-includes/shortcodes.php(356): pmpro_pages_shortcode(”, ”, ‘pmpro_checkout’)
#3 [internal function]: do_shortcode_tag(Array)
#4 /var/web/site/public_html/wp-includes/shortcodes.php(228): preg_replace_callback(‘/\\[(\\[?)(gravit…’, ‘do_shortcode_ta…’, ‘<h2>Important. …’)
#5 /var/web/site/public_html/wp-includes/class-wp-hook.php(307): do_shortcode(‘<h2>Important. …’)
#6 /var/web/site/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(‘<h2>Important. …’, Array)
#7 /var/web/site/public_html/wp-includes/post-template.php(253): in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 561June 28, 2022 at 1:31 pm #1356720In reply to: Equal products height in Woocommerce Shop Page
Hi,
Thanks for the feedback I have adjusted the script to this:function limit_words_script() { ?> <script> (function($){ $('#top.post-type-archive-product .template-shop .products.columns-3 .product .inner_product').contents().filter(function() { return this.nodeType == 3 }).each(function(){ var words=45 if (this.textContent.length > 347) { this.textContent = this.textContent.split(" ",words).join(" ") + "..."; } }); })(jQuery); </script> <?php } add_action('wp_footer', 'limit_words_script');To understand how this works please note that since the script doesn’t know “words” and words are different lengths the script counts the spaces between the words to equal the desired “45”, the conditional property “length” counts characters, so in my test with
console.log(this.textContent.length)for your language the average character length for 45 spaces, or words, is 347.Best regards,
MikeJune 27, 2022 at 10:49 pm #1356637In reply to: Conflict with Paid Membership Pro
HI Rikard,
Here is the error log.[12-May-2022 00:31:24 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[13-May-2022 20:16:35 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[15-May-2022 19:13:04 UTC] WordPress database error Duplicate key name ‘country_iso_code’ for query CREATE INDEX country_iso_code ON wp_nrnnf4v6pq_defender_lockout_log (country_iso_code) made by require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, WP_Defender\Upgrader->run, WP_Defender\Upgrader->upgrade_2_8_3, WP_Defender\Upgrader->add_country_iso_code_column
[16-May-2022 06:24:27 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[17-May-2022 13:14:45 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[19-May-2022 15:07:14 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[24-May-2022 08:10:46 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[26-May-2022 00:09:07 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[31-May-2022 01:59:13 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[31-May-2022 12:31:30 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[02-Jun-2022 00:01:59 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[06-Jun-2022 04:03:40 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[06-Jun-2022 19:48:10 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[13-Jun-2022 08:08:32 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[14-Jun-2022 15:35:48 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[20-Jun-2022 13:27:44 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[20-Jun-2022 13:28:15 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[22-Jun-2022 01:25:10 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[22-Jun-2022 18:50:35 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 18:50:46 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 18:50:57 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 18:51:02 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 18:51:09 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 18:55:08 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 18:55:55 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 19:02:12 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 19:02:51 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 19:03:06 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 19:07:03 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 19:08:31 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 19:08:32 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 19:08:32 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 19:08:32 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 19:08:53 UTC] PHP Parse error: syntax error, unexpected end of file in /var/web/site/public_html/wp-content/themes/enfold-child/functions.php on line 32
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-13081.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-13438.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-10911.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-14012.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-9017.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8827.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-14210.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-7520.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8745.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8427.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-10766.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-81.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-7444.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-10895.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8812.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8125.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-7895.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8199.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8693.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8190.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8280.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-14365.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-10936.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-10682.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-14885.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-7931.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-14555.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8009.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-14391.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8116.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-13266.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-13261.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-5514.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-10945.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8439.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-7939.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-421.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-13822.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-14503.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-35.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-10941.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-9116.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-9047.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-7597.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-7740.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-10919.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-14283.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-83.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-13695.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-10519.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-9175.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-10925.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-15.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-13860.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8807.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-7320.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-13235.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-13777.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8255.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8284.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-10932.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8260.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-14160.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-10949.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-13613.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-3906.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8832.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-7710.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[22-Jun-2022 21:38:06 UTC] PHP Warning: unlink(/var/web/site/public_html/wp-content/uploads/avia_posts_css/post-8619.css): No such file or directory in /var/web/site/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 579
[24-Jun-2022 22:20:59 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[24-Jun-2022 22:21:08 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/services/applydiscountcode.php on line 71
[24-Jun-2022 22:21:08 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘)’ at line 7 for query
SELECT l.id, cl.*, l.name, l.description, l.allow_signups
FROM wp_nrnnf4v6pq_pmpro_discount_codes_levels cl
LEFT JOIN wp_nrnnf4v6pq_pmpro_membership_levels l
ON cl.level_id = l.id
LEFT JOIN wp_nrnnf4v6pq_pmpro_discount_codes dc
ON dc.id = cl.code_id WHERE dc.code = ‘FREE50’
AND cl.level_id IN () made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, pmpro_applydiscountcode_init, require_once(‘/plugins/paid-memberships-pro/services/applydiscountcode.php’)
[24-Jun-2022 22:21:08 UTC] PHP Warning: array_diff(): Expected parameter 1 to be an array, null given in /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/services/applydiscountcode.php on line 79
[24-Jun-2022 22:21:08 UTC] PHP Fatal error: Uncaught Error: __clone method called on non-object in /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/services/applydiscountcode.php:98
Stack trace:
#0 /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/includes/services.php(12): require_once()
#1 /var/web/site/public_html/wp-includes/class-wp-hook.php(307): pmpro_applydiscountcode_init(”)
#2 /var/web/site/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
#3 /var/web/site/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#4 /var/web/site/public_html/wp-settings.php(598): do_action(‘init’)
#5 /var/web/site/public_html/wp-config.php(112): require_once(‘/var/web/site/p…’)
#6 /var/web/site/public_html/wp-load.php(50): require_once(‘/var/web/site/p…’)
#7 /var/web/site/public_html/wp-admin/admin-ajax.php(22): require_once(‘/var/web/site/p…’)
#8 {main}
thrown in /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/services/applydiscountcode.php on line 98
[24-Jun-2022 22:21:08 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/services/applydiscountcode.php on line 71
[24-Jun-2022 22:21:08 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘)’ at line 7 for query
SELECT l.id, cl.*, l.name, l.description, l.allow_signups
FROM wp_nrnnf4v6pq_pmpro_discount_codes_levels cl
LEFT JOIN wp_nrnnf4v6pq_pmpro_membership_levels l
ON cl.level_id = l.id
LEFT JOIN wp_nrnnf4v6pq_pmpro_discount_codes dc
ON dc.id = cl.code_id WHERE dc.code = ‘FREE50’
AND cl.level_id IN () made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, pmpro_applydiscountcode_init, require_once(‘/plugins/paid-memberships-pro/services/applydiscountcode.php’)
[24-Jun-2022 22:21:08 UTC] PHP Warning: array_diff(): Expected parameter 1 to be an array, null given in /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/services/applydiscountcode.php on line 79
[24-Jun-2022 22:21:08 UTC] PHP Fatal error: Uncaught Error: __clone method called on non-object in /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/services/applydiscountcode.php:98
Stack trace:
#0 /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/includes/services.php(12): require_once()
#1 /var/web/site/public_html/wp-includes/class-wp-hook.php(307): pmpro_applydiscountcode_init(”)
#2 /var/web/site/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
#3 /var/web/site/public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#4 /var/web/site/public_html/wp-settings.php(598): do_action(‘init’)
#5 /var/web/site/public_html/wp-config.php(112): require_once(‘/var/web/site/p…’)
#6 /var/web/site/public_html/wp-load.php(50): require_once(‘/var/web/site/p…’)
#7 /var/web/site/public_html/wp-admin/admin-ajax.php(22): require_once(‘/var/web/site/p…’)
#8 {main}
thrown in /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/services/applydiscountcode.php on line 98
[26-Jun-2022 20:18:55 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[26-Jun-2022 20:20:50 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[26-Jun-2022 21:03:50 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[26-Jun-2022 21:12:59 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[26-Jun-2022 21:14:05 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[26-Jun-2022 21:58:19 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[27-Jun-2022 14:46:41 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[27-Jun-2022 16:18:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function pmpro_recaptcha_get_html() in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php:561
Stack trace:
#0 /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/includes/functions.php(384): include()
#1 /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/includes/init.php(85): pmpro_loadTemplate(‘checkout’, ‘local’, ‘pages’)
#2 /var/web/site/public_html/wp-includes/shortcodes.php(356): pmpro_pages_shortcode(”, ”, ‘pmpro_checkout’)
#3 [internal function]: do_shortcode_tag(Array)
#4 /var/web/site/public_html/wp-includes/shortcodes.php(228): preg_replace_callback(‘/\\[(\\[?)(gravit…’, ‘do_shortcode_ta…’, ‘<h2>Important. …’)
#5 /var/web/site/public_html/wp-includes/class-wp-hook.php(307): do_shortcode(‘<h2>Important. …’)
#6 /var/web/site/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(‘<h2>Important. …’, Array)
#7 /var/web/site/public_html/wp-includes/post-template.php(253): in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 561
[27-Jun-2022 16:19:32 UTC] PHP Fatal error: Uncaught Error: Call to undefined function pmpro_recaptcha_get_html() in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php:561
Stack trace:
#0 /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/includes/functions.php(384): include()
#1 /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/includes/init.php(85): pmpro_loadTemplate(‘checkout’, ‘local’, ‘pages’)
#2 /var/web/site/public_html/wp-includes/shortcodes.php(356): pmpro_pages_shortcode(”, ”, ‘pmpro_checkout’)
#3 [internal function]: do_shortcode_tag(Array)
#4 /var/web/site/public_html/wp-includes/shortcodes.php(228): preg_replace_callback(‘/\\[(\\[?)(gravit…’, ‘do_shortcode_ta…’, ‘<h2>Important. …’)
#5 /var/web/site/public_html/wp-includes/class-wp-hook.php(307): do_shortcode(‘<h2>Important. …’)
#6 /var/web/site/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(‘<h2>Important. …’, Array)
#7 /var/web/site/public_html/wp-includes/post-template.php(253): in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 561
[27-Jun-2022 19:13:53 UTC] PHP Warning: implode(): Invalid arguments passed in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 48
[27-Jun-2022 19:13:53 UTC] PHP Fatal error: Uncaught Error: Call to undefined function pmpro_recaptcha_get_html() in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php:561
Stack trace:
#0 /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/includes/functions.php(384): include()
#1 /var/web/site/public_html/wp-content/plugins/paid-memberships-pro/includes/init.php(85): pmpro_loadTemplate(‘checkout’, ‘local’, ‘pages’)
#2 /var/web/site/public_html/wp-includes/shortcodes.php(356): pmpro_pages_shortcode(”, ”, ‘pmpro_checkout’)
#3 [internal function]: do_shortcode_tag(Array)
#4 /var/web/site/public_html/wp-includes/shortcodes.php(228): preg_replace_callback(‘/\\[(\\[?)(gravit…’, ‘do_shortcode_ta…’, ‘<h2>Important. …’)
#5 /var/web/site/public_html/wp-includes/class-wp-hook.php(307): do_shortcode(‘<h2>Important. …’)
#6 /var/web/site/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(‘<h2>Important. …’, Array)
#7 /var/web/site/public_html/wp-includes/post-template.php(253): in /var/web/site/public_html/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/checkout.php on line 561-
This reply was modified 2 years, 4 months ago by
Yigit.
June 27, 2022 at 4:59 pm #1356617Topic: Page stuck in loading screen
in forum Enfoldscitation
ParticipantHi all,
I’m using enfold 4.9.2.1 on my website, but it is stuck on loading screen for every page. I’ve tried updating the PHP to a more recent version (from 7.4 to 8.0) but with no success.
Can you help me solve this issue?
Many thanks!
June 27, 2022 at 11:02 am #1356589In reply to: Undefined index
Hi,
wenn ich alle Plugins deaktiviere ist die Seite nicht mehr erreichbar und ich erhalte folgende Fehlermeldung:
Fatal error: Uncaught Error: Attempt to assign property “extra” on null in /home/www/wordpressWIM19/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php:913 Stack trace: #0 /home/www/wordpressWIM19/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php(289): aviaAssetManager->try_deregister_scripts(‘avia-head-scrip…’) #1 /home/www/wordpressWIM19/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php(104): aviaAssetManager->merge(‘js’, ‘avia-head-scrip…’, Array) #2 /home/www/wordpressWIM19/wp-includes/class-wp-hook.php(307): aviaAssetManager->try_minifying_scripts(”) #3 /home/www/wordpressWIM19/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #4 /home/www/wordpressWIM19/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #5 /home/www/wordpressWIM19/wp-includes/script-loader.php(2156): do_action(‘wp_enqueue_scri…’) #6 /home/www/wordpressWIM19/wp-includes/class-wp-hook.php(307): wp_enqueue_scripts(”) #7 /home/www/wordpressWIM19/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #8 /home/www/wordpressWIM19/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #9 /home/www/wordpressWIM19/wp-includes/general-template.php(3042): do_action(‘wp_head’) #10 /home/www/wordpressWIM19/wp-content/themes/enfold/header.php(200): wp_head() #11 /home/www/wordpressWIM19/wp-includes/template.php(770): require_once(‘/home/www/wordp…’) #12 /home/www/wordpressWIM19/wp-includes/template.php(716): load_template(‘/home/www/wordp…’, true, Array) #13 /home/www/wordpressWIM19/wp-includes/general-template.php(48): locate_template(Array, true, true, Array) #14 /home/www/wordpressWIM19/wp-content/themes/enfold/template-builder.php(15): get_header() #15 /home/www/wordpressWIM19/wp-includes/template-loader.php(106): include(‘/home/www/wordp…’) #16 /home/www/wordpressWIM19/wp-blog-header.php(19): require_once(‘/home/www/wordp…’) #17 /home/www/wordpressWIM19/index.php(17): require(‘/home/www/wordp…’) #18 {main} thrown in /home/www/wordpressWIM19/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php on line 913
Viele Grüße
VeraJune 24, 2022 at 7:02 pm #1356426In reply to: google maps api won't work
Hi,
I just noticed that your screenshot shows that Your PHP version: 7.3.33, if you check the WordPress Site Health you will see that The minimum recommended version of PHP is 7.4.

so first update your PHP, then if that doesn’t help see our documentation and ensure that your Token meets the specific permissions to verify the purchase, if for some reason you still can’t update try to download the latest version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeJune 24, 2022 at 9:01 am #1356370Hey navindesigns,
Thank you for the inquiry.
You have to manually edit the read more text in the enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php file around line 827. Look for this code.
$permalink = '<div class="read-more-link"><a href="' . get_permalink( $the_id ) . '" class="more-link">' . __( 'Read more', 'avia_framework' ) . '<span class="more-link-arrow"></span></a></div> ';Best regards,
IsmaelJune 24, 2022 at 7:42 am #1356360Hi,
Looks like it defaults to the “large” thumbnail when using the list style. Please try to edit the enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php file and look for this code around line 1470.
// create array with responsive info for lightbox $img = Av_Responsive_Images()->responsive_image_src( $attachment->ID, 'large' );Replace “large” with “full”.
// create array with responsive info for lightbox $img = Av_Responsive_Images()->responsive_image_src( $attachment->ID, 'full' );Best regards,
IsmaelJune 22, 2022 at 3:02 pm #1356162Hi,
Thanks for the update. I’m running PHP 8.0.19 without any problems on a test installation, so you should be able to update to that. If you should prefer to stay with 7.4, then I can’t see any problems with that either.
Best regards,
RikardJune 22, 2022 at 12:42 pm #1356143We are in 8.1
Now I change to version 7.4 and works fine, did you no if I can try with php 8.0 or is better to stay in 7.4. Full compatibility and better performance with Enfold ?
Thanks a lot.
June 22, 2022 at 8:20 am #1356094In reply to: Conflict with Paid Membership Pro
on your landing page – on the other page it still exists.
Edit : my suggestion is that your inserted script has some linebreaks that causes the automatic p-tag insertion in the text-widget – in a child-theme functions.php it does not matter if there are linebreaks – but in a text-widget it might be different.
– so try first to insert this pure one-liner:
<script type="text/javascript">(function(e,t,o,n,p,r,i){e.visitorGlobalObjectAlias=n;e[e.visitorGlobalObjectAlias]=e[e.visitorGlobalObjectAlias]||function(){(e[e.visitorGlobalObjectAlias].q=e[e.visitorGlobalObjectAlias].q||[]).push(arguments)};e[e.visitorGlobalObjectAlias].l=(new Date).getTime();r=t.createElement("script");r.src=o;r.async=true;i=t.getElementsByTagName("script")[0];i.parentNode.insertBefore(r,i)})(window,document,"https://diffuser-cdn.app-us1.com/diffuser/diffuser.js","vgo"); vgo('setAccount', '611343716'); vgo('setTrackByDefault', true); vgo('process');</script>__________
Or like Rikards advice:
Remove that text-widget and embed that script via child-theme functions.php.function ronmann_footer_script(){ ?> <script type="text/javascript"> (function(e,t,o,n,p,r,i){e.visitorGlobalObjectAlias=n;e[e.visitorGlobalObjectAlias]=e[e.visitorGlobalObjectAlias]||function(){(e[e.visitorGlobalObjectAlias].q=e[e.visitorGlobalObjectAlias].q||[]).push(arguments)};e[e.visitorGlobalObjectAlias].l=(new Date).getTime();r=t.createElement("script");r.src=o;r.async=true;i=t.getElementsByTagName("script")[0];i.parentNode.insertBefore(r,i)})(window,document,"https://diffuser-cdn.app-us1.com/diffuser/diffuser.js","vgo"); vgo('setAccount', '611343716'); vgo('setTrackByDefault', true); vgo('process'); </script> <?php } add_action('wp_footer', 'ronmann_footer_script', 999);June 22, 2022 at 3:14 am #1356074Hi,
Thank you for the clarification.
We might have found the issue with the code. Please look for this line within the filter above..
$params['preview_size'] = 'no scaling';.., and replace ‘no scaling’ with ‘full’.
$params['preview_size'] = 'full';You can also include this code in the functions.php file.
add_filter('avf_ajax_preview_image_size', function($size) { return 'full'; }, 10, 1);Best regards,
IsmaelJune 21, 2022 at 11:00 am #1355970In reply to: Search a specific category in portfolio items.
Hi,
Sorry for the delay. Looks like it is not possible to check for the current page in a pre_get_posts hook, so what you are asking may not be possible. I will forward the issue to our channel, see if there’s anything else we can do about this.
This is the current code in the functions.php file.
function ava_search_filter_get_posts($query) { if ( ! $query->is_search ) return $query; $terms = 12; if ( ! is_admin() && 'nuestro-equipo' === $query->get( 'pagename' ) ) { $terms = 13; } $tax_query = $query->get( 'tax_query' ) ? : array(); $tax_query[] = array( 'taxonomy' => 'portfolio_entries', 'terms' => $terms, ); $query->set( 'post_type', 'portfolio' ); $query->set( 'tax_query', $tax_query ); } add_action( 'pre_get_posts', 'ava_search_filter_get_posts' );Best regards,
IsmaelJune 20, 2022 at 11:01 pm #1355903hm … i try to get what you have taken for the alb element inside that page.
First – if you use the blog post alb element to insert. There is on the Styling Tab the option “Preview Image Size”
there you can choose the image size.

At the moment i could not say if there is a filter to preset that image_size attribute
What you can do as “quick and dirty” solution is to have a child-theme postslider.php
But then you will have in all alb elements getting the infos from postslider.php the full resolution.June 20, 2022 at 10:46 am #1355822Hi,
Thanks for that. I see that you are getting a 500 internal server error on the file in private, could you share server error logs with us please? If possible, then please try using a different PHP version. Something between 7.4 and the version you are currently running for example.
Best regards,
RikardJune 20, 2022 at 12:07 am #1355794Hi,
Thank you, I linked to the test page below, unfortunately the error didn’t reproduce, I compared our theme settings and copied your stylesheet css, I just can’t tell what PHP version you are using, I tested v7.4.30 & v8.1.7 with no issues.
I’m not sure what could be causing this.Best regards,
MikeJune 17, 2022 at 4:00 pm #1355617In reply to: Image with hotspots that open image in lightbox
Hi Mike and Guenni007
Thanks a lot for your help and contributions.
Reply on Mike’s https://kriesi.at/support/topic/image-with-hotspots-that-open-image-in-lightbox/#post-1355277
This solution also works well.Your new approach in using the tooltip text is a very nice idea. It’s more convenient to write and edit this text within the hotspot element than editing it in the child’s functions.php. WP authors without access to the functions.php would not able to edit this text if I used the initial approach.
I implemented Mike’s version (https://kriesi.at/support/topic/image-with-hotspots-that-open-image-in-lightbox/#post-1355413) on my website:
function popup_tooltips_with_links_erdgeschoss() { if(is_page(559)) { ?> <script type="text/javascript"> window.addEventListener('DOMContentLoaded', function() { (function($){ $('#top.page-id-559 .av-image-hotspot_inner').each(function () { var toolTip = $(this).closest('.av-image-hotspot').attr('data-avia-tooltip'); var cleanTitle = $(toolTip).text(); $(this).attr('title', cleanTitle ); $(this).magnificPopup({ type: 'image', image: { titleSrc: 'title' } }); }); })(jQuery); }); </script> <?php } } add_action('wp_footer', 'popup_tooltips_with_links_erdgeschoss'); function popup_tooltips_with_links_obergeschoss() { if(is_page(561)) { ?> <script type="text/javascript"> window.addEventListener('DOMContentLoaded', function() { (function($){ $('#top.page-id-561 .av-image-hotspot_inner').each(function () { var toolTip = $(this).closest('.av-image-hotspot').attr('data-avia-tooltip'); var cleanTitle = $(toolTip).text(); $(this).attr('title', cleanTitle ); $(this).magnificPopup({ type: 'image', image: { titleSrc: 'title' } }); }); })(jQuery); }); </script> <?php } } add_action('wp_footer', 'popup_tooltips_with_links_obergeschoss'); function popup_tooltips_with_links_dachgeschoss() { if(is_page(563)) { ?> <script type="text/javascript"> window.addEventListener('DOMContentLoaded', function() { (function($){ $('#top.page-id-563 .av-image-hotspot_inner').each(function () { var toolTip = $(this).closest('.av-image-hotspot').attr('data-avia-tooltip'); var cleanTitle = $(toolTip).text(); $(this).attr('title', cleanTitle ); $(this).magnificPopup({ type: 'image', image: { titleSrc: 'title' } }); }); })(jQuery); }); </script> <?php } } add_action('wp_footer', 'popup_tooltips_with_links_dachgeschoss');Actually, there are three floor plans. That’s why I use the script three times (with slightly different function names) and address it to the corresponding page id.
For all of those who want to see how a house tour with floor plans might be realized with Enfold’s image with hotspots media element, here is the link:
http://www.ferienhaus-alpina.ch/hausbesichtigung
@Guenni007: I’ve also tried your version (https://kriesi.at/support/topic/image-with-hotspots-that-open-image-in-lightbox/#post-1355426) but it didn’t work. Like Mike’s report, the lightbox opens but no image is shown. Any idea how your version could run on my site?Kind regards
UeliJune 17, 2022 at 12:29 pm #1355592are you familiar with inspecting the DOM? Look what is your portfoliobox-ID
use this to get influence on image source as a snippet in your child-theme functions.php:
function my_avf_newsbox_image_size( $image_size, array $args, array $instance ){ if( $args['widget_id'] == ( 'portfoliobox-3' || 'newsbox-2' || 'newsbox-4' ) ){ $image_size = 'full'; } return $image_size; } add_filter( 'avf_newsbox_image_size', 'my_avf_newsbox_image_size', 10, 3 );______________
just for INFO:
change full to what you like to have ( small, medium, large etc. pp.) you can find the names of the enfold image-sizes on functions.php lines 211ff:$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar'] = array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider -
This reply was modified 3 years, 9 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: video showing black screen
dear enfold support team
I could not find a solution after searching the web and this support forum hours by hours. Please see my customers website where we have many youtube video embeded with the enfold video function. It used to work many years but stopped working, I don´t know when.
PLEASE can you help.
The first video you see I´ve embeded today with the iframe from youtube. This seems to work. But the enfold embeding isn´t working anymore.I´ve tried disabling all plugins – no luck
I´ve updated WordPress, Enfold and the php version to 8 – no luckAny ideas? I would really appriciate your help.
Topic: Disable Srcset followup
Hi,
@Guenni007 raised an issue with disabling or changing the srcset implementation for sliders where a min height and stretch image are set.https://kriesi.at/support/topic/exclude-background-images-cover-from-srcset-responsive-react/
Is there a difinitive answer on how to do that and did any of this make it into core?
I have the same problem on nearly all of the sites that use an above the fold full width slider.
The wrong image is selected based on the viewport width rather than the width of the image or the min height.
Ideally I’d like to insert a solution into functions.php so I do not have to copy files specifically relating to the slider into the child theme.
if you have any input on this (even if it is just instructions on how to disable srcset for a specific slider) it would be greatly appreciated.
Topic: Page stuck in loading screen
Hi all,
I’m using enfold 4.9.2.1 on my website, but it is stuck on loading screen for every page. I’ve tried updating the PHP to a more recent version (from 7.4 to 8.0) but with no success.
Can you help me solve this issue?
Many thanks!

