Jump to content
  • 0

No Guild Emblems on FluxCP


Innos

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  62
  • Reputation:   5
  • Joined:  08/23/17
  • Last Seen:  

Hi,

i don't know what i have done wrong. Since few Days my Flux don't show the Emblems and my Captcha. Before it's works perfectly.

Today i have Change my PHP from 5.6 to 7.1, but my Problems are not gone. I have at both, Captcha and Guild Emblems a broken picture.

Have i set wrong permissions? Fast CGI Prob or zlib?

I think i need your professional help again.

 

Thanks in advance.

1212.PNG

1313.PNG

1414.PNG

Edited by Innos
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   3
  • Joined:  04/02/12
  • Last Seen:  

Have you tried reinstalling php-gd after upgrade?

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   57
  • Joined:  11/24/16
  • Last Seen:  

what value of OutputCleanHTML in your application.php?

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  62
  • Reputation:   5
  • Joined:  08/23/17
  • Last Seen:  

'MissingEmblemBMP'			=> 'empty.bmp',
'ForceEmptyEmblem'			=> false,
'EmblemCacheInterval'		=> 0,
'SessionCookieExpire'		=> 48,
'GzipCompressOutput'		=> false,
'GzipCompressionLevel'		=> 9,
'OutputCleanHTML'			=> true,
'UseCleanUrls'				=> false,
'DebugMode'					=> false,
'UseCaptcha'				=> false, // temporary disabled 
'EnableReCaptcha'			=> false,
'DisplaySinglePages'		=> true,

There's the config from application.php

OutputcleanHTML i have set to true.

 

@BTNX No, i hope it's only a bad configured Flux or wrong Permission. The Problem comes befor i upgrade my ph version. But a reinstall from php-gd i can try in few days.

I used Flux and Pictures works fine on php 5.6

-> I change the path from flux. from de folder to main folder http

    'ServerAddress'                => 'mydomain.de',                // This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80)
    'BaseURI'                    => '/de',   to   'BaseURI'                    => '',

I set the permission for the folder. Have update the flux with turtoise from github. After this all i see see the page runs good, only the emblem and captcha images don't show.

2 days later i upgrade my PHP from 5 to 7.

All works fine, little bit faster, only the problem with the emblems remained. So i mean, the problem started before upgrade the php. only the changes from the path and update from fluxcp was in the time.

 

Link to comment
Share on other sites

×
×
  • Create New...