Release 2 ? Problems with setup - نوشته شده در (1021 Views)
Newbie
Luxtond
مطلب: 21
Browser: Both Edge and Chrome
URL:

Summary Been a long time user of Snitz (pre-2000's) And decided to start coding again, and love the look of the new MVC. The files in your releases section no longer work, but found the 2.0 release on your main page.
Fresh Install. Set the connection string, ran setup, and when you hit create tables, it just hangs there, no progress bar, no info, no nothing. Checked my SqlManager to make sure it wasn't creating tables in the background, in case it just needed time, but nothing in there either. Steps to reproduce error Tried multiple times, edited connectionstring and sintz.confif
Results Expected result
---------------
Setup Passes



Actual result
---------------
Setup Hangs




Notes/Attachments
 پیش‌فرض مرتب‌سازی برای تاریخ DESC به معنی جدیدترین است  
 تعداد در صفحه 
نوشته شده در
Forum Administrator
HuwR
مطلب: 4666
thumbsUpsmile
نوشته شده در
Newbie
Luxtond
مطلب: 21
That worked, serves me right for being impatient. Same steps as above, including a fresh DB. This time I let it sit while i went off, came back and Setup stated it was complete and was ok to remove the Offline_file :) Thanks.
نوشته شده در
Forum Administrator
HuwR
مطلب: 4666
It can take a while sometimes as it also has to load the language strings into the db, so t looks like it has stopped, but will then update once languages loaded.
I will see if I can add a spinner, but last time I tried it kept disappearing when the log updated bigsmile will give it another try though, may need to stick it in an iframe maybe.
نوشته شده در
Newbie
Luxtond
مطلب: 21
Yep, that worked, however, the install script didn't appear to finish correctly. And saw no update database like the first time. But refreshed and looking good so far :)
نوشته شده در
Newbie
Luxtond
مطلب: 21
Ok, found the error, need to remove the Offline_file.txt from the AppData folder. (looks like you included it in your zip as well) Just about to start the install, will let you know
نوشته شده در
Newbie
Luxtond
مطلب: 21
Same thing :(. These are the steps I took.
1: Deleted all local forum files (including downloads)
2: Deleted all Files on HOST
3: Deleted Current Database
4: Created brand new DB with new DB Name
5: Downloaded fresh copy of 2.0.0.0
6: Extracted 2.0.0.0
7: Uploaded all files to HOST under /Forum/
8: Set security to modify on the following: AppData, Content and snitz.config
9: Edited conn.string to reflect new DB connection settings
10: Edited snitz.config with the following:
<add key="UseSSL" value="false" />
<add key="strForumUrl" value="http://www.viagogorippedmeoff.com/Forum/" />

(Also tried setting SSL to true and using https)

Tried running the install via both Edge and Chrome
نوشته شده در
Newbie
Luxtond
مطلب: 21
Ok, will wipe all my files and do a fresh start to make sure i'm not picking up anything legacy.
نوشته شده در
Forum Administrator
HuwR
مطلب: 4666
don't know what to suggest as it worked fine for me on a fresh install see here https://fast.reddick.co.uk

boolRunSetup should be 1 initially, it should get set to 0 once the setup has run, but if you have not allowed edit rights on snitz.config then it won't update to 0
نوشته شده در
Newbie
Luxtond
مطلب: 21
Just attempted fresh install with new code - Same thing, too many re-directs upon first setup - Checked forumURL within snitz config, and this is correct. Going to try the existing 2.0.0 code to see what happens.
نوشته شده در
Newbie
Luxtond
مطلب: 21
<add key="boolRunSetup" value="0" /> Is set to 0 on the old code, but 1 on the new release you posted on the 19th June. Will clear out the database and make the changes to this and base.xml do another fresh install and let you know