>>
Site Map
>>
Forums
>>
Installation 6x
Forum module - topics in forum:
Installation 6x - Discussions regarding PHP-Nuke Installation and Configuration.
2 Nuke Sites 1 server
Hi there, I have installed 2 * 6.8 Nuke sites on my server (
www.jap-heaven.com and
www.jap-heaven.com/usa/ ) I was wondering if these sites will run separatly or will I run into problems ?
I have noticed already I cannoyt sign out of admin and as a user already. Is there any quick fix or what do I do to make sure these 2 run smoothly and dont interfear with each other ?
I have 2 sites on one server the same as you. I have no problem with different passwords or the same passwords on both sites. The problem you are having I believe is a cookie issue. Try deleting your cookies and try again.
NB: You need two seperate databases I believe. 
What you mean by 2 separate DB's ? Cookies will clear them alright but that clears everything lol
You can run two sites from the same DB but you would need to ammend the table prefix for the second site and ensure that this was also reflected in the config.php file.
Before carrying out any such task remember to make known good backups of your database and website.
You would also have to replace the table prefix on the entries contained in the nuke.sql file before importing it into the database, this will ensure that the tables created would have the appropriate prefix, and not be added to your current tables.
You can use a notepad editor such as editpad to find and rename accordingly.
I did this a while back so i could test modules in a non live environment, before i discovered easyphp.
good luck & hope that this helps !
| Spectre2k4 Wrote: : |
You can run two sites from the same DB but you would need to ammend the table prefix for the second site and ensure that this was also reflected in the config.php file.
Before carrying out any such task remember to make known good backups of your database and website.
You would also have to replace the table prefix on the entries contained in the nuke.sql file before importing it into the database, this will ensure that the tables created would have the appropriate prefix, and not be added to your current tables.
You can use a notepad editor such as editpad to find and rename accordingly.
I did this a while back so i could test modules in a non live environment, before i discovered easyphp.
good luck & hope that this helps ! |
I think the easiest way for me to reply is HUH ! Sorry I am complete newbie to this and am baffled trying to understand what to change and to what to change it too
Right, just looked, you have 2 completely seperate sites with seperate databases so forget Spectre2k4's post ( thanks anyway spec
)
Best thing I can suggest is to use different admin and usernames for each site otherwise you get the cookie conflict and also make sure you completely logout of each before using the other.
Does this make sense?
no problemo Dar, the point i was trying to get across was that multipul nuke sites could co-exist on the same DB.
Thanks lads
Cause I have already set up the user names is it possible to change the names with out actually having to delete the accounts ? I have looked for for account admin names that I set up but no joy
You could change the admin login by editing the username field in the nuke_authors table (god / admin accounts) and likewise the nuke_users table (normal user account)