Jump to content

dudemelo

Members
  • Content Count

    16
  • Joined

  • Last visited

Posts posted by dudemelo


  1. Hello, I tried using my custom theme and have the latest security patch but it's still not letting me make that the default theme. I'm guessing I used an old theme that works only with rAthena because I downloaded the theme from their forum. Is there a special code that I need to put somewhere in the header or footer for it to load? Thanks!

     

    config/application.php

    'ThemeName' => array('default', 'emphaino'), // Names of the themes you would like to use.  Themes are in FLUX_ROOT/themes. First theme listed will be default theme.

  2. Esse erro do SQL não está relacionado com o erro citado no tópico. O erro do tópico informa que por falta de permissão o arquivo "data/tmp/ConfigServers.cache.php" não pôde ser manipulado. Se o erro deste tópico ainda continua, tenta:
     
    1º Em "config/error.php" ativa o depuramento de erros.
     
     

    // Alterar false para true$showExceptions = true;

     
     
    2º Cria um arquivo "ConfigServers.cache.php" em branco manualmente na pasta "data/tmp".


  3. O ruWindows não tem o controle de permissão do Unix, logo o chmod não existe.

    Clicando com o botão direito sobre a pasta "data/tmp" e em seguida no menu "Propriedades", desmarca a opção "Apenas Leitura". Caso não resolva, aplique esse processo nas pastas:

    • data
    • data/session
    • data/logs
    • data/itemshop
    • data/tmp

    PS: Se persistir em não funcionar, posta uma nova screenshot, pois certamente o erro será outro (acredito que será no lib/Flux.php).


  4. You may remove/comment these lines, the properties values has been set at the preceding lines.

    if (!self::$errLog) {    self::$errLog = new Flux_LogFile(FLUX_DATA_DIR.'/logs/errors/mail/'.date('Ymd').'.log');}if (!self::$log) {    self::$log = new Flux_LogFile(FLUX_DATA_DIR.'/logs/mail/'.date('Ymd').'.log');}

  5. Try editing the line 1231 in "lib/Flux/Template.php" file..

    // Fromelse if (count($jobs) === count($equipJobs) - 1 && !in_array($equipJobs[0], $jobs)) {// Toelse if( count($jobs) === (count($equipJobs) - 1) && !isset($equipJobs[0]) ) {
×
×
  • Create New...

Important Information

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