This topic has 19 replies, 2 voices, and was last updated 6 months, 4 weeks ago ago by Luca Rossi
hi just installed spice theme and i got error code low server requirments. How do i fix this
Hello @Jexter,
Thank you for reaching out to us. We’re sorry to hear that you’re experiencing issues with the Spice theme installation due to low server requirements.
To resolve this issue, we recommend checking the following server settings and ensuring they meet the minimum requirements specified for the Spice theme:
1. PHP version (the required PHP version should be listed in the theme documentation)
2. Memory limit (at least 128MB, though 256MB or higher is recommended)
3. Max execution time (should be set to 180 seconds or more)
4. Post max size and upload max filesize (these should be at least 32MB)
For more information, please take a look: https://www.8theme.com/documentation/xstore/theme-installation/xstore-theme-requirements/.
You can usually adjust these settings in your hosting control panel or by editing the php.ini file on your server. If you are not sure how to make these changes, please contact your hosting provider for assistance.
If after making these adjustments you still face issues, please provide us with the exact error message or any additional details, and we will be glad to assist you further.
Best Regards,
8Theme’s Team
My hosting company changed the php file. should i now delete it and upload again as it didnt go through 100%
Hi @Jexter,
Could you please downgrade PHP to version 8.1?
If it still doesn’t help, please provide us with temporary wp-admin and FTP access.
To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.
For FTP access, we require the following details: FTP host, FTP username, FTP password, FTP port, and FTP encryption type. If you need assistance in creating these credentials, please reach out to your hosting provider who will guide you through the process.
Best Regards,
8Theme’s Team
admin details
im using version PHP version: 8.1.27
Dear Jexter,
Could you kindly provide a detailed explanation of the errors you are currently encountering on your website? It would be immensely helpful if you could include some screenshots or videos to illustrate the issues you are facing.
We have noted that you have successfully installed the child theme. Please confirm if this is correct.
Thank you for your cooperation.
Best regards,
The 8Theme Team
Error message was low server requirements. On my server end I reached the limit for the day. Hosting company raised it. Website has errors because it didn’t fully upload all files. Can I delete and try again please
Some messages on website
Dear Jexter,
We are writing to inform you that the MC4WP: Mailchimp for WordPress plugin, which had been previously deleted, has now been reinstalled and activated on your website:
Could you kindly verify the functionality at your earliest convenience and confirm that everything is operating as expected?
Thank you for your attention to this matter.
Best regards,
8Theme’s Team
I’ve looked over it lost of the images haven’t up loaded
When I click on shop and Wishlist on sticky menu the have a error or goes know where
When I’m logged in as admin I get mailchimp for WordPress error: there is no form id 539 perhaps it was deleted?
But when I’m not signed into so admin area no message
Can I delete reinstall xstore to my website please
Dear Jexter,
We hope this message finds you well. We’re writing to inquire if I may proceed with deleting and reinstalling the XStore theme on my website. Additionally, it has come to my attention that the Mailchimp plugin and its associated database have been deleted. In light of this, could you please confirm if I should delete and then import the XStore demo content again?
Thank you for your attention to this matter. I look forward to your guidance.
Best regards,
8Theme’s Team
Yes please go ahead thank you
Hello, @Jexter,
It appears that the issue we encountered was due to the distance between the servers, which resulted in longer response times. To address this during the installation of the demo data, we temporarily added the following code to the functions.php file of the child theme:
function increase_http_request_timeout( $r, $url ) {
$r['timeout'] = 500; // Increase timeout to 500 seconds
return $r;
}
add_filter( 'http_request_args', 'increase_http_request_timeout', 10, 2 );
This adjustment successfully facilitated the correct importation of the demo data. After the process was completed, the code was removed from the child theme.
Should you have any further questions or require additional assistance, please do not hesitate to contact us.
Best regards,
The 8Theme Team
Ok fixed on my server side
Do I need my own api key from mailchimp
Hi @Jexter,
Yes, you need to create your API key from: https://admin.mailchimp.com/account/api.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up