Okay
  Public Ticket #914530
Theme Upload
Closed

Comments

  •  2
    Stefano started the conversation

    Hi, I can't upload the theme on the website. Once I upload the theme on the website, everything disappear and I can't work anymore. I have to reinstall everything or not use the theme. 

  •  8,996
    Tahir replied

    Hey Stefano,

    Add this to wp-config.php via FTP after the WP_debug line :

    define( 'FS_CHMOD_DIR', ( 0755 & ~ umask() ) );
    define( 'FS_CHMOD_FILE', ( 0644 & ~ umask() ) );
    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '128M' );
    

    Also set WP_DEBUG to true . 

    And then check if the Theme works or not.

    Thanks 


    ThemeNectar Support Team