Changeset 675

Show
Ignore:
Timestamp:
07/17/06 14:09:56 (2 years ago)
Author:
donncha
Message:

Point people at the debugging page if their install doesn't work.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wpmu-settings.php

    r674 r675  
    3535                                                        die( "That blog does not exist. Please try <a href='http://{$current_site->domain}{$current_site->path}'>http://{$current_site->domain}{$current_site->path}</a>" ); 
    3636                                                } else { 
    37                                                         die( "No WPMU site defined on this host." ); 
     37                                                        die( "No WPMU site defined on this host. If you are the owner of this site, please check <a href='http://trac.mu.wordpress.org/wiki/DebuggingWpmu'>Debugging WPMU</a> for further assistance." ); 
    3838                                                } 
    3939                                        } 
     
    5454                                        die( "That blog does not exist. Please try <a href='http://{$current_site->domain}{$current_site->path}'>http://{$current_site->domain}{$current_site->path}</a>" ); 
    5555                                } else { 
    56                                         die( "No WPMU site defined on this host." ); 
     56                                        die( "No WPMU site defined on this host. If you are the owner of this site, please check <a href='http://trac.mu.wordpress.org/wiki/DebuggingWpmu'>Debugging WPMU</a> for further assistance." ); 
    5757                                } 
    5858                        }