No Screenshots and ver. Number

leonor

Active Member
License Active
Yesterday night i moved my site to an new Server. everything went fine but there are two small problems.

First i cant see anymore the right Version Number.
UNToPwx.png


And the second when i try to generate new Screenshots i see a grey page.
83LOtkw.png


Some one have an idea?


greetz
leonor
 
... okay without php5-curl it cant work. -.- So installed it but now see no images only text.
91TubWP.png
 
Last edited:
Regarding the version number, you need to enable "allow_url_fopen" in your php configuration ( php.ini )

Regarding screenshots, my bet would be that "output_buffering" is disabled, or not configured correctly, not 100% sure though
 
Thanks basti, Version number are working now.

"output_buffering = 4096" any other idea? :/
 
Then you are most likely missing GD Library.

Check if it has been installed on your server. Preferable with FreeType support
 
Ugh then i have no clue to be honest, just no captcha.php looked like that without GD. Ill talk with Mark, maybe he know what is missing
 
Its very possible GD is corrupt or not installed correct, I would recompile apache/php with GD just to make sure.
 
Back
Top