Jump to content

mitsukee

Members
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • Gender
    Female

Recent Profile Visitors

2681 profile views

mitsukee's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Would anyone know how to fix this? o:
  2. When I add JayPee's FluxCP Vote4Points add-on, it always show me these messages in my FluxCP Theme. "Notice: Object of class Flux_Config could not be converted to int in/home/scarlett/public_html/lib/Flux/Authorization.php on line 86 Notice: Object of class Flux_Config could not be converted to int in/home/scarlett/public_html/lib/Flux/Authorization.php on line 86 Notice: Object of class Flux_Config could not be converted to int in/home/scarlett/public_html/lib/Flux/Authorization.php on line 87 Notice: Object of class Flux_Config could not be converted to int in/home/scarlett/public_html/lib/Flux/Authorization.php on line 87 Notice: Object of class Flux_Config could not be converted to int in /home/scarlett/public_html/lib/Flux/Template.php on line 403 Notice: Object of class Flux_Config could not be converted to int in/home/scarlett/public_html/lib/Flux/Authorization.php on line 86 Notice: Object of class Flux_Config could not be converted to int in/home/scarlett/public_html/lib/Flux/Authorization.php on line 86 Notice: Object of class Flux_Config could not be converted to int in/home/scarlett/public_html/lib/Flux/Authorization.php on line 87 Notice: Object of class Flux_Config could not be converted to int in/home/scarlett/public_html/lib/Flux/Authorization.php on line 87 Notice: Object of class Flux_Config could not be converted to int in /home/scarlett/public_html/lib/Flux/Template.php on line 427" Is this a theme error? o-o;
  3. It still give me the error "Fatal error: Undefined class constant 'INVALID_BIRTHDATE_FORMAT' in /home/scarlett/public_html/modules/account/create.php on line 118"
  4. Do you mean in themes/account/create.php? Because I do not see that in the modules/account/create.php Also in the theme/account/create.php, I also have that added below the first one already... <tr> <th><label for="register_email_address"><?php echo htmlspecialchars(Flux::message('AccountEmailLabel')) ?></label></th> <td><input type="text" name="email_address" id="register_email_address" value="<?php echo htmlspecialchars($params->get('email_address')) ?>" /></td> </tr> <tr> <th><label for="register_birth_date"><?php echo htmlspecialchars(Flux::message('BirthDateLabel')) ?></label></th> <td><input type="text" name="birth_date" id="register_birth_date" value="<?php echo htmlspecialchars($params->get('birth_date')) ?>" /><i>(Format: YYYY-MM-DD)</i></td> </tr> It's still showing that error.
  5. When I try to make an account, I get this error: Fatal error: Undefined class constant 'INVALID_BIRTHDATE_FORMAT' in /home/scarlett/public_html/modules/account/create.php on line 115 I've gone to see that line, but I am now sure how to define the Birthdate content to make it work. Thank you.
  6. Alright, thank you. I'm getting this error when making an account: "Fatal error: Undefined class constant 'INVALID_BIRTHDATE_FORMAT' in /home/scarlett/public_html/modules/account/create.php on line 118" Well I guess I was trying to change the order and see if that worked...but still the same error. Just different line number now: Fatal error: Undefined class constant 'INVALID_BIRTHDATE_FORMAT' in /home/scarlett/public_html/modules/account/create.php on line 115
  7. Alright, noob question. How do I add the table to MySQL? I should be adding that table to the login? Thank you for the help, Asura.
  8. Well it was already set to true for the error. Now when I log in, it says this Exception Details Error: Flux_Error Message: MySQL error (SQLSTATE: 42S02, ERROR: 1146): Table 'rathena.cp_credits' doesn't exist File: /home/scarlett/public_html/lib/Flux/Connection/Statement.php:27 File Line Function/Method /home/scarlett/public_html/lib/Flux/SessionData.php 357 Flux_Connection_Statement::execute() /home/scarlett/public_html/lib/Flux/SessionData.php 115 Flux_SessionData::getAccount() /home/scarlett/public_html/lib/Flux/SessionData.php 64 Flux_SessionData::initialize() /home/scarlett/public_html/index.php 150 Flux_SessionData::__construct() Exception Trace As String #0 /home/scarlett/public_html/lib/Flux/SessionData.php(357): Flux_Connection_Statement->execute(Array) #1 /home/scarlett/public_html/lib/Flux/SessionData.php(115): Flux_SessionData->getAccount(Object(Flux_LoginAthenaGroup), 'misskp') #2 /home/scarlett/public_html/lib/Flux/SessionData.php(64): Flux_SessionData->initialize() #3 /home/scarlett/public_html/index.php(150): Flux_SessionData->__construct(Array, false) #4 {main}
  9. When I try to login the control panel using my account info, it says "Unexpected error occurred, please try again or report to an admin." MD5 is turned off in MySQL and in the CP config.... I'm not sure what that messages means D:
  10. Oh, this has been resolved. We asked our ISP to open the port for us and tweaked with the router, now people can connect without Hamachi.
  11. Alright. How would I make the Control Panel work though? Pretty sure I have to put the database in there for the accounts and all if I want them to register through the CP.
  12. So I tried talking to my host about the MySQL Databases error when running the server off it, but there's still no fixes. When we run the server off the computer, there's no error every 5 seconds. This is what happen when we run it under our webhost: Also when trying to create an account on the website, it gives me this error: "Fatal error: Undefined class constant 'INVALID_BIRTHDATE_FORMAT' in /home/scarlett/public_html/modules/account/create.php on line 118"
  13. Okay, I'll change it and try to see if that works~
×
×
  • Create New...