Jump to content

Vehement

Members
  • Posts

    43
  • Joined

  • Last visited

2 Followers

Profile Information

  • Gender
    Male
  • Location
    Philippines

Vehement's Achievements

Poring

Poring (1/15)

0

Reputation

2

Community Answers

  1. Thanks Talon got mine to work!
  2. Thanks Emistry this is already Solved I just forgot to change the TOpic. By the way I just have a wrong diffed client because I diffed the client that has no /showname. =) All is OK now. Thanks Guys!
  3. 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 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. 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.
  4. I think None. Waiting on this my entire week..haha
  5. 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 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
  6. 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 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
  7. There you go! It means we need more help! hahaha
  8. OK I will try it! Thanks Vincent.
  9. 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.
  10. 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.
  11. I've already post my setup on my flux Sir. here and here 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
  12. I think 3CeAM has TXT version For Renewal. As far as I know 3CeAM is developed for Renewal Servers. Link: TXT Just search for it.
  13. Yep Bro! Already Fixed thanks! I just diffed the client wrong.
×
×
  • Create New...