"NEW TOPICS" button does not work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • klaudiu
    Member
    • Jan 2014
    • 34
    • 5.0.X

    "NEW TOPICS" button does not work

    I have a fresh new installation of 5.1.3 and the "NEW TOPICS" button is working.

    It says:
    "Invalid Page URL. If this is an error and the page should exist, please contact the system administrator and tell them how you got this message."

    Any ideas about this problem?

    www.pokerpedia.ro
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    When you say fresh installation, do you mean you just installed it and have done *nothing* on the site? If so, then there are no topics, so you can't do a new topics search. if there are topics, which means you have done stuff on the site, what exactly have you done? Have you edited any of the modules?

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment

    • BirdOPrey5
      Senior Member
      • Jul 2008
      • 9613
      • 5.6.3

      #3
      I can see the forum in your license does have a topic posted- did you resolve the issue or did this problem happen after your first post?

      Can you post in the same forum again?

      Can you reply to the existing topic?

      Comment

      • klaudiu
        Member
        • Jan 2014
        • 34
        • 5.0.X

        #4
        When I initially updated from 5.1.2 to 5.1.3 I ran into a lot of messy problems, so I deleted the site completely and started from the scratch with 5.1.3.

        After finishing installation and forum structure, the "NEW TOPIC" is not working, from the moment 0. Was there when no forums were created, was there when I had nothing installed, was there after I wrote my first post.
        At current moment, I have some new posts to the forum, but the problem is still there.
        www.pokerpedia.ro

        Comment

        • Lynne
          Former vBulletin Support
          • Oct 2004
          • 26255

          #5
          I don't even see a link on your site for New Topics. I do see the New Topics module, and that seems to work just fine.

          Please don't PM or VM me for support - I only help out in the threads.
          vBulletin Manual & vBulletin 4.0 Code Documentation (API)
          Want help modifying your vbulletin forum? Head on over to vbulletin.org
          If I post CSS and you don't know where it goes, throw it into the additional.css template.

          W3Schools <- awesome site for html/css help

          Comment

          • klaudiu
            Member
            • Jan 2014
            • 34
            • 5.0.X

            #6
            The NEW TOPICS button is available only for registered members, right? Or that's the default option, from what I see.
            Probably you know better this. So you can't see it if you're unregistered.

            Before pressing the button:
            Click image for larger version

Name:	1.png
Views:	109
Size:	4.8 KB
ID:	4182004

            After pressing it:
            Click image for larger version

Name:	2.png
Views:	113
Size:	6.0 KB
ID:	4182005

            Any ideas about this?
            www.pokerpedia.ro

            Comment

            • Lynne
              Former vBulletin Support
              • Oct 2004
              • 26255

              #7
              What is the URL it is going to?

              Please don't PM or VM me for support - I only help out in the threads.
              vBulletin Manual & vBulletin 4.0 Code Documentation (API)
              Want help modifying your vbulletin forum? Head on over to vbulletin.org
              If I post CSS and you don't know where it goes, throw it into the additional.css template.

              W3Schools <- awesome site for html/css help

              Comment

              • klaudiu
                Member
                • Jan 2014
                • 34
                • 5.0.X

                #8
                /search?searchJSON=%7B"date"%3A"lastVisit"%2C"view"%3A"topic"%2C"unread_only"%3A1%2C"sort"% 3A%7B"lastcontent"%3A"desc"%7D%2C"exclude_type"%3A%5B"vBForum_PrivateMessage"%5D%7D
                www.pokerpedia.ro

                Comment

                • Lynne
                  Former vBulletin Support
                  • Oct 2004
                  • 26255

                  #9
                  That looks like the same line in mine.

                  So, is there anything in your error_logs (if you don't know where they are, ask your host) when you try this and it doesn't work?

                  Do you have mod_security or suhosin enabled on your server (if you don't know, then ask your host)?

                  If you go into debug mode, can you tell us the actual error on the page?

                  To enable debug mode edit the /config.php file and change:

                  Code:
                  $config['debug'] = false;
                  To:
                  Code:
                  $config['debug'] = true;
                  Then edit the /core/includes/config.php file and change:

                  Code:
                  // $config['Misc']['debug'] = true;
                  To:
                  Code:
                  $config['Misc']['debug'] = true;
                  To set that up for only your IP address (replace xxx.xxx.xxx.xxx with your IP), put these lines around the code:

                  Code:
                  if($_SERVER['REMOTE_ADDR'] == "xxx.xxx.xxx.xxx") {
                  CODE HERE
                  }

                  Please don't PM or VM me for support - I only help out in the threads.
                  vBulletin Manual & vBulletin 4.0 Code Documentation (API)
                  Want help modifying your vbulletin forum? Head on over to vbulletin.org
                  If I post CSS and you don't know where it goes, throw it into the additional.css template.

                  W3Schools <- awesome site for html/css help

                  Comment

                  • klaudiu
                    Member
                    • Jan 2014
                    • 34
                    • 5.0.X

                    #10
                    Debug: Error
                    Invalid Page URL. If this is an error and the page should exist, please contact the system administrator and tell them how you got this message.
                    occurred in file .../includes/api/interface/collapsed.php on line 123
                    Trace
                    • Function relay in file .../includes/vb5/frontend/controller/relay.php line 56
                    • Function legacy in file line
                    • Function call_user_func_array in file ../index.php line 72
                    I have both mod_security2 and Suhosin enabled.
                    Last edited by klaudiu; Sun 26 Oct '14, 4:00pm.
                    www.pokerpedia.ro

                    Comment

                    • Mark.B
                      vBulletin Support
                      • Feb 2004
                      • 24286
                      • 6.0.X

                      #11
                      Originally posted by klaudiu
                      Debug: Error
                      Invalid Page URL. If this is an error and the page should exist, please contact the system administrator and tell them how you got this message.
                      occurred in file .../includes/api/interface/collapsed.php on line 123
                      Trace
                      • Function relay in file .../includes/vb5/frontend/controller/relay.php line 56
                      • Function legacy in file line
                      • Function call_user_func_array in file ../index.php line 72

                      I have both mod_security2 and Suhosin enabled.
                      Disable mod_security2 ans Suhosin temporarily and see if it works.
                      MARK.B
                      vBulletin Support
                      ------------
                      My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
                      My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

                      Comment

                      • klaudiu
                        Member
                        • Jan 2014
                        • 34
                        • 5.0.X

                        #12
                        The hosting says it cannot disable Suhosin.
                        www.pokerpedia.ro

                        Comment

                        • Mark.B
                          vBulletin Support
                          • Feb 2004
                          • 24286
                          • 6.0.X

                          #13
                          You may need to look at a different host then. if they won't even disable it temporarily so you can test the URL with it turned off, then you may be struggling.

                          Here is a post that lists some of the recommended Suhosin settings for compatibility with vB. You can send them this information and ask them to implement it.




                          MARK.B
                          vBulletin Support
                          ------------
                          My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
                          My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

                          Comment

                          • klaudiu
                            Member
                            • Jan 2014
                            • 34
                            • 5.0.X

                            #14
                            Should I should also try with only mod_security2 disabled?
                            www.pokerpedia.ro

                            Comment

                            • Mark.B
                              vBulletin Support
                              • Feb 2004
                              • 24286
                              • 6.0.X

                              #15
                              Originally posted by klaudiu
                              Should I should also try with only mod_security2 disabled?
                              Yes, it could be that also.
                              MARK.B
                              vBulletin Support
                              ------------
                              My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
                              My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

                              Comment

                              Related Topics

                              Collapse

                              Working...