The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Search Script Error [punBB]

3 posters

Go down

Search Script Error [punBB] Empty Search Script Error [punBB]

Post by Kyouri April 15th 2010, 2:41 pm

When accessing the 'Actions!' function:

Actions !

View posts since last visit
View your posts
View unanswered posts
Topic being watched

Send to a friend
Copy BBCode URL
Print this page


I, as admin, keep getting this error: "You do not have permissions to search any forum on this site."
It occurs from all 4 of the first links and on every page of my board. The board is currently in construction but it happened when I took the board out of construction, too.
Kyouri
Kyouri
Forumember

Female Posts : 165
Reputation : 0
Language : English

http://anime-dohyou.phpbb9.com

Back to top Go down

Search Script Error [punBB] Empty Re: Search Script Error [punBB]

Post by Kyouri April 16th 2010, 1:59 pm

bump
Kyouri
Kyouri
Forumember

Female Posts : 165
Reputation : 0
Language : English

http://anime-dohyou.phpbb9.com

Back to top Go down

Search Script Error [punBB] Empty Re: Search Script Error [punBB]

Post by Kyouri April 18th 2010, 4:13 am

bump
Kyouri
Kyouri
Forumember

Female Posts : 165
Reputation : 0
Language : English

http://anime-dohyou.phpbb9.com

Back to top Go down

Search Script Error [punBB] Empty Re: Search Script Error [punBB]

Post by Darren1 April 18th 2010, 4:38 am

Hello,

Have you by any chance edited the templates containing these codes?

EDIT: I'll be a little more specific with my question;
What Templates have you edited in the sections "General" and Post & private messages"?
Could you describe what your changes did please?

Are other users experiencing this as well?
What browser are you using, and is possible if others are experiencing this as well, their browser?
Have you tried clearing the cache & cookies of your browser?


Last edited by Darren1 on April 18th 2010, 5:33 am; edited 1 time in total (Reason for editing : Additional Info & questions.)
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Search Script Error [punBB] Empty Re: Search Script Error [punBB]

Post by Kyouri April 18th 2010, 4:05 pm

Oi! That's alot of questions... Razz Okay... first, I'm currently the only one on the forum because I'm completely overhauling it. I'm using Firefox as my browser, yes I've cleared the cache (twice), and as for the template editing:

'Post & Private Messages > posting_body':
Altered this
Code:
<div id="pun-visit" class="clearfix">
   <ul>
       <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
       <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
   </ul>
   <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
to this
Code:
<div id="pun-visit" class="clearfix">
   <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
because in 'General > overall_header_new' I did this
Code:
<div id="hdr">
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
   <ul>
      <li>
          <script type="text/javascript">
          //<![CDATA[
            insert_plus_menu_new('f{FORUM_ID}&f={FORUM_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
         //]]>
         </script>
      </li>
                <li>· <a href="/login.forum?logout">Log Out</a> ·</li>
                <li>· <a href="/profile.forum?mode=editprofile">Profile</a></li>
                <li>· <a href="/msg.forum?folder=inbox">PM</a></li>
       <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
       <li><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></li>
   </ul>
   <p>{LOGGED_AS} » {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
   <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->
                              </div>
so the 'pun-visit' would be on top of all pages. All the links work in the bar including clicking on the 'Actions' link. But for some reason it continues to come up that I don't have access to search the board. However, if I go directly to the 'Search' page then it searches and returns results with no problem. There are also no problems with the links at the bottom of the page ( * Today's active topics * Today's top 20 posters * Overall top 20 posters). And thanks, Darren for responding. Smile
Kyouri
Kyouri
Forumember

Female Posts : 165
Reputation : 0
Language : English

http://anime-dohyou.phpbb9.com

Back to top Go down

Search Script Error [punBB] Empty Re: Search Script Error [punBB]

Post by Darren1 April 19th 2010, 12:49 am

Oi! That's alot of questions... Razz
What can I say, I want to win the money Very Happy

And thanks, Darren for responding. Smile

Your welcome, it looks like im the only punbb specialist around lately too, so ur stuck with me tongue

Righteo?

And before these changes there was no problem?
Well, I'm certain there isnt any conflicting code, let alone anything that would well, destroy permissions so speedily?

Try Resynchronizing the forum to the DB
https://help.forumotion.com/tricks-tips-f32/resynchronizing-your-forum-t50777.htm

If this doesn't work, do you mind if I make an account and view the problem first hand?
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Search Script Error [punBB] Empty Re: Search Script Error [punBB]

Post by Kyouri April 19th 2010, 1:11 am

Before I resynchronize, I'd much prefer you join and check it out for yourself. The last time I resync'd after doing alot of work on the place it all reverted back to the previous layout and messed everything up... in essence, I lost all the work I had done and I so do not want to do that again. But I digress... no problem with being stuck with you, I appreciate it. Smile

P.S. The site isn't done yet, so please forgive the mess.
Kyouri
Kyouri
Forumember

Female Posts : 165
Reputation : 0
Language : English

http://anime-dohyou.phpbb9.com

Back to top Go down

Search Script Error [punBB] Empty Re: Search Script Error [punBB]

Post by Darren1 April 19th 2010, 1:17 am

It is http://toukaisha.phpbb9.com/index.htm right?

I understand mess, I have a extremely un-organized mess on my test forum and somehow I have several incomplete tuts lol.
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Search Script Error [punBB] Empty Re: Search Script Error [punBB]

Post by Kyouri April 19th 2010, 2:14 am

Yep, that's the one, but I see you already scooted over there so I'll await your diagnosis.
Kyouri
Kyouri
Forumember

Female Posts : 165
Reputation : 0
Language : English

http://anime-dohyou.phpbb9.com

Back to top Go down

Search Script Error [punBB] Empty Re: Search Script Error [punBB]

Post by Darren1 April 19th 2010, 3:07 am

Well, I'll be honest, I don't know what's going on at all, because everything is working perfectly fine, even your very unique nav. bar.
Ive just given it another shot, but its fine for me.

Have you tried on a different browser?
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Search Script Error [punBB] Empty Re: Search Script Error [punBB]

Post by Kyouri April 21st 2010, 4:46 pm

Sorry for the delay... yes, sir, I have and it still isn't working. But so long as it is working for you, then it should be fine for others and I can deal with it not working for me. Thank you. Smile
Kyouri
Kyouri
Forumember

Female Posts : 165
Reputation : 0
Language : English

http://anime-dohyou.phpbb9.com

Back to top Go down

Search Script Error [punBB] Empty Re: Search Script Error [punBB]

Post by MrMario April 21st 2010, 11:17 pm

Its working for me also. By any chance you using IE?
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Search Script Error [punBB] Empty Re: Search Script Error [punBB]

Post by Kyouri April 22nd 2010, 11:56 am

Ewww... nope... no IE. Using FF. But again, so long as it is working for others, I'm good. Don't need those links for me. Smile
Kyouri
Kyouri
Forumember

Female Posts : 165
Reputation : 0
Language : English

http://anime-dohyou.phpbb9.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum