Error message generated by searches

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
groznak
Registered User
Posts: 10
Joined: Mon Aug 25, 2008 2:07 am
Name: Geoff Roznak

Error message generated by searches

Post by groznak »

I'm new to asking questions here, so please bear with me a bit.

We are getting the following error message when we run a search:

Error while configuring BBCode: [wmv={NUMBER1},{NUMBER2}]{TEXT}[/wmv]
» Token {TEXT1} is ambiguous or undefined

We are on version 3.3.8, and a search results in one page of results, then a blank page if we try to go past that.

Our most experienced admin is unavailable for the immediate future, but he thought the blank page usually indicates a php error.

The rest of the forum appears to be working properly.
Last edited by groznak on Mon Dec 04, 2023 5:25 pm, edited 1 time in total.
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53525
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}

Re: Error message generated by searches

Post by Brf »

The error indicates the "wmv" bbcode is not defined correctly.
groznak
Registered User
Posts: 10
Joined: Mon Aug 25, 2008 2:07 am
Name: Geoff Roznak

Re: Error message generated by searches

Post by groznak »

Brf wrote: Mon Dec 04, 2023 4:43 pm The error indicates the "wmv" bbcode is not defined correctly.
Thanks!

...I don't know what the "wmv" code is, can you point me in the right direction?

I'll be looking for it in the mean time.
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53525
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}

Re: Error message generated by searches

Post by Brf »

Admin Control Panel -> Posting tab -> BBCodes
User avatar
warmweer
Jr. Extension Validator
Posts: 11665
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: Error message generated by searches

Post by warmweer »

groznak wrote: Mon Dec 04, 2023 5:01 pm
...I don't know what the "wmv" code is, can you point me in the right direction?
wmv probably indicates a Windows Media Video, NUMBER1 and 2 possibly height and width and text the name of the file or the url (perhaps without the extension .wmv)
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
groznak
Registered User
Posts: 10
Joined: Mon Aug 25, 2008 2:07 am
Name: Geoff Roznak

Re: Error message generated by searches

Post by groznak »

Could the problem be that there's nothing there for wmv files?
Screenshot 2023-12-04 123259.png
You do not have the required permissions to view the files attached to this post.
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26834
Joined: Fri Aug 29, 2008 9:49 am

Re: Error message generated by searches

Post by Mick »

Yes
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
groznak
Registered User
Posts: 10
Joined: Mon Aug 25, 2008 2:07 am
Name: Geoff Roznak

Re: Error message generated by searches

Post by groznak »

Mick wrote: Mon Dec 04, 2023 6:36 pmYes
What does fixing it look like?
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53525
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}

Re: Error message generated by searches

Post by Brf »

It has to be in there, otherwise it would not know

Code: Select all

 [wmv={NUMBER1},{NUMBER2}]{TEXT}[/wmv]
and that TEXT1 is in the replacement code
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26834
Joined: Fri Aug 29, 2008 9:49 am

Re: Error message generated by searches

Post by Mick »

I just found this example, it’s a bit ancient but try it it may still work viewtopic.php?p=12992220#p12992220
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
User avatar
warmweer
Jr. Extension Validator
Posts: 11665
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: Error message generated by searches

Post by warmweer »

groznak wrote: Mon Dec 04, 2023 6:42 pm
Mick wrote: Mon Dec 04, 2023 6:36 pmYes
What does fixing it look like?
The question is more: was there a wmv BBcode?
You mentioned using phpBB 3.3.8.
Was this a recent update? and from which version? (you can probably see the update history in the logs).

Added: If you have old backups, you could look into the phpbb_bbcode table to see whether there was a wmv BBcode in a previous version
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
groznak
Registered User
Posts: 10
Joined: Mon Aug 25, 2008 2:07 am
Name: Geoff Roznak

Re: Error message generated by searches

Post by groznak »

Brf wrote: Mon Dec 04, 2023 6:45 pm It has to be in there, otherwise it would not know

Code: Select all

 [wmv={NUMBER1},{NUMBER2}]{TEXT}[/wmv]
and that TEXT1 is in the replacement code
I'm afraid my inexperience is getting in my way. I only see what's shown in that screenshot.
groznak
Registered User
Posts: 10
Joined: Mon Aug 25, 2008 2:07 am
Name: Geoff Roznak

Re: Error message generated by searches

Post by groznak »

warmweer wrote: Mon Dec 04, 2023 6:49 pm
groznak wrote: Mon Dec 04, 2023 6:42 pm

What does fixing it look like?
The question is more: was there a wmv BBcode?
You mentioned using phpBB 3.3.8.
Was this a recent update? and from which version? (you can probably see the update history in the logs).

Added: If you have old backups, you could look into the phpbb_bbcode table to see whether there was a wmv BBcode in a previous version
Thanks, I'll take a look for those things later - I have an appointment to get to now.
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53525
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}

Re: Error message generated by searches

Post by Brf »

I wonder if it is in your board's cache. Maybe another admin noticed the error and deleted it directly from the bbcode table, leaving it in the cache. If you clear your board's cache it would fix that problem.
groznak
Registered User
Posts: 10
Joined: Mon Aug 25, 2008 2:07 am
Name: Geoff Roznak

Re: Error message generated by searches

Post by groznak »

Brf wrote: Mon Dec 04, 2023 7:10 pm I wonder if it is in your board's cache. Maybe another admin noticed the error and deleted it directly from the bbcode table, leaving it in the cache. If you clear your board's cache it would fix that problem.
I'm back...COVID and the Holidays got in the way.

I cleared the cache, no change.

Return to “[3.3.x] Support Forum”