Lionello Posted July 16, 2023 Report Share Posted July 16, 2023 Buonasera, durante l'installazione di un tema wordpress all'interno di Uniform Server Zero Portable si verifica l'errore di un tema pesante e si consiglia un valore di 64M per evitare ulteriori problemi di caricamento. Grazie per le risposte che vorrete inviarmi. Lionello Quote Link to comment Share on other sites More sharing options...
sbourdon Posted July 17, 2023 Report Share Posted July 17, 2023 Hello, Edit the Maximum Memory Amount (MB) through the Basic PHP Configuration menu (PHP > Edit Basic and Modules > Edit Basic Configuration). It should solve your problem. Here's a link to the Documentation: https://www.doc.uniformserver.com/php.html#Edit Basic and Modules Good luck! Quote Link to comment Share on other sites More sharing options...
Lionello Posted July 18, 2023 Author Report Share Posted July 18, 2023 Hi, I managed to change the parameters related to max_upload_filesize and the post_max_size, now it gives me the invalid json error, thinking it was a theme error I contacted them and tried to correct it with this result e questo now the result is that I can no longer access anything Quote Link to comment Share on other sites More sharing options...
sbourdon Posted July 18, 2023 Report Share Posted July 18, 2023 Hello, Since your problem is related to Wordpress, my best advice would be to contact them. They know their product and have a huge community of people available to help in their forums. You should be up and running in no time! Regards, Sylvain Quote Link to comment Share on other sites More sharing options...
Lionello Posted July 18, 2023 Author Report Share Posted July 18, 2023 La ringrazio, è stato molto cortese, non la distuberò oltre; buona serata Lionello Quote Link to comment Share on other sites More sharing options...
Tate_harris Posted July 18 Report Share Posted July 18 If your theme installation in WordPress has failed, try the following steps: Check File Permissions: Ensure the 'wp-content' folder has the correct permissions. Increase Upload Limits: Edit your 'php.ini' file to increase the upload_max_filesize and post_max_size. Disable Plugins: Temporarily disable all plugins and try installing the theme again. Upload Manually: Use FTP to manually upload the theme to the 'wp-content/themes' directory. Additionally, you can outsource the task for efficiency and cost savings. I often do this to save time and money. Learn more at https://hutko.dev/services/outsour. Quote Link to comment Share on other sites More sharing options...
KapitanKłopot Posted July 27 Report Share Posted July 27 Hi there! I understand that installing a theme in WordPress can be tricky, especially when you need to set up a site quickly for important tasks like crypto development. Let's try to figure this out together. Check File Permissions: Make sure the directories where WordPress is installed have the correct permissions. Typically, directories should be set to 755 and files to 644. Increase PHP Memory Limit: Sometimes, the issue is due to insufficient PHP memory. Try adding the following line to your wp-config.php file: php Копировать код define('WP_MEMORY_LIMIT', '256M'); Upload Theme Manually: If the automated installation fails, try uploading the theme manually via FTP. Extract the theme files and upload them to the /wp-content/themes/ directory. Check for Conflicts: Disable all plugins and switch to a default theme like Twenty Twenty-One, then try installing the theme again. If it works, there might be a conflict with one of your plugins or themes. Check Error Logs: Look at the error logs for any messages that might indicate what went wrong during the installation. If the problems persist, please provide more details, such as any error messages you're receiving, and we’ll try to help further. Good luck! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.