Author |
Topic  |
|
skylar
Starting Member
23 Posts |
Posted - 31 May 2001 : 18:26:13
|
I have a question that has me totally stumped. I hope someone can help. Here goes...
I just moved my Access Database to a MySQL database (succesfully) & I'm having some problems with the config table (that stores the page colors & page title, etc.) on SOME external pages, but not all. I'll try to go into as much detail as I can...
If you take a look at this page: http://www.calgarypunk.com/news/default.asp You'll see everything is normal with this page.
Here is the code from that page: <!--#INCLUDE FILE="../forum/config.asp" --> <!--#INCLUDE FILE="../forum/inc_functions.asp" --> <!--#INCLUDE FILE="../forum/inc_top.asp" --> <!--#INCLUDE FILE="display.asp" --> <!--#INCLUDE FILE="../forum/inc_footer.asp" -->
OK. Now if you go to: http://www.calgarypunk.com/shows/default.asp You'll see that page doesn't load the colors or the Title properly, and I'm not sure why.
Here is the code on this page: <!--#INCLUDE FILE="../forum/config.asp" --> <!--#INCLUDE FILE="../forum/inc_functions.asp" --> <!--#INCLUDE FILE="../forum/inc_top.asp" --> <!--#INCLUDE FILE="display.asp" --> <!--#INCLUDE FILE="../forum/inc_footer.asp" -->
Here's something strange I came across....If I moved the http://www.calgarypunk.com/shows/default.asp file to http://www.calgarypunk.com/shows.asp It loads the colors properly!
Does anyone know WHY? or can offer any help. It just started doing this when I started using MySQL. I'm on a Windows NT server if that makes any difference. Any help would be appricated, thanks.
sky.
|
|
Deleted
deleted
    
4116 Posts |
Posted - 31 May 2001 : 19:34:53
|
Strange. The style definitions are different, they come from DB. Are you sure that the includes are as you wrote here? Can it be the case there are two setups of forum?
Btw the last link gives an error.
Think Pink |
 |
|
skylar
Starting Member
23 Posts |
Posted - 31 May 2001 : 19:55:45
|
quote:
Strange. The style definitions are different, they come from DB. Are you sure that the includes are as you wrote here? Can it be the case there are two setups of forum?
Btw the last link gives an error.
The includes were copy and pasted exactly how they were. I don't think it would be the case of another setup of the forum, as there is one 1 entry in the config table. It seems to be taking the default colors and setup for some reason.
Also, the last link I gave only gives an error in the content area (because the content isn't in that folder), but you can still see the colors and the page Title, which seems to work. And the only difference is its in a different folder.
Any other ideas?
Edited by - skylar on 31 May 2001 20:00:26 |
 |
|
skylar
Starting Member
23 Posts |
Posted - 31 May 2001 : 22:05:24
|
WIERD! I left the page for a couple hours and it fixed itself....i have no idea why?
|
 |
|
Deleted
deleted
    
4116 Posts |
Posted - 31 May 2001 : 22:05:24
|
Is any of these valid for you?
* You have more than one database * You have two forums (copied tables) inside the database * You didn't clean your cookies, although you changed cookie type * You mixed files from different versions of Snitz
What are involved in config.asp (where the settings are dealth with) are: 1. The strCookieURL, Path_Info 2. strTablePrefix 3. The Application Object
Must be a problem with one of these.
Think Pink |
 |
|
Deleted
deleted
    
4116 Posts |
Posted - 31 May 2001 : 22:15:10
|
Cookies, cache, ...?
Think Pink |
 |
|
|
Topic  |
|