Print Page | Close Window

Problem after installation WWF 8.0 b (Access 2000)

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=18094
Printed Date: 13 April 2026 at 7:10am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Problem after installation WWF 8.0 b (Access 2000)
Posted By: Eurgene I
Subject: Problem after installation WWF 8.0 b (Access 2000)
Date Posted: 23 January 2006 at 3:36pm

Hello, Borg!

After installation WWF 8.0 beta (Access 2000 version) it is received the following:

The initial code of the distribution kit has not been changed. In adjustments of a forum (default settings are kept) the catalog path of images is registered correctly, but links to images from main page conduct in the root.

Any idea?


-------------
"If you healthy one, you hadn't been examined." . All about of laboratory tests on http://www.primer.ru - www.primer.ru



Replies:
Posted By: WebWiz-Bruce
Date Posted: 23 January 2006 at 4:22pm
There are known issues with the skins.

The skins and the way they are applied are still under development, and will be fixed before the final release, sometime in spring.


-------------
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: cbr600
Date Posted: 18 February 2006 at 1:57am
hi have the exact same problem. I found out that common.asp doesnt pass line 247:

'Read in the Forum configuration
If isEmpty(Application("blnConfigurationSet")) OR isNull(Application("blnConfigurationSet")) OR Application("blnConfigurationSet") = false OR blnUseApplicationVariables = false Then
   
    'Initialise the SQL variable with an SQL statement to get the configuration details from the database
    strSQL = "SELECT " & strDbTable & "Configuration.* " & _
    "FROM " & strDbTable & "Configuration" &  strDBNoLock & " " & _
    "WHERE " & strDbTable & "Configuration.ID=1;"

   
    'Query the database
    rsCommon.Open strSQL, adoCon
   
    'If there is config deatils in the recordset then read them in
    If NOT rsCommon.EOF Then
   
        'read in the configuration details from the recordset
        strWebsiteName = rsCommon("website_name")
        strMainForumName = rsCommon("forum_name")
        strWebsiteURL = rsCommon("website_path")
        strForumPath = rsCommon("forum_path")
        strMailComponent = rsCommon("mail_component")
        strMailServer = rsCommon("mail_server")
        strForumEmailAddress = rsCommon("forum_email_address")
        blnLCode = CBool(rsCommon("L_Code"))
        blnEmail = CBool(rsCommon("email_notify"))
        blnTextLinks = rsCommon("Text_link")
        blnRTEEditor = CBool(rsCommon("IE_editor"))
        intTopicPerPage = CInt(rsCommon("Topics_per_page"))
        strTitleImage = rsCommon("Title_image")
        blnEmoticons = CBool(rsCommon("Emoticons"))
        blnAvatar = CBool(rsCommon("Avatar"))
        blnEmailActivation = CBool(rsCommon("Email_activate"))
         intNumHotViews = CInt(rsCommon("Hot_views"))
        intNumHotReplies = CInt(rsCommon("Hot_replies"))
        blnSendPost = CBool(rsCommon("Email_post"))
        blnPrivateMessages = CBool(rsCommon("Private_msg"))
        intNumPrivateMessages = CInt(rsCommon("No_of_priavte_msg"))
        intThreadsPerPage = CInt(rsCommon("Threads_per_page"))
        intSpamTimeLimitSeconds = CInt(rsCommon("Spam_seconds"))
        intSpamTimeLimitMinutes = CInt(rsCommon("Spam_minutes"))
        intMaxPollChoices = CInt(rsCommon("Vote_choices"))
        blnEmailMessenger = CBool(rsCommon("Email_sys"))
        blnActiveUsers = CBool(rsCommon("Active_users"))
        blnForumClosed = CBool(rsCommon("Forums_closed"))
        blnShowEditUser = CBool(rsCommon("Show_edit"))
        blnShowProcessTime = CBool(rsCommon("Process_time"))
        blnFlashFiles = CBool(rsCommon("Flash"))
        blnShowMod = CBool(rsCommon("Show_mod"))
        blnAvatarUploadEnabled = CBool(rsCommon("Upload_avatar"))
        blnRegistrationSuspeneded = CBool(rsCommon("Reg_closed"))
        strImageTypes = rsCommon("Upload_img_types")
        strUploadFilePath = rsCommon("Upload_files_path")
        strMailServerUser = rsCommon("Mail_username")
        strMailServerPass = rsCommon("Mail_password")
        strCSSfile = rsCommon("Skin_file")
        strImagePath = rsCommon("Skin_image_path")
        response.write strImagePath
        strNavSpacer = rsCommon("Skin_nav_spacer")
        blnTopicIcon = CBool(rsCommon("Topic_icon"))
        blnLongRegForm = CBool(rsCommon("Long_reg"))
        blnCAPTCHAsecurityImages = CBool(rsCommon("CAPTCHA"))


the problem is this IF

If isEmpty(Application("blnConfigurationSet")) OR isNull(Application("blnConfigurationSet")) OR Application("blnConfigurationSet") = false OR blnUseApplicationVariables = false Then





Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net