PHP Script Forums » PHP Classes Support Forum

Warnings

(2 posts)
Please support us by buying these products:

  1. User has not uploaded an avatar

    quilosap
    Member

    hi people!

    I have a little problem with access users, this is the message:

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /classes/db.php:6) in /classes/access_user/access_user_class.php on line 31

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /classes/db.php:6) in /classes/access_user/access_user_class.php on line 31

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /classes/access_user/ext_user_profile.php on line 78

    Warning: Cannot modify header information - headers already sent by (output started at /classes/db.php:6) in /classes/access_user/access_user_class.php on line 131

    thanks, and thank you for doing this great php classes!

    Posted 5 months ago #
  2. Olaf

    Olaf
    PHP Coder

    looks like your forgot to setup your database or whatever.

    Please check everything first, the warnings are because of some other error in your application

    Posted 5 months ago #

RSS feed for this topic

Reply

You must log in to post.