Menu

Posting new or reply error: EZform.php

Help
Steve
2005-01-28
2013-03-22
  • Steve

    Steve - 2005-01-28

    Hello,

    I just installed the latest 1.0.1 version of phpWSbb on my existing phpWS 9.3-4 installation.  For some reason the following error displays at the top of my screen whenever I post or reply to posts:

    Warning: Missing argument 2 for setid() in /home/username/public_html/phpwsdir/core/EZform.php on line 198

    Anyone have any ideas on this one?  You can post and reply fine (it works) but the error at the top never goes away.  I tried un-installing and re-installing but that didn't seem to help.  Any thoughts?

     
    • sweet leaf

      sweet leaf - 2005-04-11

      I have the exact same problem, core9.3-4 and bb1.0.1. Pleasse help.

       
      • Yves Kuendig

        Yves Kuendig - 2005-05-01

        I do not know, if this is still pending...
        But as i see the problem, EZform.php from 0.9.3-4 is not fully compatible with the updated phpwsbb.
        From 0.9.3-4
        [code]function setId($name, $id){[/code]
        From 0.10.1
        [code]function setId($name, $id=null){[/code]
        That means, $id is set to NULL, if not set by calling the function...
        ...Seems phpwsbb is not setting $id and the older function fails

        Yves

         
        • sweet leaf

          sweet leaf - 2005-06-21

          Thanks Yves, modifying /core/EZform.php with the code from 0.10.1 worked great.

           

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.