It appears there is a regular progression of events with this module. First you have the domain not found error (which I got & fixed), then the 1054unknown column categories root error (which I solved - will explain in a moment) and now I have the template not showing up and links not working error. I wish someone would give better instructions as it seems there are so many of us stumbling in the dark and having the same problems over and over!
As for fixing this - it WAS the missing line from the configuration file. What happened in my case is FTP would say it uploaded the file (and the permissions were 777 so it SHOULD have overwritten the old one) but it never did. The way I found out was to download the file on the server and that's how I discovered the fixed file was never uploaded. I had to delete the server one and reupload it with the missing line - or it wouldn't overwrite it. Very strange. So the various parts of this looooong thread are correct in that you need to add
include_once('includes/config_sites/sites_switch.php');
on the first line (after <?php) in the configuration file.
I am now trying to figure out the template not working problem. It's showing the correct info for each site, but it's like there's no style sheet and the links don't work. I saw this mentioned elsewhere but because the thread is so long, am having trouble finding it. If anyone knows the solution or where it is, I would appreciate the link to that part of the thread.


Reply With Quote

