• Hello, i installed wordpress but seems broken tried to reinstall again and broken again, images do not popup and seems the previews are not loading correctly.

    When trying to customize themes or install new themes it does not work. please advise on how to fix this ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • To start off with, we would need a lot more then just that description.

    Are you seeing error messages? If so what are they?

    When you say “broken”, can you show us an example of a page that’s broken along with a description of what you think is wrong so we can see where the problem might be.

    The more you can give us the more we can try to help you. ??

    Hello @fisamex

    1. Increase Memory Limit: define('WP_MEMORY_LIMIT', '256M');
    2. Permissions Check: ncorrect file permissions can cause issues with uploading and displaying images. Ensure that directories like wp-content, wp-includes, and wp-admin have the correct permissions, typically set to 755 for directories and 644 for files.
    3. Debugging Mode: Enable debugging in WordPress to see if any specific errors are being reported. You can do this by adding the following lines to your wp-config.php file
      define( 'WP_DEBUG', true );
      define( 'WP_DEBUG_LOG', true );
      define( 'WP_DEBUG_DISPLAY', false );
      @ini_set( 'display_errors', 0 );
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue’ is closed to new replies.