Vehement Posted September 10, 2014 Posted September 10, 2014 I did everything and follow guides but no luck after I enter localhost/www/cp I got this (SEE ATTACHED) I can't even install FluxCP. I use FluxCP from here http://rathena.github.io/FluxCP/. I'm using WAMP server. On my localhost. Please Help me!
Ken Mist Posted September 10, 2014 Posted September 10, 2014 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
Vehement Posted September 10, 2014 Author Posted September 10, 2014 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 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!
Bin4ry Posted September 11, 2014 Posted September 11, 2014 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.
Vehement Posted September 11, 2014 Author Posted September 11, 2014 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 and servers.php.
F0xxy Posted September 11, 2014 Posted September 11, 2014 Already tried a bunch of stuff myself as well but alll leads to that issue
Vehement Posted September 12, 2014 Author Posted September 12, 2014 We are one! wahaha HELP US! PLEASE! ahaha
Vincent Posted September 12, 2014 Posted September 12, 2014 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.
Vehement Posted September 12, 2014 Author Posted September 12, 2014 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 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
Vincent Posted September 12, 2014 Posted September 12, 2014 Please try xamp: https://www.apachefriends.org/de/index.html It seems that the problem is wamp, because I used xamp without problems. Can't create a test installation because I am at work now. Will test it later with your servertool...
F0xxy Posted September 12, 2014 Posted September 12, 2014 Same thing happens with Apache on centOS 6.5...
Vehement Posted September 13, 2014 Author Posted September 13, 2014 Please try xamp: https://www.apachefriends.org/de/index.html It seems that the problem is wamp, because I used xamp without problems. Can't create a test installation because I am at work now. Will test it later with your servertool... OK I will try it! Thanks Vincent.
AcidSlide Posted September 14, 2014 Posted September 14, 2014 Using Apache2.2 and Php5 same error (installed on a Ubuntu 14.04 server)
Vehement Posted September 14, 2014 Author Posted September 14, 2014 Using Apache2.2 and Php5 same error (installed on a Ubuntu 14.04 server) There you go! It means we need more help! hahaha
AcidSlide Posted September 14, 2014 Posted September 14, 2014 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
Vehement Posted September 14, 2014 Author Posted September 14, 2014 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
AcidSlide Posted September 14, 2014 Posted September 14, 2014 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.
Vehement Posted September 15, 2014 Author Posted September 15, 2014 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
Vehement Posted September 19, 2014 Author Posted September 19, 2014 Any updates on this? I think None. Waiting on this my entire week..haha
AcidSlide Posted September 21, 2014 Posted September 21, 2014 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.
Vehement Posted September 22, 2014 Author Posted September 22, 2014 (edited) 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. Edited September 22, 2014 by Vehement
Winz Posted October 15, 2014 Posted October 15, 2014 wow dat chain quote.. I installed my flux from git/rathena/fluxcp but I didn't get such error. I wonder why did you get some.. and about the screenshot.. AdBlock? XD JK
Question
Vehement
I did everything and follow guides but no luck after I enter localhost/www/cp I got this (SEE ATTACHED)
I can't even install FluxCP.
I use FluxCP from here http://rathena.github.io/FluxCP/.
I'm using WAMP server.
On my localhost.
Please Help me!
24 answers to this question
Recommended Posts