Hallo Jan!
I was trying to install the multisites module and it die not work. It seems that I am making some small mistake somewhere, but before I invest time, I thought of seeking for your help.
1. I get the following PHP Debug error:
Warning [PHP]: strpos(): Empty delimiter. in file modules/site/class/site.php line 193
Dunno, if this is important for you to rectify.
2. I did the following:
a. I installed one subdomain: e.g.
http://game.domain.com under the directory game
b. Installed XOOPS 2.2.1 correctly.
c. Uploaded all the files except mainfile.php and installed the module multisite.
d. Created a sub-domain
http://music.domain.com to point to directory game. The apache is correctly pointing to the directory game.
e. I modified the Rescue URL as specified.
f. I created following directories >> themes, cache, templates_c and uploads making them 777 writable.
g. In the Site Admin, I added as follows:
Site Name : music.domain.com
Site URL :
http://music.domain.comTheme Path : themes
Templates Path templates_c
Upload Path : uploads
Cache Path : cache
URI Pattern : (is empty!)
DB Prefix : music
Shared Tables : Shared tables
----------------
avatar
avatar_user_link
online
priv_msgs
ranks
smiles
users
group_permission
groups
----------------
h. Copied the templates_c and themes directories from /game >> to music. Hence the themes are there available under the second sub-domain.
Thereafter I did not see that the subdomain
http://music.domain.com pointing to the new site. That means the mainfile.php is not responding or parsing the redirection through the Browser to point to
http://music.domain.com Next to Site Management, if I click on Index, it does not show anything but a white area.
Any suggestions? I simply stopped after seeing the debugging error, thinking that it could be the first possibility.
Thanks