|
|
|
TroubleshootingPostNuke Multisites is currently a hack and is not a true module. An entire rewrite of Multisites is planned for version 0.8, which will improve matters greatly, but for now, every Multisites install is definitely a manual one.
Many users have been greatly frustrated by the
But should you have issues with either install, the following sections list some tips that might be helpful. Wrong Parameters Folder Being Accessed
If your sites are
<?php phpinfo(); ?> Call it test.php and place it in your server's root directory. Load the file in your browser using each of your domains, for example: http://www.familypets.com/test.php http://dogs.familypets.com/test.php http://forums.familypets.com/test.php At the bottom of the page it creates, you see a table that shows the value of the SERVER_NAME setting, as well as the alternative HTTP_HOST . Use the global variable that contains the proper name for your site in the whoisit.inc.php file to fix the problem. Unable to Load Database Driver
This fatal error is caused when your site is
unable to access the database. You can perform a quick test to be
certain everything else is working by renaming the root
config.php
file and using the backup file of the original
configuration. Next trace through the files that create the domain
Shared
|
|
|
|
|
|
|
Next
The final chapter
|
|
|
|
|
|
|
Chapter 26. Case Study: Business IntranetIN THIS CHAPTER
This chapter walks through the development of a
business intranet cluster of
The focus is primarily on the database and
permissions changes needed to create the site structure. The
|
|
|
|