Jump to content

mitsukee

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by mitsukee

  1. 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;

  2. 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.

  3. 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.

  4. 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

  5. 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}

  6. 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:

    screenshot1.png

    screenshot2.png

    screenshot3.png

    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"

  7. 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}

  8. 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:

    //--------------------------------------------------------------

    // Configuration Info

    //--------------------------------------------------------------

    // Interserver communication passwords, set in account.txt (or equiv.)

    userid: scarlettro

    passwd: rawrmoo2007

    // Character Server IP

    // The map server connects to the character server using this IP address.

    // NOTE: This is useful when you are running behind a firewall or are on

    // a machine with multiple interfaces.

    char_ip: 127.0.0.1

    // The map server listens on the interface with this IP address.

    // NOTE: This allows you to run multiple servers on multiple interfaces

    // while using the same ports for each server.

    //bind_ip: 127.0.0.1

    // Character Server Port

    char_port: 6121

    // Map Server IP

    // The IP address which clients will use to connect.

    // Set this to what your server's public IP address is.

    map_ip: scarlettro.no-ip.org

    // Map Server Port

    map_port: 5121

    char_athena

    // Server Communication username and password.

    userid: scarlettro

    passwd: rawrmoo2007

    // Server name, use alternative character such as ASCII 160 for spaces.

    // NOTE: Do not use spaces in the name, or guild emblems won't work client-side!

    server_name: eAthena

    // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)

    wisp_server_name: Server

    // Login Server IP

    // The character server connects to the login server using this IP address.

    // NOTE: This is useful when you are running behind a firewall or are on

    // a machine with multiple interfaces.

    login_ip: 127.0.0.1

    // The character server listens on the interface with this IP address.

    // NOTE: This allows you to run multiple servers on multiple interfaces

    // while using the same ports for each server.

    //bind_ip: 127.0.0.1

    // Login Server Port

    login_port: 6900

    // Character Server IP

    // The IP address which clients will use to connect.

    // Set this to what your server's public IP address is.

    char_ip: scarlettro.no-ip.org

    // Character Server Port

    char_port: 6121

    clientinfo.xml

    <?xml version="1.0" encoding="euc-kr" ?>

    <clientinfo>

    <servicetype>korea</servicetype>

    <servertype>sakray</servertype>

    <connection>

    <desc>Alternative Ragnarok Online</desc>

    <display>ScarlettRO</display>

    <balloon>Click here to play</balloon>

    <address>scarlettro.no-ip.org</address>

    <port>6900</port>

    <version>24</version>

    <langtype>6</langtype>

    <registrationweb>http://myserver.no-ip.com</registrationweb>

    <aid>

    <admin>2000000</admin>

    <admin></admin>

    <admin></admin>

    </aid>

    <yellow>

    <admin>2000000</admin>

    <admin></admin>

    <admin></admin>

    </yellow>

    <loading>

    <image>loading00.jpg</image>

    <image>loading01.jpg</image>

    <image>loading02.jpg</image>

    </loading>

    </connection>

    </clientinfo>

    My logserv, charserv, mapserver bat.

    aabfSATM.pngaazNeRpG.pngaahmyGdb.png

    Client message:

    aaq6PyFZ.png

×
×
  • Create New...