Image & CSS Links broken
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=22582
Printed Date: 08 April 2026 at 4:49am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Image & CSS Links broken
Posted By: centralum
Subject: Image & CSS Links broken
Date Posted: 02 February 2007 at 2:19am
|
Hi there, just installed the app and all images and css links seem
broken. Db records exist but get lost somewhere. Iny ideas?
Thanks!
|
Replies:
Posted By: javi712
Date Posted: 02 February 2007 at 3:36am
|
Log in to the control panel > go to Forum Skin Configuration > place the correct path to the styles and images directories
|
Posted By: centralum
Date Posted: 02 February 2007 at 4:18am
All settings reflect valid paths and I see my image directory on the
skin configuration page but the image source looks like
/forum/image.gif -- forum_images is missing.
I tried updating settins and got the folloving error:
-----------------
Server Error in Forum Application
An error initialising Global Variables from database.
Please contact the forum administrator.
Support Error Code:- err_SQLServer_getForumConfigurationData()_get_global_variables
File Name:- global_variables_inc.asp
Error details:-
ADODB.Recordset
Item cannot be found in the collection corresponding to the requested name or ordinal.
-----------------
|
Posted By: centralum
Date Posted: 02 February 2007 at 4:44am
Everything works if I hard-code
strImagePath = "forum_images/"
in admin_skin_configure.asp
|
Posted By: Mikey
Date Posted: 02 February 2007 at 2:17pm
Reupload all the files as this can be caused by corrupted files
------------- Handyman man?
|
Posted By: centralum
Date Posted: 02 February 2007 at 2:33pm
|
I'm actually running on 127.0.0.1... Replaced all files with the new ones -- no changes.
|
Posted By: WebWiz-Bruce
Date Posted: 02 February 2007 at 3:24pm
The problem is occurring because the forum can not read in the global variables, which is your configuration data for the forum.
The error suggests that you have a corrupted database, which is not uncommon with Access. You need to open the Access database and select compact and repair database from the tools menu.
However, you should look at using a real database like mySQL or SQL Server as Access is a flat desktop file and often becomes corrupted when being used in these circumstances.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: centralum
Date Posted: 02 February 2007 at 3:48pm
Posted By: centralum
Date Posted: 02 February 2007 at 3:49pm
|
All this time I didn't close the browser. Restarting it fixed everything. Was it caching initial configuration somehow?
|
|