Hayate Yoshida Posted March 31, 2012 Posted March 31, 2012 Help with CentOS I'm having this problem when i try to access Flux Warning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /usr/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 278 Critical Error An 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 Details Error: Flux_PermissionError Message: The log storage directory '/usr/html/cp/data/logs' is not writable. Remedy with `chmod 0600 /usr/html/cp/data/logs` File: /usr/html/cp/index.php:125 already tried running chmod 0600 /usr/html/cp/data/logs on the terminal. Just chmod to 755/777
ngek202 Posted March 31, 2012 Posted March 31, 2012 (edited) Sorry got it wrong config LOL Edited March 31, 2012 by ngek202
Seyren Posted April 4, 2012 Posted April 4, 2012 Getting this one: Warning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /usr/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 278 =(
Hayate Yoshida Posted April 5, 2012 Posted April 5, 2012 Getting this one: Warning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /usr/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 278 =( You need to create a new topic in support. I'll help you when you do that.
JulioCF Posted May 22, 2012 Posted May 22, 2012 is the email confirmation of flux cp working? gmail ?
Brynner Posted July 11, 2012 Posted July 11, 2012 (edited) how to use this fluxcp version fluxcp-1.0.0.1000.rar for rathena server database? Edited July 11, 2012 by Brynner
Brian Posted July 13, 2012 Posted July 13, 2012 how to use this fluxcp version fluxcp-1.0.0.1000.rar for rathena server database? Use this instead: fluxcp-renewal - Finally native rAthena Support.
pandaplaygames Posted November 5, 2012 Posted November 5, 2012 any guides to actually adding donation items?
Haven Posted December 12, 2012 Posted December 12, 2012 i nid help someone who can fix my flux and also... redisign my flux Cp panel... ! !
Peopleperson49 Posted December 12, 2012 Posted December 12, 2012 Haven there are plenty of people that do paid visual designs for the FluxCP. As for redesigning the rest of it, Xantara is a goddess in her field!!! She has done excellent work on my control panel! Peopleperson49 1
Azharil Posted December 17, 2012 Posted December 17, 2012 fluxcp-1.0.0.1000.rar Snapshot of revision 1000 (fluxcp-1.0) Featured Jul 2011 Jul 2011 812 KB 7512 fluxcp-item-icons_20081102.zip Small item images for use in FluxCP (2008-11-02 UPDATE: Fixed card images) Featured Nov 2008 4.9 MB 6089 fluxcp-item-images.zip Large item images for use in FluxCP Featured Oct 2008 14.6 MB 5787 fluxcp-item-icons.zip Small item images for use in FluxCP Featured Oct 2008 4.9 MB 3325 i need to download this all?
chatterboy Posted June 1, 2013 Posted June 1, 2013 Item and mob DB list not show. Before it shows up but the vote for points not show. I fixed the vote for points and now the item/mob db is my problem.
heartfilia Posted December 11, 2013 Posted December 11, 2013 Tried updating my flux guild ranking.. And i got this error.. Help pls. Fatal error: Call to a member function toArray() on a non-object in /home/modules/ranking/guild.php on line 6 ranking/guild.php <?php if (!defined('FLUX_ROOT')) exit; $title = 'Guild Ranking'; $castleNames = Flux::config('CastleNames')->toArray(); $ids = implode(',', array_fill(0, count($castleNames), '?')); $col = "g.guild_id, g.name, g.guild_lv, g.average_lv, g.emblem_len, "; $col .= "GREATEST(g.exp, (SELECT SUM(exp) FROM {$server->charMapDatabase}.guild_member WHERE guild_member.guild_id = g.guild_id)) AS exp, "; $col .= "(SELECT COUNT(char_id) FROM {$server->charMapDatabase}.`char` WHERE `char`.guild_id = g.guild_id) AS members, "; $col .= "(SELECT COUNT(castle_id) FROM {$server->charMapDatabase}.guild_castle WHERE guild_castle.guild_id = g.guild_id AND castle_id IN ($ids)) AS castles"; $sql = "SELECT $col FROM {$server->charMapDatabase}.guild AS g "; $sql .= "LEFT JOIN {$server->charMapDatabase}.`char` AS ch ON ch.char_id = g.char_id "; $sql .= "LEFT JOIN {$server->loginDatabase}.login ON login.account_id = ch.account_id "; $sql .= "WHERE login.level < ? "; $sql .= "ORDER BY g.guild_lv DESC, castles DESC, exp DESC, (g.average_lv + members) DESC, "; $sql .= "g.average_lv DESC, members DESC, g.max_member DESC, g.next_exp ASC "; $sql .= "LIMIT ".(int)Flux::config('GuildRankingLimit'); $sth = $server->connection->getStatement($sql); $sth->execute(array_merge(array_keys($castleNames), array((int)Flux::config('RankingHideLevel')))); $guilds = $sth->fetchAll(); ?>
Recommended Posts