Jump to content

mitsukee

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by mitsukee

  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~
  14. Hello, We are trying to make a FluxCP work on our webhost, but it doesn't seem to work. We were able to use xampp to make it work, but now the question is, how do we make it work on the webhost? I'm not really sure what we have to put in the BaseURl... Do I put the FluxCP in a folder in the control panel for the webhost? @_@ As you can see, this works: http://scarlett-ro.n...org/ScarlettCP/ I am trying to put this on http://scarlettro.com/, but I do get a lot of errors on there... Thank you for the help. D: // Edit: The Errors Exception Details Error: PDOException Message: SQLSTATE[28000] [1045] Access denied for user 'rAthena'@'localhost' (using password: YES) File: /home/scarlett/public_html/lib/Flux/Connection.php:81 File Line Function/Method /home/scarlett/public_html/lib/Flux/Connection.php 81 PDO::__construct() /home/scarlett/public_html/lib/Flux/Connection.php 94 Flux_Connection::connect() /home/scarlett/public_html/lib/Flux/Connection.php 159 Flux_Connection::getConnection() /home/scarlett/public_html/modules/install/index.php 17 Flux_Connection::getStatement() /home/scarlett/public_html/lib/Flux/Template.php 337 include() /home/scarlett/public_html/lib/Flux/Dispatcher.php 168 Flux_Template::render() /home/scarlett/public_html/index.php 177 Flux_Dispatcher::dispatch() Exception Trace As String #0 /home/scarlett/public_html/lib/Flux/Connection.php(81): PDO->__construct(*hidden*) #1 /home/scarlett/public_html/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config)) #2 /home/scarlett/public_html/lib/Flux/Connection.php(159): Flux_Connection->getConnection() #3 /home/scarlett/public_html/modules/install/index.php(17): Flux_Connection->getStatement('SELECT VERSION(...') #4 /home/scarlett/public_html/lib/Flux/Template.php(337): include('/home/scarlett/...') #5 /home/scarlett/public_html/lib/Flux/Dispatcher.php(168): Flux_Template->render() #6 /home/scarlett/public_html/index.php(177): Flux_Dispatcher->dispatch(Array) #7 {main}
  15. Like I said, I can log in locally if I change it to 127.0.0.1, but no one else can log in. My subnet_athena.conf already have the subnet: 255.255.255.0:Lan IP: LAN IP.
  16. My clientinfo is in my data folder, I'm pretty sure the client is read from data folder first and not the grf.
  17. I can connect fine to it using my own LAN IP or 127.0.0.1, but I am not able to have people connect to the server.
  18. Hello, I've been trying to re-open my Ragnarok Online Server, but alas, every thing seems to work fine, but I can not get people to log on while I am able to log on locally though. My ports are forwarded to my LAN IP, there's no firewall on. I'm currently using the client kROragexeRE0730a. map_athena: char_athena clientinfo.xml My logserv, charserv, mapserver bat. Client message:
×
×
  • Create New...