Results 1 to 2 of 2

Thread: Invalid Theme Specified error after install

  1. #1
    kye.monroe is offline Junior Member
    Join Date
    Nov 2005
    Posts
    2

    Default Invalid Theme Specified error after install

    I have checked out a few forums on this error and dont seem to be able to find an answer. I have verified that the config.php file lists default theme as Sugar, and that directory does exist with the theme. Any clues as to what else could cause this error? I cannot get to a login, install was fine, no problems at all.

  2. #2
    andydreisch's Avatar
    andydreisch is offline Sugar Team Member
    Join Date
    Apr 2005
    Location
    San Jose
    Posts
    2,080

    Default Re: Invalid Theme Specified error after install

    Hi kye.monroe, here's the code in index.php:

    if(!is_file('themes/'.$theme.'/header.php')) {
    sugar_die("Invalid theme specified");

    Does the header.php file exist in the directory? Is the 'site_url' in config.php correct?

    Andy
    Andy Dreisch
    Vice President, Online Team


    Check out our Podcasts!
    Sugar University for training
    Sugar Wiki for developer and user help
    SugarForge for modules, themes, lang packs
    SugarExchange for production-ready extensions
    Enter/view bugs via the Sugar bug tracker

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •