Menu

#3 phpforum/phpforum.php

reproducible
open-later
post (4)
5
2000-08-10
2000-08-05
Anonymous
No

Received this error when submitting the first posting to the forum. No changes have been made to the script.

Warning: Illegal string index in phpforum/phpforum.php on line 282

Warning: Illegal string index in phpforum/phpforum.php on line 282

Warning: Illegal string index in phpforum/phpforum.php on line 282
Site Title : Forum Title

Discussion

  • Fredrik Kristiansen

    • assigned_to: nobody --> russlndr
    • status: open --> open-fixed
     
  • Fredrik Kristiansen

    Probably fixed in the latest version. Let me know if the problem continues.

     
  • Fredrik Kristiansen

    • status: open-fixed --> open-later
     
  • Fredrik Kristiansen

    Problem is still there. I'll try to get time to take a look at it, but it had been fine if someone could help me.

    I can't get it to reproduce in PHP 4.x.

     
  • Nobody/Anonymous

    Modify the line like this and the bug will disapear.

    function urls\_clickable\($string\) \{
        for\($n=0; $n < strlen\($string\)-6; $n++\)
    

    Maybe the use of a regexp would be faster to find http:// ? and maybe simpler. Isnt'it ?

     

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.