Plumbit runs on a standard WordPress hosting environment, but low server limits can cause failed uploads, incomplete plugin installation, timeouts, and import problems. Check these settings before blaming the theme or repeatedly retrying the same action.
WordPress and PHP requirements#
Plumbit requires WordPress 7.0 or newer and PHP 8.3 or newer. PHP 8.4 or newer is recommended. Use supported, maintained releases whenever possible.
- WordPress 7.0 or newer is installed and running normally before Plumbit is installed.
- PHP 8.3 or newer is active; PHP 8.4 or newer is recommended.
- MySQL or MariaDB meets the current WordPress requirements.
- HTTPS is enabled for the public site and WordPress dashboard.
Recommended server limits#
The following values are a practical baseline for theme installation, bundled plugins, Elementor editing, and normal site administration. Larger sites may need more.
| Setting | Recommended baseline | Why it matters |
|---|---|---|
memory_limit | 256 MB or higher | Reduces memory errors during editing, plugin setup, and heavier admin tasks. |
upload_max_filesize | 64 MB or higher | Allows the theme, plugins, and larger media files to upload. |
post_max_size | 64 MB or higher | Must be large enough for uploaded files and form data. |
max_execution_time | 300 seconds | Helps prevent longer installation or setup tasks from timing out. |
max_input_vars | 3000 or higher | Prevents large settings forms and complex menus from being truncated. |
These are recommendations, not promises that every host exposes the same controls. On managed hosting, support may need to change them for you.
Server features and PHP extensions#
A normal WordPress host already includes most of these. Missing extensions can still break image processing, archive extraction, remote requests, or plugin installation.
- cURL and OpenSSL for secure remote requests.
- ZIP support for extracting theme and plugin packages.
- JSON, DOM, and XML support used by WordPress and plugins.
- GD or Imagick for image processing.
- mbstring for reliable text handling.
- Writable
wp-content,themes,plugins, anduploadsdirectories.
Where to check your environment#
- In WordPress, go to .
- Review the Server, WordPress Constants, Filesystem Permissions, and Database sections.
- Compare the visible limits with the recommendations above.
- If a value is too low or hidden, contact your hosting provider.
Do not edit server files blindly#
Random changes to php.ini, .htaccess, or hosting configuration can cause a site-wide error. Use the hosting control panel or ask the host to confirm the correct method.
Signs that the hosting environment is the problem#
- The theme upload stops before WordPress begins installation.
- Plugin installation repeatedly times out.
- Elementor shows memory or server errors on otherwise valid pages.
- Uploads fail despite using the correct ZIP file.
- Changes save partially or large menus lose items.
- The WordPress Site Health screen reports filesystem or loopback failures.
What to collect before contacting support#
Send enough technical context to separate a theme defect from a server restriction.
- Plumbit version.
- WordPress and PHP versions.
- Hosting provider and plan type.
- WordPress memory limit and upload limit.
- Exact error text and a screenshot.
- Whether the same action works after temporarily disabling unrelated plugins.
Expected result#
Your server can upload and activate Plumbit, install the bundled plugins, save settings, process images, and complete normal WordPress administration without memory errors, timeouts, or permission failures.
Related articles
Understanding the Plumbit download package
Learn which Plumbit ZIP to upload, what each package contains, and how to avoid the missing style.css installation error.
How to install the Plumbit theme
Upload the installable Plumbit theme ZIP, activate the theme, and continue with required plugin setup.
Troubleshooting common Plumbit installation issues
Resolve missing style.css, destination-folder, upload-limit, activation, bundled-plugin, and unstyled-site installation problems.
