Help me troubleshoot this problem

edited April 2008 in Vanilla 1.0 Help
Hi, My name is Sadish and I have built several themes for WordPress. I support my theme consumers at http://wprocks.com/forums/ whenever people are not logged in, they see this at the top. // Saved Searches Table Structure $DatabaseTables['Notify'] = 'Notify'; $DatabaseColumns['Notify']['NotifyID'] = 'NotifyID'; $DatabaseColumns['Notify']['UserID'] = 'UserID'; $DatabaseColumns['Notify']['Method'] = 'Method'; $DatabaseColumns['Notify']['SelectID'] = 'SelectID'; $DatabaseColumns['Notify']['SelectID'] = 'SelectID'; ?> even when I enable or disable an extension, the same messages show up as a javascript alert. how do I solve this?

Comments

  • There is a bug in the configuration manager that causes an extra ?> in some configuration files, so we just have to remove it.

    Look in conf/database.php and remove the ?> before that block of code that you are seeing.
  • WallPhone That was exactly the problem. Words can not fully explain the gratitude but let me tell you "Thanks". Thanks Sadish
  • kudos for WallPhone!
  • I second that!
    (although he should upgrade to cordless :-)
  • his picture is of a cordless phone.... and yet his name: WallPhone... now I'm confused.
  • I've got a cordless that hangs on the wall... whats the problem?

    image

    I was shooting for a cross between that phone and a Merlin when I made the icon.

    image
This discussion has been closed.