formationgrowthhacking
Forum Replies Created
-
I have the same issue: https://prnt.sc/MorEiOrV5uJb
And it is from : /wp-content/plugins/duracelltomi-google-tag-manager/dist/js/analytics-talk-content-tracking.js?ver=1.19.1
- This reply was modified 10 months, 2 weeks ago by formationgrowthhacking.
I sent to you a mail.
Thanks, but where is your Contact page?
This is weird, I am not a premium client of WordPress.
Any update please? Do you wnat Admin access to my website in order to have a look and investigate?
Thanks fro your quick reply.
Here are the logs:
2023-09-27T00:09:57+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 77824 bytes) в /var/www/vhosts/dragonprices.com/httpdocs/wp-includes/functions.php на строке 650 2023-09-27T02:10:58+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 1413120 bytes) в /var/www/vhosts/dragonprices.com/httpdocs/wp-includes/class-wpdb.php на строке 2425 2023-09-27T03:32:46+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 77824 bytes) dans /var/www/vhosts/dragonprices.com/httpdocs/wp-includes/functions.php à la ligne 650 2023-09-27T03:51:35+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 1413120 bytes) en /var/www/vhosts/dragonprices.com/httpdocs/wp-includes/class-wpdb.php en la línea 2459 2023-09-27T05:30:21+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 1413120 bytes) в /var/www/vhosts/dragonprices.com/httpdocs/wp-includes/class-wpdb.php на строке 2425 2023-09-27T07:33:47+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 1413120 bytes) в /var/www/vhosts/dragonprices.com/httpdocs/wp-includes/class-wpdb.php на строке 2425 2023-09-27T08:51:20+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 77824 bytes) dans /var/www/vhosts/dragonprices.com/httpdocs/wp-includes/functions.php à la ligne 650 2023-09-27T09:35:28+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 77824 bytes) in /var/www/vhosts/dragonprices.com/httpdocs/wp-includes/functions.php on line 650 2023-09-27T09:36:21+00:00 CRITICAL Allowed memory size of 268435456 bytes exhausted (tried to allocate 77824 bytes) in /var/www/vhosts/dragonprices.com/httpdocs/wp-includes/functions.php on line 650
It said it is a problem of memory limit. I checked the PHP memory:
memory_limit:256M
The line 650 of functions.php correspond to this line “
return @unserialize( trim( $data ) );
” of this function:function maybe_unserialize( $data ) { if ( is_serialized( $data ) ) { // Don't attempt to unserialize data that wasn't serialized going in. return @unserialize( trim( $data ) ); } return $data; }
Forum: Fixing WordPress
In reply to: Website is automatically adding site domain in front of custom URLsI have exact same issue.
Forum: Plugins
In reply to: [Yoast SEO] wordpress-seo/src/services/health-check/links-table-reports.phpI found the issue. It was because I reach the limit of number of files on my hosting. Sorry for bothering.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] How to change date format?Thanks
Thanks for your help. I did it! ??
The secret.txt file will not move. Because to make it easy, I will copy paste the key in my code. But if this key change each time a license key is generated, I’ll have to make more complicated to code to access to the protexted file secret.txt.
Here is the python code in case someone need it:
import hashlib import hmac secretfile = '.../lmfwc-files/secret.txt' ## Fill in proper file name with open(secretfile, 'rb') as fd: secret = fd.read() key = 'goldQ3T8-1QRD-5QBI-9F22' bkey = key.encode('ascii') h = hmac.new(secret, bkey, hashlib.sha256) print('hd (hex): ', h.hexdigest())
Obviously, your plugin use a key stored in a file?
If it is the case, where can we find this key please?Forum: Fixing WordPress
In reply to: Which crypting techno is used to encrypt password?Thanks a lot
Thanks a lot for your help. I will investigate more.
Thanks for your answer. That is a great news. My last question :
The monthly payment on stripe will be automatic without doing anything, or wppay will send a link each month for asking the monthly payment?I have some products. One cos 2500€. I want to sell it with 5 payments of 500€ each month during 5 months.
I need this plugin to charge automatically the credit card.
I purchased woocommerce deposit which send only reminder mail for next payment. Credit card is not automatically charged. If client doesn’t click on link, he doesnt pay and i dont get my money.
There is this subscription plugin, but it is too expensive. I was thinking of a form plugin.
I want to be sure I can sell my product on 4 or 6 multiple payment and then plugin automatically charged every month the user. But i cant find other extension than subscription plugin.Thanks for helping me
Kind regards
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Not SyncingI have same issue. Products can’t be synchronised.
How can I help you to make work your plugin. I saw mmessages since 2017 about this issue.
Products synchronization suppose to be one of the main feature of this plugin. How a hight tech company like Mailchimp can’t make a simple syncrhonisation plugin. I guess the Mailchimp system is much more complicated to code than a synchronisation of tables.
I updated today 28th of May 2019 all my version of plugin and woocommerce. Nothing want to be synchronised. This is very painful for our business!