YAFLogo

Posted by: DevilsKnight - Sunday, 19 November 2023 21:07:58
Hi, I'm currently trying to install a new version of YAF, after setting everything up as per the instructions. I go to the install subdomain, the installation wizard pops up, I selected the language I want (English) press next and then nothing happens. Anyone had this issue before? Thanks,

Posted by: tha_watcha - Monday, 20 November 2023 06:35:24
Looks like there is an issue with the javascript. Issue will be fixed with the next release (3.2.1)

Posted by: DevilsKnight - Monday, 20 November 2023 15:39:53
[quote=tha_watcha;73839]Looks like there is an issue with the javascript. Issue will be fixed with the next release (3.2.1)[/quote] Did this issue also exist with 3.1.5 as I was unable to install that version either. Thanks, Edit: Just looked back on GitHub, been like this since 27th August 2023, if anyone else has had a similar problem.

Posted by: tha_watcha - Tuesday, 21 November 2023 12:03:25
Correct the 3.1.15 version also has the same issue. You can manually download the updated j file [url]https://raw.githubusercontent.com/YAFNET/YAFNET/netfx/yafsrc/YetAnotherForum.NET/Scripts/InstallWizard.comb.min.js[/url]  then the install should work

Posted by: ParallaxX - Thursday, 23 November 2023 12:43:22
I've updated the js file, but still error when install

Posted by: tha_watcha - Thursday, 23 November 2023 13:05:35
[quote=ParallaxX;73844]I've updated the js file, but still error when install[/quote] It's possible that you need to clear the browser cache or make a forced reload with ctrl + F5 in order to reload the js file in the browser.

Posted by: ipekcan - Wednesday, 13 December 2023 12:57:38
I have the same issue and updated js file does not solve the error. Thanks in advance.

Posted by: tha_watcha - Wednesday, 13 December 2023 20:52:58
[quote=ipekcan;73878]I have the same issue and updated js file does not solve the error. Thanks in advance.[/quote] Which browser and which version? What Java script error are you getting in the browser console?

Posted by: ora - Wednesday, 13 December 2023 23:49:04
I'm getting a similar issue. This is from the very start. I don't even get language selection. EDIT to add: This has happened in both Firefox and Chromium Edge. [img]https://i.imgur.com/mhNXPPV.png[/img]

Posted by: tha_watcha - Thursday, 14 December 2023 00:09:00
[quote=ora;73883]I'm getting a similar issue. This is from the very start. I don't even get language selection. EDIT to add: This has happened in both Firefox and Chromium Edge. [img]https://i.imgur.com/mhNXPPV.png[/img][/quote] Are you getting any JavaScript errors? I have not yet documented how to compile the yaf 4.0 source code. To compile the js files you need to have nodejs installed and run from the source folder yetanotherforum.net npm install And then  grunt

Posted by: ora - Thursday, 14 December 2023 00:14:36
[quote=tha_watcha;73884][quote=ora;73883]I'm getting a similar issue. This is from the very start. I don't even get language selection. EDIT to add: This has happened in both Firefox and Chromium Edge. [img]https://i.imgur.com/mhNXPPV.png[/img][/quote] Are you getting any JavaScript errors? I have not yet documented how to compile the yaf 4.0 source code. To compile the js files you need to have nodejs installed and run from the source folder yetanotherforum.net npm install And then  grunt[/quote] I figured that one out on my own. :) No javascript errors, the console is completely blank.

Posted by: ipekcan - Thursday, 14 December 2023 02:24:48
[quote=tha_watcha;73881][quote=ipekcan;73878]I have the same issue and updated js file does not solve the error. Thanks in advance.[/quote] Which browser and which version? What Java script error are you getting in the browser console?[/quote] Both Chrome (version 120.0.6099.110) and edge (version 120.0.2210.61) while opening 1st page : "InstallBackground.jpg:1   Failed to load resource: the server responded with a status of 404 (Not Found)" && "Failed to load resource: the server responded with a status of 404 (Not Found) :5554/favicon.ico:1"  

Posted by: ora - Thursday, 14 December 2023 04:49:48
Do V4 and V3 use the same installer CSS? Look at this: [img]https://i.imgur.com/TrMUDSp.png[/img]

Posted by: tha_watcha - Thursday, 14 December 2023 06:57:24
there should be almost the same, the bootstrap section should be the same.

Posted by: tha_watcha - Thursday, 14 December 2023 12:10:55
[quote=ipekcan;73878]I have the same issue and updated js file does not solve the error. Thanks in advance.[/quote] I updated the js file again. the postback issue after the language selection should be fixed now.

Posted by: ipekcan - Saturday, 16 December 2023 17:57:49
the wizard menu is displayed as follows: [url]https://imgur.com/a/wW4L3dc[/url]

Posted by: tha_watcha - Sunday, 17 December 2023 01:43:04
YAF 3.2.2 has been released including the updated javascript files and the issue with the language not correctly loaded.