Jump to content

Vehement

Members
  • Posts

    43
  • Joined

  • Last visited

Posts posted by Vehement

  1.  

     

     

     

     

     

    Using Apache2.2 and Php5 same error (installed on a Ubuntu 14.04 server)

    There you go! It means we need more help! hahaha

     

     

     

    I think I found the error.. it's in the Theme setting, one of the keys it's trying to look for is invalid..

     

    Based on the testing in is trying this "ThemeName.0".. i'm still trying to find where the "0" came from

     

     

    Using Apache2.2 and Php5 same error (installed on a Ubuntu 14.04 server)

    There you go! It means we need more help! hahaha

     

     

     

    I think I found the error.. it's in the Theme setting, one of the keys it's trying to look for is invalid..

     

    Based on the testing in is trying this "ThemeName.0".. i'm still trying to find where the "0" came from

     

     

     

    Found it.. it's in

     

    /lib/Flux/SessionData.php:
      161  
      162   if (!$this->theme) {
      163: $this->setThemeData(Flux::config('ThemeName.0')); <<--- i don't think this is correct
      164   }
      165  

     

    But what should we do? haha no idea here.. Sorry

     

     

    How did you install it? Did you download the zip file or via git? If via git, an older version can be pulled from the repository.

     

    I'm also trying to do some fixes. I'll post it here if I can may it work.

     

    I downloaded it via git. should I pull an old version to make it work?

    HEY AcidSlide! I MAKE IT WORK! I JUST REMOVE

    /lib/Flux/SessionData.php:
      161  
      162   if (!$this->theme) {
      163: $this->setThemeData(Flux::config('ThemeName.0')); <<--- I REMOVE THE (.0)
      164   }
      165  

    SO IT LOOKS LIKE THIS NOW

     

    /lib/Flux/SessionData.php:
      161  
      162   if (!$this->theme) {
      163: $this->setThemeData(Flux::config('ThemeName')); <<--- i don't think this is correct
      164   }
      165  

    THANK YOU ACIDSLIDE!

    BUT AFTER INSTALLATION NOTHING HAPPENS! hahaha FAIL

     

     

     

    Hahaha.. after the installation just put back the '0';

     

    $this->setThemeData(Flux::config('ThemeName.0')); <- FluxCP should work again

     

    it's just weird that on installation it doesn't work.  I haven't had time doing the patch and validating my fix yet.  Might do it next week as I'm swamped with work right now.

     

    Any updates on this?

    I think None. Waiting on this my entire week..haha

     

     

     

    Sorry about that, I think the maker is kinda busy (and I'm busy too).

     

    Here is a temporary fix,

     

    Do this on installation:

     

    /lib/Flux/SessionData.php:

      161  

      162   if (!$this->theme) {

      163: $this->setThemeData(Flux::config('ThemeName.0')); <<--- I REMOVE THE (.0)

      164   }

      165  

     

    Should look like this:

    /lib/Flux/SessionData.php:

      161  

      162   if (!$this->theme) {

      163: $this->setThemeData(Flux::config('ThemeName'));

      164   }

      165  

     

     

    After the installation, it seems nothing has happened, you need to put back the '0' on the theme name:

    /lib/Flux/SessionData.php:

      161  

      162   if (!$this->theme) {

      163: $this->setThemeData(Flux::config('ThemeName.0'));

      164   }

      165  

     

     

    And the site should be up after this.

     

    It's OK all of us have life outside RO. hehe..

    Thanks for the guide.

    But I follow all your instruction but still the same. After the update and installation I am stuck with with this. post-6474-0-04952700-1411357293_thumb.jpg

  2.  

     

     

     

    Using Apache2.2 and Php5 same error (installed on a Ubuntu 14.04 server)

    There you go! It means we need more help! hahaha

     

     

     

    I think I found the error.. it's in the Theme setting, one of the keys it's trying to look for is invalid..

     

    Based on the testing in is trying this "ThemeName.0".. i'm still trying to find where the "0" came from

     

     

    Using Apache2.2 and Php5 same error (installed on a Ubuntu 14.04 server)

    There you go! It means we need more help! hahaha

     

     

     

    I think I found the error.. it's in the Theme setting, one of the keys it's trying to look for is invalid..

     

    Based on the testing in is trying this "ThemeName.0".. i'm still trying to find where the "0" came from

     

     

     

    Found it.. it's in

     

    /lib/Flux/SessionData.php:
      161  
      162   if (!$this->theme) {
      163: $this->setThemeData(Flux::config('ThemeName.0')); <<--- i don't think this is correct
      164   }
      165  

     

    But what should we do? haha no idea here.. Sorry

     

     

    How did you install it? Did you download the zip file or via git? If via git, an older version can be pulled from the repository.

     

    I'm also trying to do some fixes. I'll post it here if I can may it work.

     

    I downloaded it via git. should I pull an old version to make it work?

    HEY AcidSlide! I MAKE IT WORK! I JUST REMOVE

    /lib/Flux/SessionData.php:
      161  
      162   if (!$this->theme) {
      163: $this->setThemeData(Flux::config('ThemeName.0')); <<--- I REMOVE THE (.0)
      164   }
      165  

    SO IT LOOKS LIKE THIS NOW

     

    /lib/Flux/SessionData.php:
      161  
      162   if (!$this->theme) {
      163: $this->setThemeData(Flux::config('ThemeName')); <<--- i don't think this is correct
      164   }
      165  

    THANK YOU ACIDSLIDE!

    BUT AFTER INSTALLATION NOTHING HAPPENS! hahaha FAIL

  3.  

     

    Using Apache2.2 and Php5 same error (installed on a Ubuntu 14.04 server)

    There you go! It means we need more help! hahaha

     

     

     

    I think I found the error.. it's in the Theme setting, one of the keys it's trying to look for is invalid..

     

    Based on the testing in is trying this "ThemeName.0".. i'm still trying to find where the "0" came from

     

     

    Using Apache2.2 and Php5 same error (installed on a Ubuntu 14.04 server)

    There you go! It means we need more help! hahaha

     

     

     

    I think I found the error.. it's in the Theme setting, one of the keys it's trying to look for is invalid..

     

    Based on the testing in is trying this "ThemeName.0".. i'm still trying to find where the "0" came from

     

     

     

    Found it.. it's in

     

    /lib/Flux/SessionData.php:
      161  
      162   if (!$this->theme) {
      163: $this->setThemeData(Flux::config('ThemeName.0')); <<--- i don't think this is correct
      164   }
      165  

     

    But what should we do? haha no idea here.. Sorry

  4. I think if you made an item for Costume it will automatically be a costume. 

    Costume means costume like a copy of the original item but only the appearance retain. And no Stat will be read by the client/server.

    Don't know if I am right. Correct me if I'm wrong.

  5. ang balak ko kci 20 lng capacity so sinet ko xa ng ganyan.. then pag restart ko gumawa ulet ako ng bgo.. lagi xang 16 imbis na 10 lng . help po .

     

     

    #define MAX_GUILD 10+10*1 ///Increased max guild members +6 per 1 extension levels [Lupus]
     
    // Set the max number of members, Guild Extention skill - currently adds 6 to max per skill lv.
    g->max_member = 16 + guild_checkskill(g, GD_EXTENSION) * 1;
    if(g->max_member > MAX_GUILD)
    {
     
     

     

    guild1.png

     

    guild2.png

    Make it like this

    #define MAX_GUILD 16+4*1 ///Increased max guild members +6 per 1 extension levels [Lupus]

    Then RECOMPILE!

     

    It's showing

     

    Guildsmen: 1/16

     

    Because it is the normal guild member per guild.

    Then every Level of GUILD EXTENSION it will add. 

    As for my Test Server I have LEVEL 10 GUILD EXTENSION.

    And my max member is 

     

    Guildsmen: 1/20

     

    Hope it will work.

  6. I make a test installation and all is working fine for me. Can the 3 users post there setup to find the differences to my. I tested it local with up2date rathena sql tabeles and newest xamp.

    Please post also your php version that are running at the server.

    I've already post my setup on my flux Sir.

    here

    post-6474-0-70419600-1410446252_thumb.jpg
    and here
    post-6474-0-90315300-1410446300_thumb.jpg
     
    my rAthena version is the latest I think. I got it from the GIT.
    I'm also using the newest WAMP downloaded from the WAMP site.
    My PHP version that are running in the server is Version: 5.5.12.
     
    THANKS Vincent

     

  7.  

     

     

     

     

     

    1. diff your client with /showname. after that use /showname ingame.

    2. be sure that your client reads data folder or you have inserted the map name in mapnametable.txt

    Thanks bro gonna try it now. Will update you later!

    1. diff your client with /showname. after that use /showname ingame.

    2. be sure that your client reads data folder or you have inserted the map name in mapnametable.txt

    1.There is no diff /showname in xdiff 2013-08-07aRagexe. I can use /showname ingame but no luck.

    2. My client reads data folder and the map is already in mapnametable.txt it's just prontera. BUT I have this error

    <SEE ATTACHED>

    but I diff Ignore Missing File and I don't have the error anymore.

     

     

    use this instead.. https://github.com/Mstr3am/NEMO

     

    I'm using NEMO btw I downloaded files from Pneuma. And all is working no issues just the map issue only. I think the problem on my question no.1 is the diffing. But it's ok now. The map issue something can you help me?

     

     

    what map issue? please be specific.

     

    The "Unknown Area" 

    This and that,

     

     

    what map is this?

     

    Never mind Rage I already fixed it! Thanks!

  8. Try to clone a fresh respiratory from FluxCP again, before opening the site make sure you cleared existing previous FluxCP MySQL entry and configured config.php first.

     

    You might also want to show us your current config for us to troubleshoot.

    Already did what you said. Is there something to be configured on config.php? I thought none. I just configured application.php and servers.php.

     

    By the way it's the same result. Here is my configured

    application.php

    post-6474-0-70419600-1410446252_thumb.jpg

    and 

    servers.php.

    post-6474-0-90315300-1410446300_thumb.jpg

  9. try check on the line 113 array as state from the error...

    if you use XAMP probably i can help, because my experience was based on using XAMP for installation of fluxcp on localhost   /no1  

    I checked line 113 from the error.. But I think there's no problem there. I don't know. Because the file has green check from GIT.

    BTW Thanks!

  10.  

    add this to your grf... Click me

    As you see on my title I have problem on my login interface. In may map I have Unknown Area even I am in Prontera or anywhere. And I can't find the problem. Can anyone help?

    http://ushare.ws/e7Hz1k

    Well, that does not work for me... But thank's!

     

    Same here does not work also. But many thanks!

     

    add this to your grf... Click me

    As you see on my title I have problem on my login interface. In may map I have Unknown Area even I am in Prontera or anywhere. And I can't find the problem. Can anyone help?

    http://ushare.ws/e7Hz1k

    Well, that does not work for me... But thank's!

     

    I got it to work man. Just delete ragnarok database and log database on your SQL. Re-import your databases then wooola mine works now. And be sure you have this in your map_athena.conf "use_grf: no". Don't know if it will work on you too. Be SURE you IMPORT ALL SQL-FILES.

  11. just what it says, it's missing the bmp file for that particular map. THat error doesn't do any harm, but if you want to fix it putt a dummy bmp in that directory

    Thanks Judas! But that bmp file or error happened even I am in prontera or even by entering portals but when I use complete Full kRO Client of Pneuma that goes away. But I have another problem maybe this is an easy problem, I have "Unknown Area" on my Map in Login Interface even I'm in Prontera. See attached Files. Hope you can help me with this.

    post-6474-0-71071300-1409803456_thumb.jpg
    Out of topic. Judas I know you from eAthena you help me a lot back then. =)
  12.  

     

     

     

    1. diff your client with /showname. after that use /showname ingame.

    2. be sure that your client reads data folder or you have inserted the map name in mapnametable.txt

    Thanks bro gonna try it now. Will update you later!

    1. diff your client with /showname. after that use /showname ingame.

    2. be sure that your client reads data folder or you have inserted the map name in mapnametable.txt

    1.There is no diff /showname in xdiff 2013-08-07aRagexe. I can use /showname ingame but no luck.

    2. My client reads data folder and the map is already in mapnametable.txt it's just prontera. BUT I have this error

    <SEE ATTACHED>

    but I diff Ignore Missing File and I don't have the error anymore.

     

     

    use this instead.. https://github.com/Mstr3am/NEMO

     

    I'm using NEMO btw I downloaded files from Pneuma. And all is working no issues just the map issue only. I think the problem on my question no.1 is the diffing. But it's ok now. The map issue something can you help me?

     

     

    what map issue? please be specific.

     

    The "Unknown Area" 

    This and that,

    post-6474-0-75567500-1409803345_thumb.jpg
    post-6474-0-64007900-1409756410_thumb.jpg
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.