Author |
Topic  |
|
Marco Kramer
Starting Member
4 Posts |
Posted - 22 August 2002 : 08:55:44
|
Can anyone tell me how to copy the configuration (fonts, colors, etc) from my test server to my live server? I copied the database (SQL Server) and the ASP files, but my configuration is somehow missing. Is the configuration stored in application variables? I searched the forum but didn't find any clues. Anyway, if anyone can help me, please do.
Cheers,
Marco |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 22 August 2002 : 09:11:10
|
Try running setup.asp. That should set the forum colors for you... |
Dave Maxwell Barbershop Harmony Freak |
 |
|
Marco Kramer
Starting Member
4 Posts |
Posted - 22 August 2002 : 09:37:25
|
So there is no easy way to "backup" and "restore" the configuration? In my opinion the configuration should be stored in the database... Can anyone confirm that this configuration is stored in application variables? If so, then what happens if you restart IIS? |
 |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 22 August 2002 : 09:52:28
|
The config IS saved in the database. Running the setup simply will reload the application variables. Restarting IIS will probably do the same thing.... |
Dave Maxwell Barbershop Harmony Freak |
 |
|
Marco Kramer
Starting Member
4 Posts |
Posted - 22 August 2002 : 10:30:38
|
Are you sure about that? There is a FORUM_CONFIG_NEW table in the database, but it doesn't contain color or font settings. Can you tell me in what table the configuration is stored? And when I run setup.asp, I get an error message on the live server (don't ask me what error message, because the live server is at work and the test server is at home... and I am at home at the moment). |
 |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 22 August 2002 : 11:02:41
|
FORUM_CONFIG_NEW SHOULD contain the forum color info. Look for STRPAGEBGCOLOR, STRDEFAULTFONTCOLOR, STRLINKCOLOR, etc in the C_VARIABLE field. The C_VALUE should be the other values. |
Dave Maxwell Barbershop Harmony Freak |
 |
|
Doug G
Support Moderator
    
USA
6493 Posts |
Posted - 22 August 2002 : 11:49:38
|
quote: Originally posted by Marco Kramer
Are you sure about that? There is a FORUM_CONFIG_NEW table in the database, but it doesn't contain color or font settings. Can you tell me in what table the configuration is stored? And when I run setup.asp, I get an error message on the live server (don't ask me what error message, because the live server is at work and the test server is at home... and I am at home at the moment).
Well, likely the error you are getting when you run setup is why the config isn't getting reloaded on the server. You should track down whatever the error is before troubleshooting downstream errors.
|
====== Doug G ====== Computer history and help at www.dougscode.com |
 |
|
Marco Kramer
Starting Member
4 Posts |
Posted - 22 August 2002 : 12:08:44
|
F*ckadoodledoo... now I know what went wrong... I cleared my SQL Server forum tables (ALL tables) some time ago to start with a really fresh forum. After that I ran the administrative tool to configure the colors & fonts. These are now only stored in the application variable. That's why it works fine on the test server and I cannot get it to work on the live server. Thanks a lot Dave! I spent quite some time looking at the tables / ASP source... |
Edited by - Marco Kramer on 22 August 2002 12:09:28 |
 |
|
|
Topic  |
|