angzicc
Forum Replies Created
-
Forum: Plugins
In reply to: [HTML Import 2] I solved the problem with PHP 8I noticed that there is a report in debug.log:
PHP Deprecated: ?mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/emridrit/public_html/wp-content/plugins/import-html-pages/html-importer.php on line 257
I have tried several solutions but have not been able to get them to work properly so far.While this does not break the plugin, is this a warning that it could become a problem in future versions of PHP. But I keep telling you that on my server and php 8.3 the plugin works perfectly.
I am in contact with the creator of the plugin to find a solution.
Forum: Plugins
In reply to: [HTML Import 2] I solved the problem with PHP 8Hi, I didn’t quite understand your answer. My modification on that file allows it to work perfectly on my server with php 8.3, I didn’t have to modify the other two files you’re talking about. I even import 500 files at once without errors.
In any case, can you put a link here to download them so I can see what you modified? Thanks, otherwise feel free to send me an email message angzicc at hotmail dot com- This reply was modified 1 month, 3 weeks ago by angzicc.
Forum: Themes and Templates
In reply to: [Zakra] In “Appearance / Personalize” I can see only WidgetIf I try to install Zakra Pro Plugin (1.2.5 Premium) the website got a critical error!
- This reply was modified 1 year ago by angzicc.
Forum: Themes and Templates
In reply to: [Zakra] In “Appearance / Personalize” I can see only WidgetOk it works when I deactivate Zakra Pro Plugin !!! I try to uninstall and delete the folder, then I try to re-install. I’ll let you know! Thanks!
Forum: Themes and Templates
In reply to: [Customify] Buttons don’t have accesible namesI try to contact you at https://pressmaximum.com/contact/ but received no reply.
Forum: Themes and Templates
In reply to: [Customify] Buttons don’t have accesible namesWhy you don’t reply here? I have the same problem like all the people that use Customify Theme. Thanks.
Forum: Plugins
In reply to: [HTML Import 2] Very slow on a WP website with thousands of pages`Server architecture Linux 3.10.0-1160.76.1.el7.x86_64 x86_64
Web server Apache
PHP version 7.4.32 (Supports 64bit values)
PHP SAPI cgi-fcgi
PHP max input variables 12000
PHP time limit 1200
PHP memory limit 1024M
Max input time 60
Upload max filesize 150M
PHP post max size 150M
cURL version 7.85.0 OpenSSL/1.1.1qWP_MEMORY_LIMIT 40M
WP_MAX_MEMORY_LIMIT 1024MHi @sanjuacharya77 ,
thanks a lot! I sent the message as you told me. I just updated the Everest Forms plugin and now everything works fine! Very well!It makes no sense, without enabling the plugin everything works.
Increasing memory means hiding bad coding from you. I strongly believe that the plugin extracts more pages than is set in the wordpress dashboard. It also creates buffers for each page (different speech if the reason for so much memory would be justified, but if it is as I have previously expressed unfortunately it is not justified).
Currently the limit on Altervista is 256M and it cannot be exceeded.
Thanks anyway.
I can’t touch directly this file because this is an altervista free website.
But the administrator reply me with this:https://github.com/WordPress/WordPress/blob/5.5.1/wp-includes/functions.php#L4669
/** * Flush all output buffers for PHP 5.2. * * Make sure all output buffers are flushed before our singletons are destroyed. * * @since 2.2.0 */ function wp_ob_end_flush_all() { $levels = ob_get_level(); for ( $i = 0; $i < $levels; $i++ ) { ob_end_flush(); } }
at 4669 you can see:
ob_end_flush();
Thank you.
Ti ringrazio molto, farò dei test e ti faccio sapere ?? buona giornata!
Ciao Stefano grazie!
Ma quindi parli di Aruba non di TIM Fisso Fibra o di TIM Mobile giusto?In ogni caso credo che potrebbe essere il downgrade da PHP 7.1 a 5.6 che ho effettuato nel server, farò un altro test e ti dico!
Do the reason could be the update of PHP server from 5.6 to 7.1?
Do the reason could be the sending by home internet line or by hotspot with my smartphone?Now I downgraded the PHP version to 5.6 and I start to use the smartphone hotspot… and it works!
- This reply was modified 5 years, 2 months ago by angzicc.
Forum: Plugins
In reply to: [Custom Sidebars - Dynamic Sidebar Widget Area Manager] Widget page blankHi and thanks for the answer.
Yes, I mean Appearance > Widgets page in the backend.I have a lot of websites (on a good hosting for a fee) with Custom Sidebars plugin with also 30 sidebards, always with the same template and plugins installed, and everything works.
The question is: the limitations of the basic service of altervista (memory limit, impossible to edit wp-config.php) could be the reason of this problem? Have you ever tried to create a website with Altervista basic free and test your plugin by creating more than 10 or 15 custom sidebars? I think this is the point.
Thanks again.