YAFLogo

midwestSS
  • midwestSS
  • 100% (Exalted)
  • YAF MVP Topic Starter
16 years ago
im continuing my issue here per the rules.. sorry for my mistake

now.. to quote test's response

midwestss...please post bugs and problems in the "Bugs & Problems" board of this forum.

To help you out for now...DO NOT combine config files...YAF versions vary greatly. Start with a fresh, clean v1.9.3 install...get it working, then MIGRATE your current data over. Will save you serious headaches!

Continue this in a proper post please.....

ok now the install.txt file says to combine them, thats why i was doing that.

i have YAF installed to the root of my site, so im confused on how to upgrade it to 1.9.3

the install.txt

"

You need to rename the "v191-upgrade-web.config" to "web.config" as it contains

necessary settings for the YAF membership providers to support backwards

compatibility with older YAF databaes. It's required that you merge these settings

into your existing "web.config" file. If you need to do development with an

upgraded installation, please use "dev-v191-upgrade-web.config"."

Sponsor
test2005
16 years ago
sorry for the confusion...I thought your where trying to merge the web, db, mail, app, etc config files into one. The instructions in install.txt are correct.

Still, try to get a fresh install working before changing anything.

:)


.....the man in black fled across the desert..........and the gunslinger followed.....

midwestSS
  • midwestSS
  • 100% (Exalted)
  • YAF MVP Topic Starter
16 years ago
ok then do i need to install it in my site as silveradoss.net/forum as 1.9.3 ? then migrate the data over to it? there is a migration document to follow to migrate the data over?

can i then move the upgraded forum back to just silveradoss.net ?

midwestSS
  • midwestSS
  • 100% (Exalted)
  • YAF MVP Topic Starter
16 years ago
i tried to do a new install in a sub folder of my main site called forums.

i get this

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Section or group name 'rewriter' is already defined. Updates to this may only occur at the configuration level where it is defined.

Source Error:

Line 13:

Line 14:

Line 15:

Line 16:

Line 17:

ideas?

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
16 years ago
this line


<section name="rewriter" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter" requirePermission="false"/>

is being defined multiple times in the web.config -- look around for it.