Questions tagged [usercake]

Usercake is a simple and secure user management system written in PHP.

Usercake's goal is to provide a secure user management system which can easily be adapted to any project's needs. It is cleanly written, well documented and easily modified. It comes with a strong backbone of tools and functions necessary for user management and has an active community of developers and enthusiasts able to provide support for your project.

Usercake Website

36 questions
1
vote
1 answer

sql statement is prepared but not executed (according to log)

So, I'm using usercake (open source php mysql combination for user management). Anyways I've got it installed and working perfectly no problems. Since I'd like my registration to not include both a displayname and username I've removed the…
brendosthoughts
  • 1,683
  • 5
  • 21
  • 38
0
votes
0 answers

Fatal error: Uncaught Error: Call to undefined method stdClass::nameoffunction() Error with a page that worked before

I have problem with login page that worked well before. Error is "Fatal error: Uncaught Error: Call to undefined method stdClass::signupTimeStamp()". My code derived from UserCake system of authentication.
mino n
  • 31
  • 6
0
votes
1 answer

Usercake login associated with facebook login

My website has a registration and access system that uses "usercake" system. Now, following the directions on http://www.krizna.com/demo/login-with-facebook-using-php/ , I managed to include a table in the database that stores the fields for each…
mino n
  • 31
  • 6
0
votes
0 answers

500 error upon require_once('usercake/models/config.php')

I have a file with one line: , and it gives me a 500 error. What could be the reason for this? My usercake installation is not modified in any way.
0
votes
0 answers

Usercake Login abrupt not possible

I use UserCake at a Website and the login worked well, now it's the second time in 2 days the login doesn't work, the last login stamp in the MySQL database changes to the login attempt but I just come back to the login page anyone an idea?
0
votes
1 answer

UserCake/PHP - isUserLoggedIn won't work, gives blank page

I'm trying to check if the user is currently logged in or not. If the user is logged in, I want to echo the correct
  • 's to the menu. I tried doing this at the top of the page:
  • 0
    votes
    2 answers

    marquee not scrolling completely

    hi guys i have tried to put stock market ticker i got but when i used the marquee its working then i also used simple scroll and put in php usercake usermanagement system but its not working is anything wrong with my code... thanks in advance.. the…
    0
    votes
    0 answers

    OOP PHP PDO, Page function doesn't work (UserCake)

    I'm doing my own little project converting UserCake (latest) to OOP with PDO, i've finalised a lot of features already. But right now i've been stuck for awhile on this Page functionality. So according to the code it's suppose to read the root…
    0
    votes
    0 answers

    MD5 Comparison with Usercake and PHP121 Messenger

    I am trying to incorporate the Php121 Messenger into an existing website. The website uses usercake accounts. It does not recognize password because the type of md5 encryption for the password. Usercake uses this type of encryption function…
    user1443402
    • 33
    • 2
    • 9
    0
    votes
    1 answer

    UserCake password hashing / sha1() function isnt working

    I am using UserCake and ran into an issue. For some reason the generateHash() function is no longer working consistently. Here's what I'm looking at: funcs.php <-- Where the function is held function generateHash($plainText, $salt = null) { if…
    0
    votes
    1 answer

    Custom PHP SQL Update function in UserCake

    Running into some more UserCake problems. Right now I am trying to create a function to update first name (will use for lots of fields), however when I call the function the script stops. For some reason, I believe it doesn't seem to know where the…
    0
    votes
    1 answer

    MySQL 'bind_param' statement doesn't seem to work - UserCake cutomization

    So I am working on a project using UserCake. I have added fields to the 'users' table. So far, everything works great. The issue I am having is when you register, it returns successful but the SQL statement did not put any of the form data into the…
    0
    votes
    1 answer

    Can't Log in on Usercake

    Im trying to integrate usercake onto my website. I installed it and registered an account. When i try to login with that account, the browser loads then nothing happens and i cant get into an account.
    Jack
    • 23
    • 4
    0
    votes
    3 answers

    PHP Construct Usage

    I'm learning how to use classes properly... I'm looking at usercake and most of it makes sense, however I'm not sure what the __construct function is doing. I understand it gets called when you create the class... i.e. $loggedInUser = new…
    Nikki
    • 79
    • 1
    • 8
    0
    votes
    1 answer

    UserCake Migration - Admin Account/Password Does Not Log In

    I was testing the UserCake installation on my own site and am now moving it to a client site. In migrating the files and database, I'm having an issue logging into my admin account. If I type a non-existent account, it gives an error message…
    muttley91
    • 12,278
    • 33
    • 106
    • 160