phpWebLog - web news management with adolescent sexist humor
find
story index | search | archive | submit story | downloads | stats | contact
Topics
  • General (909)
  • Announcements (20)
  • Development (518)
  • Mods & Hacks (32)


  • phpWebLog
  • Latest Release - 0.5.3 (BETA)
  • Latest Stable - 0.5.2
  • ChangeLog
  • TODO / Roadmap
  • BUGS

    CVS WEB

  • New XL fork 0.5.2
  • Unstable branch 0.5.3

  • For development discussions and for general support, join the phpWebLog mailing list

    phpWebLog needs active developers to help fix bugs. If you are interested, send me your SourceForge login information for CVS access.


    Last 5 Comments
  • Where can I modify the style of bottom navigation? (Ken Farmer)
  • Great News for PHP Programmers.... (Nekrataal)
  • Unable to update URL block content. (Nekrataal)
  • Comment management (Nekrataal)
  • phpweblog woes (Nekrataal)


  • Socket error - General
    Posted by Manuel (Sunday October 22 2000 @ 06:32PM EDT) views: 147
    When trying to create or update a block I recieve:
    Fatal error: Call to unsupported or undefined function set_socket_timeout() in ../include/common.inc.php on line 537

    I changed socket_set_timeout() to set_socket_timeout() because I was receving this error (and following the post at http://phpweblog.org/stories.php?story=00/10/14/9935640), but it's obvious that it did not make any difference.

    What else can I do?

    < RDF thing | Just an idea.. >

    By brian (Monday October 23 2000 @ 12:14PM EDT)
    Which version of PHP are you using?
    [ reply | parent ]
    By Manuel (Monday October 23 2000 @ 02:40PM EDT)
    PHP 3.0.9...
    [ reply | parent ]
    By A. Eriksson (Monday October 23 2000 @ 04:25PM EDT)
    Thats the answer then. You have to uncomment the whole thing.
    [ reply | parent ]
    By Manuel (Tuesday October 24 2000 @ 07:42AM EDT)
    Sorry for the newbie question, but what do you mean by "uncomment the whole thing"? Could it be possible to post an example?
    [ reply | parent ]
    By jason (Tuesday October 24 2000 @ 12:15PM EDT)
    He means to comment out the line.
    Insert a # in front of the line.
    [ reply | parent ]
    By Manuel (Tuesday October 24 2000 @ 01:30PM EDT)
    The socket_set_timeout() is included in conditional statements like the following:

    if ($fp) {if (floor(phpversion())==3)
    {set_socket_timeout($fp, 5);
    } else {
    socket_set_timeout($fp, 5);}

    And...

    if (!$fp) {return "Error\n";
    } else {if (floor(phpversion())==3) {
    set_socket_timeout($fp, 5);
    } else {socket_set_timeout($fp, 5);
    }

    What exactly should I comment out?
    [ reply | parent ]
    By Manuel (Wednesday October 25 2000 @ 02:52PM EDT)
    Can someone help me solve the above question? I will really apprecaite any help. I tried uncommenting a few lines, but only receive errors.
    [ reply | parent ]
    Post a Comment
    Name:
    Email:
    URL:
      Remember my information (uses cookies)
      I would rather be anonymous
    Comment:
    * Your email will not be made public.
    Save As:
    SourceForge
    SourceForge is providing us a mailing list , documentation and a CVS tree.

    SourceForge Logo


    PHP.net
  • PHP Manual CHM Edition - 12th build
  • International PHP Conference 2003 program online
  • Server Central Donates Server
  • European Open Source Development Threatened!
  • php{con west is announced
  • PHP 4.3.3 released!
  • Active Awards 2003 Winners
  • PHP.net news history
  • Select mirror for redirection
  • PHP Magazine web site now with daily news

  • PHPBuilder
  • On User-Defined Timezones in PHP
  • Dreamweaver MX 2004
  • Using PEAR's HTML_Table Class
  • An introduction to the ADOdb class library, Part 2
  • An introduction to the ADOdb class library for PHP
  • Manually Expiring Web Pages
  • Regression Testing With JMeter
  • Advanced Image Editing Under the GD Library
  • The Benefits of Using Objects with Databases
  • Interfacing with COM objects under Windows



  • phpWebLog: A PHP News and Content Management System
    Copyright (C) 2000-2002, Jason Hines / Eye Integrated Communications