Yoh Asakura 9 Posted April 16, 2015 Can't install fluxcp. Tried a million times already.,, The folder is in my VPS, and my RO for test is also in the same VPS. Quote Share this post Link to post Share on other sites
0 Yoh Asakura 9 Posted June 8, 2015 Solved. http://www.eathena.ws/board/index.php?showtopic=263157 Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted April 16, 2015 Try to delete all the CP_TABLES in your dbase then click "install and updates tables" Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted April 16, 2015 set the proper permission to the necessary flux folders Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted April 18, 2015 Based on your ss. They need a permission. Set it to 777 @@Yoh Asakura Quote Share this post Link to post Share on other sites
0 Yoh Asakura 9 Posted April 22, 2015 @@mrlongshen @@evilpuncker Already gave the permission 777 but still the same. In 'Hostname' => '127.0.0.1', can be 127.0.0.1 or must be localhost? (My FluxCP is in the same VPN as my server) Quote Share this post Link to post Share on other sites
0 Garr 117 Posted April 22, 2015 The error says it all, try to create /data/tmp folder, and give it permission. I'd advice you to change owner to www-data ( sudo chown -R www-data:www-data /var/www/html/fluxCP ), and give permissions 755 to folders and 644 to files. Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted April 23, 2015 @@Yoh Asakura that should be your url. if you are using asakuraro.com then put there. hehe Quote Share this post Link to post Share on other sites
0 Yoh Asakura 9 Posted May 27, 2015 Warning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux.php on line 275 I already gave permission 777 for this file.... Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted May 27, 2015 give 777 to tmp folder as well Quote Share this post Link to post Share on other sites
0 Yoh Asakura 9 Posted May 28, 2015 @@evilpuncker Now I am just getting this error: ErrorAn error occurred while trying to process your request. Please try contacting an administrator: admin@localhost Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted May 28, 2015 config/errors.php Change the show error config to true. Quote Share this post Link to post Share on other sites
0 Yoh Asakura 9 Posted May 29, 2015 @@Dastgir Critical ErrorAn error was encountered during the lifetime of the application. This could be due to a variety of problems, such as a bug in the application. However, normally it is caused by misconfiguration. Exception DetailsError: Flux_PermissionError Message: The log storage directory '/var/www/html/cp/data/logs' is not writable. Remedy with `chmod 0600 /var/www/html/cp/data/logs` File: /var/www/html/cp/index.php:125 Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted May 29, 2015 (edited) lol dude just read and do what the error message tell you to do: The log storage directory '/var/www/html/cp/data/logs' is not writable. Remedy with `chmod 0600 /var/www/html/cp/data/logs (btw I think it needs 777 and not 600 but whatever) Edited May 29, 2015 by evilpuncker 1 Yoh Asakura reacted to this Quote Share this post Link to post Share on other sites
0 Yoh Asakura 9 Posted May 29, 2015 Now it goes to the install, but the install page does not appear. I'm done with FluxCP....this never works...I prefer CERESCP, but it does not work with hercules. Quote Share this post Link to post Share on other sites
0 Arei 5 Posted May 29, 2015 (edited) From a fresh install : 1. Extract FluxCP somewhere you like and, assuming your user is the owner of the parent directory, type the following commands in the FluxCP directory. (If you are working directly into /var/www escalate your privileges to root to use these commands.) 2. chown -R www-data:www-data data/itemshop 3. chown -R www-data:www-data data/logs 4. chown -R www-data:www-data data/tmp I've always (re)installed it that way and I've never had any issue. Also I would personally avoid doing a recursive 777 chmod into the whole directory, since FluxCP only need to write into these 3 directories as far as I know. Edited May 29, 2015 by Arei Quote Share this post Link to post Share on other sites
0 Yoh Asakura 9 Posted June 1, 2015 (edited) Ok, I've installed but now I'm getting this error Warning: date(): It is not safe to rely on the system's timezonesettings. You are *required* to use the date.timezone setting or thedate_default_timezone_set() function. In case you used any of thosemethods and you are still getting this warning, you most likelymisspelled the timezone identifier. We selected 'America/New_York' for'EDT/-4.0/DST' instead in/var/www/html/painel/lib/Flux/Connection/Statement.php on line 14 Edited June 1, 2015 by Yoh Asakura Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted June 1, 2015 lol that is really easy and you should just read what it said somewhere in config (most likely config/servers.php), it asked for the timezone you wanted to use, you chose "EDT/-4.0/DST" and that is not an acceptable value, the correct ones are here, like the comment said: // Example: '+0:00' is UTC.// The possible values of 'Timezone' is as documented from the MySQL website:// "The value can be given as a string indicating an offset from UTC, such as '+10:00' or '-6:00'."// "The value can be given as a named time zone, such as 'Europe/Helsinki', 'US/Eastern', or 'MET'." (see below continuation!)// **"Named time zones can be used only if the time zone information tables in the mysql database have been created and populated." 1 Yoh Asakura reacted to this Quote Share this post Link to post Share on other sites
0 Yoh Asakura 9 Posted June 5, 2015 (edited) @@evilpuncker I already changed Timezone at application.php and servers.php. I put all like "America/New_York" and I also tried to put number, like -3:00 but I get error saying I can't use : or - Warning: date(): It is not safe to rely on the system's timezonesettings. You are *required* to use the date.timezone setting or thedate_default_timezone_set() function. In case you used any of thosemethods and you are still getting this warning, you most likelymisspelled the timezone identifier. We selected the timezone 'UTC' fornow, but please set date.timezone to select your timezone. in /var/www/html/lib/Flux/Connection/Statement.php on line 14 Edited June 5, 2015 by Yoh Asakura Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted June 5, 2015 let it "null" then? Quote Share this post Link to post Share on other sites
0 Arei 5 Posted June 5, 2015 I also tried to put number, like -3:00 but I get error saying I can't use : or - I think it's normal -3:00 doesn't work since php can't magically guess what timezone you are referring to (GMT, UTC, EST, DST...). What about trying UTC-05:00 (assuming from your post you're from New York) ? Quote Share this post Link to post Share on other sites
Can't install fluxcp. Tried a million times already.,,
The folder is in my VPS, and my RO for test is also in the same VPS.
Share this post
Link to post
Share on other sites