• What config issue am I having?

    By Andy Montalbano 2 decades ago

    I initially had problems with the space(%20) issue noted on the iSeries. So I switched over to a Windows Server. Now I'm having issues with a box below the threads that shows "Page Not Found". I'm just wondering what that is?



    Andy

    • U used the same db ?

      By Michael Bourak 2 decades ago

      or tried a new one ? are their documents in this db ? in the category u select ?

      • Same db

        By Andy Montalbano 2 decades ago

        I used the same db. It doesn't seem to matter if there's anything in any of the categories or not.



        What is that page supposed to point to? Although I haven't really looked into the code all that closely, I haven't seen what form that field is on.



        Andy

        • Here's the code it doesn't like

          By Andy Montalbano 2 decades ago





          I have the session tracking db setup in the same server. I used the template to create it. Oddly enough, in the configuration, when I go to choose the database, it doesn't show it as an option in the popup window. However, I can see it when I get the same popup window using Database Open. shrug

          • I have seen the same on my server

            By Christian Brandlehner 2 decades ago

            Hi Andy!



            I have seen the same issue on my server. It seems to be related to deleting users profiles. I assume the form tries to open the document which is addressed by a coockie in your browser.

            For me I had just to delete the coockie from my domain to fix the problem.



            Christian

            • Same issue as thread below...

              By Brett van Gelder 2 decades ago

              I have tried deleting my cookie for this server but no luck. I still have the problem. For me the issue is opening the StatsCategory form… it does not work even when directly accessed.

              • My solution

                By Andy Montalbano 2 decades ago

                I just removed the following line of code from the form, "$$ViewTemplate for WebBoardMain":







                It seems to work just fine now.



                Andy

                • but does it work...

                  By Brett van Gelder 2 decades ago

                  Do you see session informaiton for other users in your domBulletin application? Or it is just not giving the error message any more.

                • Re: My solution

                  By Christian Brandlehner 2 decades ago

                  Andy, isn't this just disabling session tracking? Sounds like disabling session tracking in the DB configuration is just what you did by changing the design. …or am I wrong?



                  Christian

                  • Actually

                    By Andy Montalbano 2 decades ago

                    I just disable the showing of the tracking when within an individual category. It still works correctly when you're at the "lobby" for lack of a better term. I just removed the script that wasn't working when I went into an individual forum. Of course I could have taken the time to figure out a solution to the actual problem, but I didn't have any time.