Web Connection
Variable 'VERB' Not Found
Gravatar is a globally recognized avatar based on your email address. Variable 'VERB' Not Found
  kirk allen
  All
  Aug 16, 2017 @ 04:52pm

Hello.

I recently re-compiled and deployed a com-mode WC 5.72 app that I hadn't updated in several years. Not sure what happened when I rebuilt it, but the servers would load fine but each hit would just spin. I changed to file mode and started the desktop server to see if an error would pop up, and it did: "Variable 'VERB' Not Found" appeared for every hit. When I clicked "Ignore", the hit proceeded and the page was displayed.

I've seen that before but can't remember what causes it. Any help would be appreciated.

Thanks! Kirk

Gravatar is a globally recognized avatar based on your email address. re: Variable 'VERB' Not Found
  FoxInCloud Support - Thierry N.
  kirk allen
  Aug 16, 2017 @ 11:11pm

Did you search the word verb in the whole source code?

Gravatar is a globally recognized avatar based on your email address. re: Variable 'VERB' Not Found
  Rick Strahl
  kirk allen
  Aug 17, 2017 @ 09:02am

What Thierry said - Check out GoFish for this.

That said the issue most likely is that your log tables don't have a verb field. Old, old versions didn't have that field.

If you're using FoxPro delete the wwRequestlog.dbf file and the file will be recreated as needed. For Sql Server you'll need to look at the template in templates\westwind.sql and use the schema in that script for your log table.

+++ Rick ---

Gravatar is a globally recognized avatar based on your email address. re: Variable 'VERB' Not Found
  kirk allen
  Rick Strahl
  Aug 17, 2017 @ 12:22pm

Thanks Rick and Thierry. The problem was embarrassingly simple. I updated the server EXE but failed to copy the new wc.dll over. And the VERB problem was from the requestlog table.

All is good now. Thanks!

Gravatar is a globally recognized avatar based on your email address. re: Variable 'VERB' Not Found
  Rick Strahl
  kirk allen
  Aug 17, 2017 @ 02:13pm

Another recommendation: Don't use wc.dll but use the Web Connection .NET Module (unless you have a specific need for the dll). All you should have to do is move your scriptmaps to the module.

+++ Rick ---

© 1996-2024