Web Wiz - Green Windows Web Hosting - Celebrating 25 Years!

  New Posts New Posts RSS Feed - Problem after installation WWF 8.0 b (Access 2000)
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Problem after installation WWF 8.0 b (Access 2000)

 Post Reply Post Reply
Author
Eurgene I View Drop Down
Mod Builder Group
Mod Builder Group
Avatar

Joined: 01 October 2002
Location: Russian Federation
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote Eurgene I Quote  Post ReplyReply Direct Link To This Post Topic: Problem after installation WWF 8.0 b (Access 2000)
    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 www.primer.ru
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
cbr600 View Drop Down
Groupie
Groupie
Avatar

Joined: 05 October 2003
Location: Portugal
Status: Offline
Points: 89
Post Options Post Options   Thanks (0) Thanks(0)   Quote cbr600 Quote  Post ReplyReply Direct Link To This Post 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


Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.