Closed Thread
Results 1 to 7 of 7

Thread: fatal error on login
      
   

  1. #1
    jocelynadcock is offline Private First Class
    Join Date
    Jan 2008
    Posts
    8

    Default fatal error on login

    I am trying to run a php login program from phplogin.net, here is what i am getting as an error and i am not sure what it means, still pretty new to all of this and still learning so help would be greatly appreciated.

    Fatal error: Call to a member function do_login() on a non-object in /home/username/public_html/loginv20/login.php on line 3

    Thanks in advance.

    Jocelyn

  2. #2
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: fatal error on login

    You have something that is conflicting with something you already have on the page.

    First (and I know this sounds silly) but have you published your pages in .php and not in .html?

  3. #3
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: fatal error on login

    I believe your path is wrong, it should start with public_html/then the rest. Change that in your script and see if that helps

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  4. #4
    jocelynadcock is offline Private First Class
    Join Date
    Jan 2008
    Posts
    8

    Default Re: fatal error on login

    I will have a look and see what i ca figure out, thanks for the ideas.

    JOcelyn

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: fatal error on login

    Why don't you post here your code ?
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  6. #6
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: fatal error on login

    The error is from a php class, it is calling a class function without using the correct calling object, or a couple other possible reasons.

    If you just installed the script, I would check with who made it, its not likely for them to release a script with that big of an error, but there might be something that was overlooked or a simple solution to fix it.

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  7. #7
    jocelynadcock is offline Private First Class
    Join Date
    Jan 2008
    Posts
    8

    Default Re: fatal error on login

    Is all fixed now, the package that i recieved for download was missing a file, thanks for all the suggestions.

    Jocelyn

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49