Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • iu34

    (@iu34)

    Hello.Inam

    It sounds like a server-side issue, possibly caused by memory limits or PHP configuration. Try the following steps:

    1. Increase PHP Memory Limit: Edit the wp-config.php file and add define('WP_MEMORY_LIMIT', '256M');.
    2. Check Error Logs: Look at the server’s error log (via cPanel or hosting control panel) to identify specific issues.
    3. Disable Plugins/Themes: If you’ve installed any previously, rename the plugins or themes folder to disable them.
    4. Verify File Permissions: Ensure folders are set to 755 and files to 644.
    5. Check PHP Extensions: Make sure required PHP extensions like mysqli are enabled.

    This should help troubleshoot and resolve the 500 error or blank page issue.

    iu34

    (@iu34)

    Hello,lauratu
    To enable a multisite network with subdirectories on an existing WordPress site older than 30 days, you can follow these steps:

    1. Backup Your Site: Always back up your WordPress site before making major changes.
    2. Edit wp-config.php: Add define('WP_ALLOW_MULTISITE', true); just before the line /* That's all, stop editing! */.
    3. Network Setup: Go to Tools > Network Setup, choose “subdirectories,” and follow the instructions to edit your wp-config.php and .htaccess files.
    4. Modify .htaccess: WordPress will provide code to add to your .htaccess file to enable the multisite network with subdirectories.
    5. Activate Network: Complete the setup and activate the network to start using subdirectories for your multisite setup.

    This approach allows you to achieve the desired structure for language navigation without relying on additional plugins.

    When you uninstall the DIVI theme, your projects disappear because they rely on DIVI-specific modules, shortcodes, or custom settings. These elements don’t transfer to other themes. Reinstalling DIVI restores the projects as the theme’s structure and content are reintegrated. To avoid this, consider converting custom layouts to a more universal format before switching themes.

Viewing 3 replies - 1 through 3 (of 3 total)